
.main-slider-cnt
	{
	width:650px;
	height:550px;
	margin:0px auto;
	}

.slider_top{
		width:470px;
		float:left;		
		text-align:center;
		font-family:Arial,Verdana,Helvetica, sans-serif;
		font-weight:bold;			
		font-size:20px;
		text-transform:capitalize;
		line-height:25px;
		color:#4441;
		padding:0px 0px 5px 0;
		margin-left:100px;
		display:inline;
			
}
.clr{
clear:both;
}
.slider_top img{
float:left;
padding-bottom:3px;
}

@charset "utf-8";
/* CSS Document */
.sliderwrapper{
position: relative; /*leave as is*/
/*overflow: hidden; *//*leave as is*/
/*width: 630px; *//*width of featured content slider*/
height: 384px;
margin:0 auto;
padding-left:5px;
}

p{
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	font-weight:normal;
	padding-top:5px;
}
p strong{
	color:#26699B;
	text-transform:capitalize;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
/*left: 20px; */ /*leave as is*/
top: 0;  /*leave as is*/
/*padding:0 5px;*/

background: white;
width: 630px; /*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;
}

.pagination{
width: 415px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 1px 10px 0px 10px;
float:right;
margin:0 auto;
}

.pagination a{
padding: 0px 5px 0px 0px;
text-decoration: none; 
color: #00007D;
text-align:center;
line-height:21px;
background:url(tab-one.gif) no-repeat;
background: white;
font-size:11px;
float:left;
font-family:Arial, Helvetica, sans-serif;
}
a.prev{
	background:url(pre.gif) no-repeat;
	width:59px;
	height:21px;
	float:left;
} 

.pagination a:hover, .pagination a.selected{
	float:left;
	background:url(tab-hover.gif) no-repeat;
	color:#fff;
	width:19px;
	height:21px;
}
a.toc{
	background:url(tab-one.gif) no-repeat;
	width:19px;
	height:21px;
	float:left;
}

a.next
	{
	width:41px;
	height:21px;
	float:left;
	background:url(next.gif) no-repeat;
	
	}
a:hover.next
	{
	width:41px;
	height:21px;
	float:left;
	background:url(next-hover.gif) no-repeat;
	
	}
a:hover.prev{
	background:url(pre-hover.gif) no-repeat;
	width:59px;
	height:21px;
	float:left;
} 
.text1{font-size:14px; color:#0033CC;}
