.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #7CBCE8;
width: 408px; /*width of featured content slider*/
height: 250px;
background: none;}

.sliderwrapper1{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

width: 250px; /*width of featured content slider*/
height: 200px;
background: none;}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
  /*leave as is*/
top: 0;  /*leave as is*/
text-align:center;
background: none;
width: 400px; /*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: 410px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
background-color: #ffc783;

padding-top:5px;
padding-bottom:5px;
}

.pagination a{
padding: 0 5px;
color: #1E70C4;
	font-weight: bold;
	font-family: Tahoma, "Trebuchet MS";
	font-size: 10px;	text-decoration: none;
	height: 20px;
	width: 20px;    
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
}

.pagination a:hover, .pagination a.selected{
color: #000;
text-decoration:underline;
}

.pagination1{
width: 250px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
color: #FFFFFF;
font-weight: bold;
background-color: #0d447f;
}

.pagination1 a{
padding: 0 5px;
font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	height: 20px;
	width: 20px;
	
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 1px;
	padding-left: 3px;
	
}

.pagination1 a:hover, .pagination a.selected{

	text-decoration:underline;
}

/*category*/
.sliderwrappercat{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #7CBCE8;
width: 300px; /*width of featured content slider*/
height: 170px;
background: none;}



.sliderwrappercat .contentdivcat{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/

background: none;
width: 390px; /*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;
}

.paginationcat{
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/

background-color: #ffc783;
padding-top:5px;
padding-bottom:5px;
}

.paginationcat a{
padding: 0 5px;
text-decoration: none; 

}

.paginationcat a:hover, .paginationcat a.selected{
color: #000;

}

