#photo-holder
{
    float: left;
    width: 500px;
    height: 350px;
    margin: 0 !important;
    padding: 0 !important;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid navy;   */
width: 500px;
height: 250px;


}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0px; /* leave as is*/
width: 500px;
height: 250px;
/*filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);*/
-moz-opacity: 1;
opacity: 1;
}
.contentdiv img
{
    padding:0;
}


.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: center;
margin: 0 !important;
padding: 0 !important;
height: 0px;
float: left;  
}
