/*
Author : Onextrapixel
URL: http://www.onextrapixel.com
*/


#wrap {
	/*margin:10px auto;*/
	width:160px; 
}

/************************************************
	      JCAROUSEL LITE		
************************************************/
#list {
	height:110px;
	width:180px; 
	border: 0px solid #ff9900;

	
}

.slider {
	float:left;
	left: -5000px; 
	/*margin:5px; */
	position:relative; 
	visibility:hidden;	
	text-decoration: none;
	padding-top:0px;
	
}
	
.slider ul {
	height:100px;
	width:180px; 
	text-decoration: none;
}

.slider a {
	text-decoration: none;
	
}

.slider ul li {
	padding:0px;
}

.slider ul li img {
	cursor:pointer;
	margin-top:0px;
	height:100px; 
	padding-top:3px;	
	width:140px;  
}

.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:pointer; 
	
	font-size:9px;   
	text-align:left;
	font-weight:normal;
	line-height:10px;
	
 padding: 2px;	
}


.jcarousel_link
{
	font-size:9px;   
	text-align:left;
	font-weight:normal;
	line-height:10px;
	color: #494949;
}
A.jcarousel_link:link        
	{ text-decoration: none;  font-weight: normal; color: #494949;}
A.jcarousel_link:visited     
	{ text-decoration: none;  font-weight: normal; color: #494949;}
A.jcarousel_link:hover       
	{ text-decoration: none; font-weight: normal; color: #BE4646;}
A.jcarousel_link:active      
	{ text-decoration: none; font-weight: normal; color: #494949;}


.caption-top {
	border-width:0px;
}

.caption-bottom {
	border-width:0px;
}

.caption a, .caption a {
	background:#000;
	border:none; 
	color:#fff;
	text-decoration:none;  
	padding:2px;
}

.caption a:hover, .caption a:hover {
	background:#202020;
	color:#fff;
	text-decoration:none;  
}

