div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 533px; 
	height: 120px;
	overflow: hidden;
	border: 1px solid #cfe7ff;
	margin: 0;
	padding: 0;	
	}
	
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 166px !important;
		width: 186px;
		height:110px !important;
		height: 120px;
		overflow:hidden;
		float:left;	
		padding: 5px;
		border-left: 1px solid #fcfdff;
		border-right: 1px solid #bee0ff;
		text-align: center;
 background: #fff url(../images/hirbg.png) repeat-x;
		
		}
		
div.scroller div.glider_cont {
		width: 10000px;
		}


#glider_contener {
	float: left;
	margin: 0 0 5px 0;
	padding:0;
}

#glider_header {
	clear: both;
	width: 528px;
	height: 15px;
	border-bottom: 1px solid #fafafa;
	background-color: #eff7ff;
	margin-left: 0;
	padding: 2px 2px 2px 5px;
	font-size: 1em;
	color: #052658;
	font-weight: bold;
	text-align: center;
}

#glider_footer {
	clear: both;
	width: 520px;
	height: 17px;
	border-top: 1px solid #61a1dc;
	border-bottom: 1px solid #61a1dc;
	background-color: #bee0ff;
	margin-left: 4px;
	padding: 0;
}

#glider_btn_l {
	width: 24px;
	height: 122px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	color: black;
	text-align: center;
	background-color: #e0e9f1;
	background-image: url(../images/glider_btn_l.jpg);
}

#glider_btn_r {
	width: 24px;
	height: 122px;
	float: left;
	padding: 0;
	margin: 0;
	border: none;
	color: black;
	text-align: center;
	background-color: #e0e9f1;
	background-image: url(../images/glider_btn_r.jpg);
}

img.sect_nev {
	margin: 0 0 5px 0;
	border: none;
	height: 50px;
}


a.sect_nev
{
	font-size: 1.2em;
	margin: 1px 0 15px 0;
	color: #2e465c;
	font-weight: bold;
	font-variant: small-caps;
	display: block;
}

div.section p {
	font: 1.1em;
	margin: 0;
	font-weight: bold;
}




