/*embed {
position:relative;
z-index:0!important;
overflow:inherit;
}*/
#feature {
position:relative;
background:#FFF; 
text-align:left; 
z-index:1!important;
width:180px!important; 
/*height:210px!important;*/
}


.contentslide{
/*border: 10px solid navy;
border-bottom-width: 6px;
padding: 8px;*/
width: 579px;
/*height: 212px;*/
}
.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 .contentdiv{
display: none;
}
.contentslide img, .contentdiv img{
padding: none !important;
margin: none !important;
}
.pagination{
width: 100%; 
text-align: center;
padding: 0.5em 0 0.5em 0;
font-size: 90%;
}
* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 400px; /*IE5 width*/
width: 100%; /*IE6 width*/
}
.pagination a {
margin: 0 0.5em;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}
.pagination a:hover, .pagination a.selected{
color: #cc6600;
/*font-weight: bold;*/
/*background-color: #FEE496;*/
}
