.contentslide{
padding:0px;
margin:0px;
width: 100%;


}

.contentslide .opacitylayer{ /*Do not edit this rule unless you're familiar with CSS opacity behavior*/
text-align:left;
vertical-align:top;
width: 100%;
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 0.1;
opacity: 0.3;

}


.contentslide .contentdiv{
display: none;
padding: 0px;
margin:0px;
}

.pagination1{
width: 100%; /*Width of pagination DIV. To equal that of Content Slider's width, take into account the later's left/right paddings!*/
text-align: left;
vertical-align:top;
border-width: 0px; /*Left/ right border width of pagination DIV.*/
padding-left:0px ;
padding-bottom:5px;

}

* html .pagination1{ /*Simplified box model hack to get IE5 to display width equal to that of Content Slider's*/
width: 100%; /*IE5 width*/
width: 100%; /*IE6 width*/
}


.pagination1 a
{
padding:0px;
font-size: 11px;
color: #0165A6;
text-decoration: none;
font-family:Arial;

}

.pagination1 a:hover, .pagination a.selected{
color: #ff9900;


}
.slideTitle
{
	color: #bd0000;
	font-size: 12px;
	font-family: Arial;
	text-decoration: none;	
	/*text-transform: capitalize;*/
	font-style:normal;
	font-weight: 600;
}
.slideContent
{
	color: #000000;
	font-size: 11px;
	font-family: Arial;
	
	
	/*text-transform: capitalize;*/
	
}
.slideBody
{
	/*font-family: Arial; */
	font-family:Arial , Sans-Serif;   
	font-size: 11px; 
	font-weight: normal; 
	color:#000; 
	text-align: left;
	/*width: 100%;*/
}
/*NEW*/
.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: 10px solid #A6A8AB;/*navy;*/
border-bottom-width: 6px;
width: 365px; /*width of featured content slider*/
height: 213px;
}
.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0px,15px,10px,10px;
/*background: white;*/
background-repeat:inherit;
width: 400px; /*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=50);
-moz-opacity: 1;
opacity: 1;
}
.silde-main
{
	width: 350px;	
}
.short-content
{	
	margin-right:20px;
	margin-bottom:5px;
	margin-top:160px;
	height:100%;
	background-color: #111111;
	padding-bottom:5px;
filter:alpha(opacity=70);
opacity: 0.7;
-moz-opacity:0.7;	
	/*
	opacity:0.7;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=70);
*/
}
.text_hot_news
{		
	width:365px;	
	padding-left:5px;	
	filter:alpha(opacity=100);
	opacity: 1;
	-moz-opacity:1;	
	position:relative;	
}
.pagination{
width: 365px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
background-color:#A6A8AB;/* navy;*/
padding: 0px 10px;

}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #00007D;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}


