div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 600px; 
	height: 300px;
	overflow: hidden;
	border:3px solid #E4EFFE;
	border-top:none;
	background:url('/images/glider/bg.gif');
	color:#eee;
	font-size:12px;
	line-height:1em;
}
#glider.outside div.scroller{
	background:url('/images/glider/bg-outside.png');
	color:#333;
	height:250px;
}
#glider div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width:594px;
	height:294px;
	overflow:hidden;
	float:left;
	padding:1em;
	background:url('/images/glider/logo.png');
	background-position:top right;
	background-repeat:no-repeat;
}
#glider.outside div.section{
	background:#fff;
	color:#333;
	background:none;
}
div.scroller div.content {
	width: 10000px;
}
div.scroller h2{
	font-size:1.5em;
	margin:0 0 10px 0;
	border-bottom:1px solid #15467D;
	width:50%;
	padding-bottom:5px;
}
div.scroller p{
	margin:0 0 1em 0;
	width:75%;
	line-height:1.4em;
}
div.scroller img.screen{
	border:2px solid #eee;
}
div.scroller img.arrow{
	margin-bottom:60px;
}
div.controls{
	margin-left:3px;
}
div.controls a{
	padding:5px;
	font-size:0.7em;
	background-color:#E4EFFE;
	border:1px solid #eee;
	border-bottom:none;
	font-weight:bold;
	text-decoration:none;
}
#glider.outside div.controls a{
	font-size:0.8em;
	background:#E4EFFE;
	line-height:2em;
}
div.controls a.current{
	background-color:#15467D;
	border:#E4EFFE;
	color:#fff;
}
#glider.outside div.controls a.current{
	font-size:0.8em;
	background:#15467D;
	line-height:2em;
	border:2px solid #E4EFFE;
}