.contentslide .opacitylayer { /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
	width: 100%;
	height: 100%;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	}
	
	.contentslide{
border: 0px solid red;
padding: 0px;
width: 496px;
height: 309px;
position:relative;

}

	.contentslide3{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 247px;
height: 225px;

      position:relative;

}


.contentslide2{
border: 0px solid navy;
border-bottom-width: 0px;
padding: 0px;
width: 247px;
height: 257px;

      position:relative;

}


.contentslide .contentdiv{
display: none;
}

.pagination{
width: 496px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
vertical-align: middle; font-size: 14px;
font-weight:bold;
position: absolute;
bottom: 0px;
padding-top: 4px;
padding-bottom:3px;

/*background: url("/include/images/feature_buttonbar_middle_background.png") repeat-x;*/


}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 496px; /*IE5 width*/
w/idth: 496px; /*IE6 width*/
}

.pagination a{
padding-left: 12px;
padding-right: 12px;
padding-top: 1px;
padding-bottom:1px;
text-decoration: none; 
color: #655F42;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
margin:0px;
border: 1px dotted #655F42;
background-color: #FFF;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}


.feature_titleWrapper {
	width:496px;
	background-color: #1a1a1a;
	filter:alpha(opacity=84);-moz-opacity:.84;opacity:.84;
	height:102px;
	position: absolute;
	left:0px;
	top: 18px;
	background: url("/include/images/black_stripe_glint.png") no-repeat;
	background-position:center;

}
.feature_title { 
	font-family:'Franklin Gothic Medium', Tahoma;
	font-size:26px;
	line-height: 23px;
	padding: 12px;
	letter-spacing:-1px;
	position:relative;
	
}
.feature_title a {
	color:#FFF;
	font-weight:100;
}


.feature_text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #ecd7d0;
	line-height: 13px;
	position:relative;
	padding-top: 4px;
	letter-spacing:0px;
	}
	

.feature_img {
	padding: 0 0 0 0px;
	position:absolute;
	left:0px;
	top:0px;
}
