#home-content-wrapper
{ float: right; padding: 15px; background-color: #fff; font: 12px arial; }
#home-content-wrapper h2
{ margin: 5px auto; font-size: 13px; }
#home-content-wrapper img
{ margin: 2px auto; }
#home-content-wrapper p
{ text-align: justify; }
#billboard-wrapper
{ float: left; padding: 5px; background-color: #fff; width: 420px; }


.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 420px; /*width of featured content slider*/
height: 250px;
font-family: arial;
font-size: 10px;
background-color: #000000;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #efefef;
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;
}

.pagination{
width: 420px;
height: 30px;
float: left;
text-align: left;
top: 220px;
left: 0;
padding: 10px 5px;
background: rgba(0, 0, 0, 0.7);
opacity: 0.7;
-moz-opacity:0.7;
filter:alpha(opacity=75);
background-color: #000;
position: absolute; 
z-index: 100;
}

.pagination-links{
float: left;
text-align: left;
top: 225px;
left: 0;
padding: 8px 3px;
font-family: arial;
font-size: 11px;
position: absolute;
z-index: 125;
}

.pagination-links a{
padding: 3px 8px;
text-decoration: none; 
color: #808080;
font-weight: bold;
background: rgba(24, 24, 24, 1);
opacity: 1;
-moz-opacity:1;
filter:alpha(opacity=100);
background-color: #181818;
}

.pagination-links a:hover{
color: #fff;
background-color: #000;
}

.pagination-links a.selected{
color: #000;
background-color: #fff;
}

a:active, a:focus {
outline: 0;
}