/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/


/************************************************
	      JCAROUSEL LITE		
************************************************/
#list {
	width:900px;
	height:140px;
	margin-bottom: 0px;
	background-image: url(../../images/items_bg_last2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-right: 11px;
	padding-left: 11px; 
}

.slider {
	float:left;
	left: -5000px;
	height:120px;
	width:820px; 
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
	position:relative; 
	visibility:hidden;	
}
	
.slider ul {
	height:120px; 
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 8px;
	 
}

.slider ul li {
	display:block;
	float:left;
	margin-right:7px;
	width:157px;
	height:120px;
	cursor:pointer;
}

.slider ul li img {
	cursor:pointer;
	width:157px;
	height:120px;
	padding-top:0px;
}

.prev {
	cursor:pointer; 
	float:left;
	padding-top:58px;
	width:25px;
	height:25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	
}

.next {
	cursor:pointer; 
	float:left; 
	padding-top:58px;
	width:25px;
	height:25px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

/************************************************
	      CAPTIFY CAPTION		
************************************************/
.caption-top, .caption-bottom {
	background: #000000;
	color: #ffffff;
	cursor:default;
	font-size:11px;
	text-align:center;
	padding: 2px;
	margin-bottom: 0px;
}

.caption-top {
	border-width:0px;
}

.caption-bottom {
	border-width:0px;
}

.caption a, .caption a {
	background:#000;
	border:none; 
	text-decoration:none;  
	padding:2px;
}

.caption a:hover, .caption a:hover {
	background:#202020;
}

