html{
	overflow:scroll;
}

.sliderwrapper{
	position: relative; /*leave as is*/
	overflow: hidden; /*leave as is*/
	border: 2px solid #fff;
	border-bottom-width: 6px;
	width: 281px;
	height: 190px;
}



.sliderwrapper .contentdiv{
	visibility: hidden; /*leave as is*/
	position: absolute; /*leave as is*/
	left: 0;  /*leave as is*/
	top: 0;  /*leave as is*/
	padding: 5px;
	background: #fff;
	width: 280px;
	
	/* if there is any problem in the home page content slider. Please remove the below comment */
	
/*	filter: progid:DXImageTransform.Microsoft.alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;*/
	
	
	height: 175px;
}

.pagination{
width: 270px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
background-color: #fff;
padding: 0px 10px;
}

.pagination a{
padding:1px 4px;
text-decoration: none; 
color: #00007D;
background: white; font:bold 11px/13px Tahoma;
}


.pagination a.prev,.pagination a.next {/* float:right; */font:bold 11px/13px Tahoma;}
.pagination a:hover, .pagination a.selected{
	color: #fff;
	background-color: #FFF;
}

