/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/


/************************************************
	      JCAROUSEL LITE		
************************************************/
#list {
	height:130px;
	width:450px;
	margin:0 auto;
	border: 1px solid #CBCBCB;
    border-radius: 5px 5px 5px 5px; 
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
}

.slider {
	float:left;
	left: -5000px; 
	margin:0px; 
	position:relative; 
	visibility:hidden;	
}
	
.slider ul {
	height:100px;
	width:350px;
}

.slider ul li {
	padding:0 20px;
}

.slider ul li img {
	cursor:pointer;
	height:100px; 
	padding-top:3px;
	width:120px;  
}

.prev {
	cursor:pointer; 
	float:left;
	width:25px;
	height:25px;
	float:left;
}

.next {
	cursor:pointer; 
	float:right; 
	padding-top:60px;
}

/************************************************
	      CAPTIFY CAPTION		
************************************************/
.caption-top, .caption-bottom {
	background: #000000;
	color: #ffffff; 
	cursor:default;
	padding:2px; 
	font-size:11px;   
	text-align:center;
}

.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;
}
