body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#666666;
}

h4{
color:#003366;
}


.sliderwrapper{
position: relative;
background:#FFFFFF;
overflow: hidden;
border: 1px #666666 double;
float:left;
left:10px;
/*border-bottom-width: 2px;*/
width: 68%;
min-height:380px; 
padding: 0 10px 10px 0;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 10px 10px 10px 10px;
background:url(images/bgContent.gif) repeat-x top left;
height: 100%;
width:97%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
color:#333333;
}


.pagination{
width: 25%;; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: Left;
float:left;
}


.pagination a{
background: url(images/menuBG.jpg) #fff bottom left repeat-x;
float: left;
width: 100%;
padding: 3px 3px;
font-size:12px;
border: 0.1em solid #ffffff;
color: #ffffff;
text-decoration: none;
text-align: center;
}

.pagination div a{
color:#333333;
background:white;
width: 100%;
float:left;
text-align:left;
font-size:12px;
border:none;
border-bottom:0.1em solid #cccccc;
}

.pagination div a:hover{
background:url(images/submenuBG.jpg) bottom left repeat-x;
color:#fff;
}

.pagination a:hover{
background: url(images/menuBGHover.jpg) bottom left repeat-x;
}

