.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border-bottom-width: 6px;
width: 450px; /*width of featured content slider*/
height: 90px;
margin-left:0px;
margin-top:0px;
}

.sliderwrapper1{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

border-bottom-width: 6px;
width: 700px; /*width of featured content slider*/
height: 100px;
margin-left:210px;
margin-top:20px;
}

.sliderwrapper2{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/

border-bottom-width: 6px;
width: 650px; /*width of featured content slider*/
height: 50px;
margin-left:0px;
margin-top:0px;
}

.sliderwrapper .contentdiv{
/*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;

width: 450px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;

}

.sliderwrapper1 .contentdiv1{
/*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;

width: 400px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 50px;

}

.pagination{
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
margin-left:0px;
padding: 0px 0px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

.pagination1{
width: 300px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
margin-left:310px;
padding: 0px 0px;
}

.pagination1 a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination1 a:hover, .pagination1 a.selected{
color: #000;
background-color: #FEE496;
}