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

/************************************************
	      JCAROUSEL LITE		
************************************************/
#list {
	height:100px;
	float:left;
	margin:20px auto; padding-left:50px; padding-top:80px;
}
*html #list {
	float:left;
	height:100px; 
	margin:15px auto; 
	
	
}
*+html #list {
	float:left;
	height:100px; 
	margin:15px auto; 
	
	
}


.slider {
	float:left;
	margin:5px; 
	position:relative; 
		
	}
	
/**html .slider {
	float:left;
	margin:5px; 
	position:relative;
	border:solid 1px #000000;
	width:550px;
	height:100px;	
	}	*/
.slider ul {
	height:100px;
	width:500px;
	float:left;
	}

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

.slider ul li img {
	cursor:pointer;
	height:80px; 
	padding-top:10px;
	width:200px;  
}

.prev {
	cursor:pointer; 
	float:left;
	padding-top:25px;
}

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

/************************************************
	      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;
}
*/