/* set millions of background images */
.rbroundbox {  background: url(corners/nt.gif) repeat; }
.rbtop div { background: url(corners/tl.gif) no-repeat top left; }
.rbtop { background: url(corners/tr.gif) no-repeat top right; }
.rbbot div { background: url(corners/bl.gif) no-repeat bottom left; }
.rbbot { background: url(corners/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbroundbox { width: 100%; margin: 1em auto; }


.sliderwrapper {
/*background: #D0D0D0;*/
background:#FFFFFF;
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 610px; /*width of featured content slider*/
height: 210px;
border: 0px solid #990000;
border-bottom-width: 0px;
margin: 0 7px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 10px;
width: 600x; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 210px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
margin: 0 7px;
}

.pagination{

width: 600px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align:left;
/*background-color:#E6E7EC;*/
background:#FFFFFF;
padding:  0 15px;
margin: 0 7px;

}

.pagination a{
padding: 0 2px;
text-decoration: none; 
color: #000000;
background:#FFFFFF;;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
.numeros{
font-size: 10px;

}
