div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 726px; 
	height: 330px;
	overflow: hidden;
}

div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		height: 330px;
		width: 726px;
		overflow:hidden;
		float:left;
		color:#ffffff;
}

div.scroller div.section img {
	float: left;
	width: 440px;
	height: 330px;
	border-right: 1px solid #fff;
}

div.scroller div.section .section-text {
	float: right;
	width: 270px;
	padding: 5px;
	padding-left: 0px;
}
	
div.scroller div.content {
		width: 10000px;
}

div.odd {
	background: #000;
}

div.even {
	background: #000;
}
#glider {
	width: 726px;
}

#glider {
	margin-top:10px;
	border-top: 1px solid #e9e9e9;
	float: left;
	padding: 18px 10px;
	background: #fff;
}

#glider .controls,
.scroller {
	width: 726px;
	float: left;
}
#glider ul.controls {
	margin-bottom: 18px;
	width: 400px;
	float: left;
}
#glider h2 {
	float: left;
	width: 190px;
	display: block;
	margin-top: 2px;
	margin-bottom: 0;
}
#glider ul li {
	display: inline;
}
#glider ul li a {
	float: left;
	width: 20px;
	height: 20px;
	display: block;
	border: 1px solid #ccc;
	background: #f4f4f4;
	margin-right: 10px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	font-family:"Bookman Old Style", Arial;
	color:#000000;
}

#glider ul li a:hover {
	border: 1px solid #000000;
	background: #fff;
}

#glider ul li a.current {
	border: 1px solid #666 !important;
	color: #333;
	background: #e9e9e9;
}

