/*------------banner---------*/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 420px; /*width of featured content slider*/
font-size:12px;
color:white;
height: 280px;}
.sliderwrapper .contentdiv{
color:white;
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
width: 420px; /*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;
}

.pagination2{
position: absolute;
width: 399px; 
height:18px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right; 
padding: 4px 17px;
font-family:Tahoma; 
font-size:11px; 
}
.pagination2 a{
padding:1px 8px;
text-decoration: none; 
color: #FFFFFF; 
background:#cc5000; 
border:1px #e5e5e5 solid; 
margin:0;
font-weight: normal;
}
.pagination2 a:hover, .pagination2 a.selected{
color: #e9669f; 
background: #ffd800;
font-weight:normal;}
.btboxframe{ 
float: left; 
width: 420px; 
height:20px; 
background: url(http://bg360.net/templates/flexi_orange_simple_i/images/bgbtframe.gif) repeat-x;}
/*-------end-------*/
