#my-glider {
}

div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 475px; 
	height: 300px;
	overflow: hidden;
	border:1px solid #7591b4;
	background: #fff;
	padding: 0;
	margin: 0;
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:476px;
	height:300px;
	overflow:hidden;
	float:left;
	padding: 0;
	margin: 0;
}
div.scroller div.content {
	width: 10000px;	
	margin: 0;
	padding: 0;
}

div#section2 {
/*	
	background:#666666;
	color:#ffffff;
*/
}

div.scroller div.section h3 {
	background: url(../images/box_header.gif) repeat-x #7a8eaf;
	border-top: 1px solid #bcd0e9;
	border-bottom: 1px solid #4a6d91;
	color: /* #e9bc00 */ #fff;
	margin: 0;
	padding: 5px 10px;
}

div.scroller div.section p {
	margin: 10px;
}

.controls li {
	display: block;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.controls a {
	border: 1px solid #111;
	padding-left: 5px;
	padding-right: 5px; 
	background: url(../images/btn_back_green.gif) repeat-x #9cd19b;
	color: #111;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}

.controls a:hover {
	color: #fff;
}

.controls a.active {
	background: url(../images/nav_bg.gif) repeat-x #002c54;
	color: #fff;
}


	
