/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/

/************************************************
	      JCAROUSEL LITE		
************************************************/

.slider {
	float:left;
	/*left: -5000px;*/ 
	margin:0;
	position:relative; 
	visibility:hidden;
	/*width: 890px!important;*/
}
	
/*.slider ul {
	height:140px;
	width:600px;
}*/

.slider ul li {
	padding:0 5px;
}

.slider ul li img {
	width:140px;
	height:108px; 
	padding-top:3px;
	/*cursor:pointer;*/ 
}

.prev {
	cursor:pointer; 
	float:left;
	padding-top:40px;
}

.next {
	cursor:pointer; 
	float:right; 
	padding-top:40px;
}

/************************************************
	      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;
}

