#menuSlide{
margin-left:30px;
}

.contentslide{
border: 2px solid #747065;
padding: 20px;
width: 377px;
height: 125px;
}

#menuSlide .contentslide p.contentText{
padding:10px;
font-size:14px;
}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
width: 100%;
height: 100%;
}

.contentslide .contentdiv{
display: none;
}

.pagination{
width: 500px; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
background: #ffffff;
border: 1px solid #ffffff;
border-width: 0px; /*Left/ right border width of pagination DIV.*/
padding: 0px;
margin: 2px 0 0 0;
}

* html .pagination{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 425px; /*IE5 width*/
w\idth: 440px; /*IE6 width*/
}

#contentMain .pagination a{
padding: 1px 13px;
margin:0 1px 0 0;
text-decoration: none; 
color: #ffffff;
background-color: #747065;
font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}

#contentMain .pagination a:hover, #contentMain .pagination a.selected{
color: #ffffff;
background-color: #f26722;
}

.contentdiv strong{
font-size:22px;
color:#f26722;
padding-bottom: 20px;
}
