.sliderwrapper{
position: relative;/*leave as is*/
overflow: hidden;/*leave as is*/
/*border: 1px #d42e12 solid;*/
/*border-bottom-width: 1px;*/
width: 100%;/*width of featured content slider*/
height: 250px;
background-color: #f5f5f5;}

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

.sliderwrapper .contentdiv img {
border: none;
width: 120%;
/*height: 260px*/}


#dtitleimage {
	margin-top: 0px;}







.pagination{
width: auto;/*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background: repeat-x url(../images/navttl_bg.gif) transparent;

padding: 2px 10px;
height: 100%;
margin: 0em;
color: #666666;

border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
font-size: 9px;}









.pagination a{
font-size: 9px;
text-decoration: none; 
color: #1352C7;
/*background: #8baded;*/
}

.pagination a.selected{
font-size: 9px;
color: #c65951;
/*background-color: #1352C7;*/
}

.pagination a:hover {color: #ffffff;}