.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
    width: 479px;
    height: 401px;
    margin-right: 2px;
}



.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px;
background: white;
width: 480px; /*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;
text-align:center;
}

.pagination a{
PADDING-RIGHT: 8px;
background-color: #fff;
PADDING-LEFT: 8px;
PADDING-BOTTOM: 2px;
COLOR: #333;
PADDING-TOP: 2px;
TEXT-DECORATION: none;
font-size: 12pt;
height: 10px;
width: 20;
font-weight: bold;
text-align:center;
font-size: 25px;

}

.pagination a:hover, .pagination a.selected{
color: #fff;
  background-image: url(../bgh.png);
  
        margin-top: 0px;
    background-repeat: repeat-x;
}
.contentdiv .tit {
	margin: 0px;
	padding: 0px 10px;
	float: right;
	width: 490px;
	height:40px;
}

.contentdiv .tit a h2 {
	font-size: 14px;
	font-weight:bold;
	color:#333;
}
.contentdiv .imgg {
	margin: 0px;
	padding: 0px;
	float: right;
	height: 400px;
	width: 498px;
	
}
