/* motoride styling */

.sliderwrapper .slidetext {
width:100%;margin:0;padding:0;position:absolute;left:0;right:0;bottom:0;
background:url(transparent_bg.png);
border-bottom: 1px solid #ccc;
}

.sliderwrapper .slidetext h1 { border: 0; margin: 3px; }
.sliderwrapper .slidetext h1 a{ color: #fff; font-weight: bold; font-size: 120%;}
.sliderwrapper .slidetext h1 a:hover{ color: red; text-decoration: none;}
.sliderwrapper .slidetext p{ color: #fff; margin: 3px; font-size: 110%;}
.sliderwrapper .slidetext a{ color: #fff; font-weight: bold; background-image: none; padding-left: 0;}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 1px solid #333;
width: 586px; /*width of featured content slider*/
height: 150px;
}

.pagBullet{
width: 568px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
padding: 5px 10px;
font-size: 150%;
}

.pagBullet a{
padding: 0 5px;
text-decoration: none; 
color: #000;
}

.pagBullet a:hover, .pagBullet a.selected{
color: #069;
}

/* END motoride styling */

.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: 586px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 150px;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

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

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #fff;
border: 1px solid #333;
}

.pagination a:hover, .pagination a.selected{
color: red;
border: 1px solid #aaa;
}