.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 5px solid #000;
border: 1px solid #000;
border-bottom: 0;
height: 360px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
background: white;
width: 100%; /*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;
}

.slider-content {
height:360px;
position:relative;
overflow: hidden;
}
.slider-content img {
width: 100%;
}
.slider-title {
position:absolute;
bottom: 10px;
padding: 20px;
background: rgba(0,0,0,.5);
color:#fff;
width: 100%;
}
.slider-title a {
    color: #fff;
    font-size: 13px;
}
.pagination{
text-align: center;
background-color: #000;
padding: 0 5px;

}

.pagination a{
/*padding: 0 5px;*/
padding:0 0 0 5px;
text-decoration: none; 
color: #00007D;
}

.pagination a img{
padding-top: 5px;
border-top: 3px solid #fff;

}
.pagination a:hover img, .pagination a.selected img{
border-color: #FE0200;
}