.contentslide{
	width: 100%;
	height: 200px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	background-image: url(images/feature_grad_bg.jpg);
	background-repeat: repeat-y;
	background-position: left;
	margin-left: -20px;
	padding-top: 40px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 20px;
	margin-right: -20px;

}



.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;






filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	padding-top: 20px;
	height: 100%;
	font-size: 12px;



}
#slider1 .opacitylayer h3 {
	color: #963F2C;
	font-size: 16px;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}




.contentslide .contentdiv{

display: none;

}



.pagination{
	width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
	text-align: right;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #963F2C;
	padding-bottom: 0px;
	height: 22px;

}
#slider1 .opacitylayer img {
	float: left;
	margin-right: 14px;
	margin-bottom: 20px;
}




* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
	width: 400px; /*IE5 width*/
	w\idth: 100%; /*IE6 width*/

}



.pagination a{
	padding: 0 5px;
	text-decoration: none;
	color: #963F2C;
	background-color: white;

}
#slider1 #paginate-slider1 span {
	letter-spacing: -1px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #963F2C;
	float: left;
	height: 22px;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 4px;
}




.pagination a:hover, .pagination a.selected{

color: #000;

background-color: #FEE496;

}
