.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 900px; /*width of featured content slider*/
height: 168px;
}

#slider {
	float:left;
	width:900px;
	height:168px;
}

.sliderwrapper1{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 350px; /*width of featured content slider*/
height: 168px;
}

#slider1 {
	float:left;
	width:350px;
	height:168px;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 300px; /*width of featured content slider*/
height: 168px;
}

#slider2 {
	float:left;
	width:300px;
	height:168px;
}

.sliderwrapper3{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 250px; /*width of featured content slider*/
height: 168px;
}

#slider3 {
	float:left;
	width:250px;
	height:168px;
}

.sliderwrapper1 .contentdiv,
.sliderwrapper2 .contentdiv,
.sliderwrapper3 .contentdiv {
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: #000000;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination {
    width:0;
    height:0;
}

.pagination a {
    text-decoration: none; 
    color: #00007D;
    background: white;
    width:0;
    height:0;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}
