.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 565px; /*width of featured content slider*/
height: 330px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
}

#slider1 {
    margin: 2px;
    width: 561px;
}

/*#contentdiv_one {
    height:350px;
    width:100%;
    background:#fffc00 url(../img/image_77.jpg);
    background-repeat:no-repeat;
    background-position:bottom;
    bottom: 50px;
}*/


.contentdiv {
    background-color: #ffff00;
    width: 561px;
    height: 350px;
}

.contentdiv h1 {
    color:red;font-size:24px;
}

.sliderwrapper .contentdiv img {
	margin-right: 1px;
}

.pagination{
width: 556px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
padding: 5px;
border-top: 1px #ccc solid;

}

.pagination a{
padding: 0 5px;
text-decoration: none;
color: #006bb7;
border: 1px solid #006bb7;
}

.pagination a:hover, .pagination a.selected{
    padding: 0 5px;
    color: #006bb7;
    border: 1px solid red;
    text-decoration: none;
}


