
#slideList {


	width:4300px;

}



#scroll {

	width:747px;

	height:151px;

	overflow:hidden;

	position:relative;
    
    float:left;
    
    border-top:1px solid #fff;
    
    background-color:#EBEAD5;
}

	
#scrollButtonOne, #scrollButtonTwo{
    height:152px;
    width:15px;
    float:left;
    border-top:1px solid #fff;
    cursor:pointer;
    background-color:#CDCCB8;
    overflow:hidden;
}


.slideBox {

	float:left;

	position:relative;

	height:152px;

	width:156px;

	overflow:hidden;

    }

	

.caption {

	position:absolute;

	top:125px;

	left:0px;

	z-index:200;

	width:142px;

	padding:5px;

	text-align:right;

	color:#eee;

	}

	

.captionBack {

	position:absolute;

	top:122px;

	left:0px;

	height:35px;

	width:195px;

	z-index:199;

	background-color:#001831;

	-moz-opacity:.4;

    opacity:.4;

	filter:alpha(opacity=40);

}
