.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 600px; /*width of featured content slider*/
height: 263px;
	float: left;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 952px; /*width of featured content slider*/
height: 200px;

}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
background: transparent;
width: 590px; /*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;
}

.sliderwrapper2 .contentdiv2{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 5px;
/*background: transparent;*/
width: 942px; /*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: 500px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #006699;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: white;
}

.pagination a:hover, .pagination a.selected{
color: #ffffcc;
}

.pagination2{
padding-right: 15px;
padding-top: 15px;
height: 40px;
background-position: right center;
background-repeat: no-repeat;
background-image: url(http://rambletype.com/rt_dev/images/greebbuttontop.png);
margin-top: 15px;
width: 565px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
float: right;
font-size: 18px;
}

.pagination2 a{
padding: 0 5px;
text-decoration: none; 
color: #cccccc;
	font-size: 18px;
}

.pagination2 a:hover, .pagination2 a.selected{
color: #ffffcc;
	font-size: 18px;
}