.imageslide{
/*border: 10px solid navy;
border-bottom-width: 6px;
padding: 8px;*/
width: 100%;
height: auto;
text-align:center;
}

.imageslide .imageopacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
/*Melvin 0704 filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/

/*CSS 3 0704 -moz-opacity:1.0;
opacity:100;*/
}

.imageslide .imagediv{
display: none;
}

.imagepagination{
display:none;
}

/* html .imagepagination{ / * Simplified box model hack to get IE5 to display width equal to that of Image Slider's*/
/*width: 400px; / *IE5 width*/
/*w\idth: 416px; / *IE6 width*/
/*}*/

.imagepagination a{
padding: 0 5px;
text-decoration: none; 
color: #2e6ab1;
background-color: white;
}

.imagepagination a:hover, .imagepagination a.selected{
color: #000;
background-color: #FEE496;
}