.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
left: 5px; 
border-bottom-width: 0px;
width: 235px; /*width of featured content slider  214*/
height: 60px;
}

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


.sliderwrapper1{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 350px; /*width of featured content slider*/
height: 100px;
}

.sliderwrapper1 .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	/*background:;*/
	width: auto; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;

filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.sliderwrapper_in{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
right: 0;  /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width:800px; /*width of featured content slider*/
height: 30px;
}

.sliderwrapper_in .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	right: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	/*background:;*/
	width: 800px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
	height: 100%;



filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.pagination{
width: 85px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: ;
padding: 10px 10px;
} 

.pagination1{
width: 175px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: ;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

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

.style1 {font-size: 14px; }
.style3 {font-size: 13px}
.style6 {font-size: 14px; font-weight: bold; color:#720214; }
