.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 100%; /*width of featured content slider*/
height: 150px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) border:1px solid black;*/
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 90%;
text-align: right;
padding: 5px 0px 5px 0px;

}

.pagination a{
padding: 1px 7px 1px 7px;
text-decoration: none; 
color: #000000;
background: white;
border:1px solid red;

}

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




.radio {float:left;}
.r_text {float:left; padding:3px 7px 0 2px;}
.table th.df {text-align:left; width: 25%; height: 25px;}
input#result1, input#result2, input#result3, input#result4, input#result5, input#result6{width: 80px; text-align:center; border:0px; 	color: #000000;	font-size: 11px; font-weight: bold; font-family: Verdana, Arial, Helvetica, sans-serif;}










