div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 518px; 
	height: 120px;
	overflow: hidden;
	border: 1px solid #cfe7ff;
	margin-left: 4px;
	}
	
div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 161px;
		height:110px;
		overflow:hidden;
		float:left;	
		padding: 5px;
		border-left: 1px solid #fcfdff;
		border-right: 1px solid #bee0ff;
		}
		
div.scroller div.glider_cont {
		width: 10000px;
		}


#glider_header {
	clear: both;
	width: 513px;
	height: 15px;
	border-bottom: 1px solid #61a1dc;
	background-color: #bee0ff;
	margin-left: 4px;
	padding: 2px 2px 2px 5px;
	font-size: 1em;
	color: #052658;
	font-weight: bold;
}

#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 {
	width: 70px;
	float: left;
	padding: 2px;
	margin: 0 0 0 0;
	border: 1px solid #cfe7ff;
	border-top: none;
	border-bottom: none;
	color: black;
	text-align: center;
}

img.sect_csop {
	float: right;
	margin: 0 0 0 3px;
	border: none;
}


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

a.sect_csop 
{
	font-size: 8pt;
	margin: 1px;
	margin-bottom: 5px;
	color: #154878;
	font-weight: bold;
	display: block;
	width: 120px;
}

div.section a:hover {
	text-decoration: underline;
}

div.section p
{
	text-align: left;
	font: 0.9em/1em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin: 1px;
}




