.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 800px; /*width of featured content slider*/
height: 235px;
}

.sliderwrapperbuy{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 0px solid navy;
border-bottom-width: 0px;
width: 998px; /*width of featured content slider*/
height: 121px;
}


.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: white;
width: 800px; /*width of featured content slider*/
height: 235px;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
cursor: hand;
cursor: pointer;
}

.sliderwrapperbuy .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 998px; /*width of featured content slider*/
height: 120x;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
cursor: hand;
cursor: pointer;
}

.pagination{
width: 400px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color: navy;
padding: 5px 10px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

#slider4{
border-color: darkred;
margin-left: 0px;
height: 235px
}

#slider4ie{
border-color: darkred;
margin-left: 0px;
height: 235px
}

#slider4buy{
border-color: darkred;
margin-left: 0px;
height: 120px;
}

#slider4buyie{
border-color: darkred;
margin-left: 0px;
height: 120px;
}

#paginate-slider4{
background-color: darkred;
border-color: darkred;
margin-left: 0px;
height:13px;
}

#paginate-slider4ie{
background-color: darkred;
border-color: darkred;
margin-left: 0px;
height:13px;
}

#paginate-slider4buy{
background-color: darkred;
border-color: darkred;
margin-left:0px;
height:29px;
}

#paginate-slider4buyie{
background-color: darkred;
border-color: darkred;
margin-left:0px;
height:29px;
}

#paginate-slider4 a img{
width: 15px;
height: 13px;
right: 1;
border: 0px solid gray;
margin-top: 0px;
position: relative;
top: 1;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
-moz-opacity: .5;
opacity: 0;
}

#paginate-slider4ie a img{
border: 0px round gray;
top:2px;
position: relative;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=10);
-moz-opacity: .5;
opacity: 0;
}

#paginate-slider4buy a img{
right:5;
width: 15px;
height: 29px;
border: 0px round gray;
position: relative;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: .5;
opacity: 0;
}

#paginate-slider4buyie a img{
top:6;
right:3;
width: 15px;
height: 29px;
border: 0px round gray;
position: relative;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=50);
-moz-opacity: .5;
opacity: 0;
}

#paginate-slider4 a img:hover, #paginate-slider4 a.selected img{
border: 0px solid red;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#paginate-slider4ie a img:hover, #paginate-slider4ie a.selected img{
border: 0px solid red;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

#paginate-slider4buy a img:hover, #paginate-slider4buy a.selected img{
border: 0px solid red;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
top:3px;
}

#paginate-slider4buyie a img:hover, #paginate-slider4buyie a.selected img{
border: 0px solid red;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
top:3px;
}