#wrap 
{
	margin:10px auto;
	width:900px; 
}

/************************************************
	      JCAROUSEL LITE		
************************************************/

.slider
{
    float: left;
    left: -5000px;
    margin: 5px;
    position: relative;
    visibility: hidden;
}

.slider ul
{
	list-style-type: none;
}
	
.slider ul li
{
	padding: 0 20px;
	list-style-type: none;
}

.slider ul li img 
{
	cursor: pointer;
	height: 86px;
	width: 153px;
	margin-right: -20px;
}

.prev 
{
	height: 20px;
	cursor: pointer;
	background-image: url('../images/prev_btn.png');
	background-repeat: no-repeat;
	background-position: center center;
}

.next 
{
	height: 20px;
	cursor: pointer;
	background-image: url('../images/next_btn.png');
	background-repeat: no-repeat;
	background-position: center center;
}

/************************************************
	      CAPTIFY CAPTION		
************************************************/
.caption-top, .caption-bottom 
{
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	background: #000000;
	color: #ffffff; 
	cursor:default;
	padding:4px;
	font-size:12px;
	text-align:center;
}
