.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0;
/*border-bottom-width: 6px;*/
width: 960px; /*width of featured content slider*/
height: 269px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: white;
width: 960px; /*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;
overflow: hidden;
}


#header-wrapper {
position: relative;
width: 960px;
height: 269px;
}


#paginate-slider1 {
/*position: relative;*/
float:left;
width: 125px;
border: solid 0px blue;
text-align: left;
position: relative;
top: -18px;
bottom: 40px;
right: -845px;
z-index: 200;
display : inline;
}

.pagination{
text-align: left;
padding: 0;
border: solid 2px green;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #c1c1c1;
background: #2679a7;
background-image: url('/images/bk_homepage_main_box.jpg');
border: solid 1px #c1c1c1;
border-bottom: 0;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
