/************************************************
	      JCAROUSEL LITE		
************************************************/
.slider_content {
	float:left;
	/*left: -5000px; */
    margin-left: 33px;
    margin-top: 5px;
	position:relative; 
	visibility:hidden;
	width:670px !important;
}
.prev {
	cursor: pointer;
    left: 7px;
    position: absolute;
    top: 40px;
}
.prev img,.next img
{
    width: 19px !important;
    height: 19px!important;
}
.next {
	cursor: pointer;
    position: absolute;
    right: 7px;
    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;
}
