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


#wrap {
    float: left;
    margin: 0;
    width: 1013px;
}
.caption-wrapper {width: 200px !important; height: 182px !important; }
.caption-bottom {}
/************************************************
	      JCAROUSEL LITE		
************************************************/

#list {
    height: 130px;
    margin: 0 auto;
    width: 1018px;
}
.slider {
	float:left;
	left: -5000px; 
	margin:15px; 
	position:relative; 
	visibility:hidden;	
}
	
.slider ul {
	height:100px;
	width:600px; 
}

.slider ul li {
	padding:0;
	width: 200px !important;
	height: 182px !important;
}

.slider ul li img {
	cursor:pointer;
	height:182px !important; 
	padding-top:3px;
	width:200px !important;  
}
.prev {
    cursor: pointer;
    float: left;
    padding-top: 100px;
    position: absolute;
    z-index: 999;
	left:-5px;
}
.next {
    cursor: pointer;
    float: right;
    padding-top: 0;
    position: relative;
    top: -110px;
    z-index: 999;
	left:17px;
}

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

.image_slide { position:relative; z-index:1000; top:-148px; }
.image_slide img { width:61px; height:62px; }
