.sliderwrapper{
    position: relative; 
    overflow: hidden; 
    padding: 5px 5px 5px 5px;
    /*border: 5px solid navy;
    border-bottom-width: 15px;*/
    width: 772px; 
    height: 230px;
	z-index: 0;
}

.sliderwrapper .contentsection{
    visibility: hidden; /*leave as is*/
    position: absolute; /*leave as is*/
    left: 0;  /*leave as is*/
    top: 0;  /*leave as is*/
    padding: 5px;
    background-image: url(../images/frame.gif);
    width: 773px; /*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;
}

.contentsection p {
	background-color: #ffffff;
	color: #000000;
	font-family:Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding-right: 5px;
	text-align: right;
	
}

	
.pagination{
    width: 762px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
    text-align: right;
    background-color: #666666;
    padding: 5px 10px;
    font-family: Verdana, sans-serif;
    font-size: 11px;
}

.pagination a{
    padding: 0 5px;
    text-decoration: none; 
    color: #ffffff;
    background: #666666;
}

.pagination a:hover, .pagination a.selected{
    color: #000;
    background-color: #ffffff;
}


	 
