@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
body,div,h1,h2,p,img{margin:0px; padding:0px; font-family:'open sans'; font-size:13px}
.col-blue{ color:#2e85c2; font-weight:600}
.toc.selected{ border:solid 1px #4995ca; padding:2px 4px; color:#4995ca; text-decoration:none; box-shadow:0px 0px 2px #ccc; margin:0px 4px}
.toc{ border:solid 1px #ccc; padding:2px 4px; color:#ccc; text-decoration:none; box-shadow:0px 0px 2px #ccc; margin:0px 4px}
.prev,.next{border:solid 1px #ccc; padding:2px 4px; color:#ccc; text-decoration:none; box-shadow:0px 0px 2px #ccc; margin:0px 4px}
.pagination{ padding-top:23px}

.left{ float:left}
.right{float:right}
.img_fie{ padding-top:10px}
.img_fie img{ width:90% }

.main-slider-cnt
	{
	width:634px;
	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*/

margin:0 auto;
}


.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/

height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}
.head-editor{ font-size:18px; padding-bottom:9px}
.head-editor_p{ font-size:13px; line-height:20px; color:#333333; padding:10px 0px}
.review td{ padding:25px 0px 20px; border-bottom:solid 1px #e3e3e3}
.ref_link a{ color:#1a80c1 !important}
a.prev{
	background:url(../screen-data/left.png) no-repeat;
	width:59px;
	height:51px;
	float:left;
}
a.next
	{
	width:43px;
	height:51px;
	float:left;
	background:url(../screen-data/right.png) no-repeat;
	
	}
a:hover.next
	{
	width:43px;
	height:53px;
	float:left;
	background:url(../screen-data/right-hover.png) no-repeat;
	
	}
a:hover.prev{
	background:url(../screen-data/left-hover.png) no-repeat;
	width:59px;
	height:53px;
	float:left;
} 
.prev.upside, .next.downside{ border:none; box-shadow:none}