body {
	font-family: Arial, Helvetica;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px;
width: 800px; /*width of featured content slider*/
height: 420px;
}

a.link {
text-decoration:none;
border:0px;
color: #e8ad50;
}

a.link:hover {
text-decoration: none;
color: #FFFFFF;
border: 0px;
}

a.down {
padding: 8px;
line-height: 40px;
text-decoration:none;
border:0px;
color: #777777;
}

a.down:hover {
text-decoration: none;
color: #000000;
border: 0px;
}

.textbox {
	background-image:url(../img/bg_black.png);  padding: 20px; text-align: left; font-size: 13px; line-height: 18px; position: absolute; top: 0px;
}

.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: black;
width: 800px; /*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: 800px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 110px;
text-align: right;
background-color: #FFFFFF;

}

.bottom{
width: 800px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
height: 100%;
text-align: left;
background-color: #FFFFFF;

}


.pagination a{
text-align: left;
line-height: 1px;


padding: 0px;
text-decoration: none; 
color: #555555;
border-bottom-color: #000000;
border-bottom-style: solid;
border-bottom-width: 10px;
}

.pagination a:hover, .pagination a.selected{
color: #660066;
border-bottom-color: #660066;
}
