.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
/*border: 10px solid #C8D5BB;*/
border-bottom-width: 6px;
width: 554px; /*width of featured content slider*/
height: 233px;
float:left;

}


.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: white;
/*width: 220px;*/ /*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;
float:left;
}

.pagination{
/*width: 220px;*/ /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: left;
/*background-color: #d9e0e4*/
background:#000 url(../images/heading_bg.jpg);
/*padding: 5px 14px;*/
height:26px !important;
height:18px;
padding:7px 0 0 14px;
font:8pt Arial, Helvetica, sans-serif;
clear:both;
}
.pagination a{
padding: 0 10px;
text-decoration: none; 
color: #FFF;
background: #333;
border:SOLID 1PX #000;
}

.pagination a:hover, .pagination a.selected{
color: #000;
/*background-color: #FEE496;*/
background-color:#444;
color:#fff;
border:SOLID 1PX #FFCC00;
}



/* MODIFY BY SUDHIR  */

.slide_img
{
	width:554px;
	height:233px;
	text-align:center;
/*	padding:3px 0 0 0;*/
	margin:0 auto;
	font:bold 10pt Arial, Helvetica, sans-serif;
	color:#1e56a1;
}
.read_more
{
	text-align:left;
}
.read_more h3
{
	padding:9px 0 0 13px;
}
	.read_more a
	{
		font:bold 8pt Arial, Helvetica, sans-serif;
		color:#003366;
		text-decoration:none;
	}
	.read_more a:hover
	{
		font:bold 8pt Arial, Helvetica, sans-serif;
		color:#003366;
		text-decoration:underline;
	}