div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 680px; 
	height: 500px;
	overflow: hidden;
	border:1px solid #cccccc;
	margin: 0 auto;
	}
	
	div.emailglider { 
	
	border:none;
	}
	div.scroller div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 680px;
		height:500px;
		overflow:hidden;
		float:left;
		text-align: center	
		}
	div.scroller div.content {
		width: 20000px;
		}
		
			div.scroller div.grey div.section, div.scroller div.grey2 div.section, div.scroller div.grey2 #section1{
		background-color: #dddddd;
		}
		
			div.scroller div.grey #section1{
		background-color: #ffffff;
		}
		
div.scroller2 { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 444px; 
	height: 446px;
	overflow: hidden;
	border:2px solid #cccccc;
	margin: 10px auto 0 0px;
	}
	

	div.scroller2 div.section {
		/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width: 446px;
		height:446px;
		overflow:hidden;
		float:left;
		text-align: center	
		padding: 0px 20px;
		}
	div.scroller2 div.content {
		width: 20000px;
		}
		
			div.scroller2 div.grey div.section, div.scroller2 div.grey2 div.section, div.scroller2 div.grey2 #section1{
		background-color: #dddddd;
		}
		
			div.scroller2 div.grey #section1{
		background-color: #ffffff;
		}
		
		
		
		
	#gliderbuttons a:link, #gliderbuttons a:visited{
		font-size: 200%;
		padding: 10px 30px;
		border: 1px solid;
		margin-right: 30px;
		height: 100px;
	}
	
			
	#gliderbuttons2 a:link, #gliderbuttons2 a:visited{
		font-size: 200%;
		padding: 10px 30px;
		border: 1px solid;
		margin-right: 30px;
		background-color: #fff;
		
	}
div#gliderbuttons{
			width: 300px;
			margin: 30px 0;
			margin-left: 215px;
			text-align: center;
			}
			
			div#gliderbuttons2{
			width: 300px;
			margin: 30px 0;
			margin-left: 150px;
			text-align: center;
			}
			
div.controls{
	width: 700px;
	font-size: 160%;
	line-height: 2.5em;
	padding-left: 0px;
	margin-top: 20px;
	text-align: center;
}

div.threecontrols{
	width: 700px;
	font-size: 160%;
	line-height: 2.5em;
	padding-left: 15px;
	margin-top: 20px;
}

div.controls ul.listleft{
	width: 200px;
	list-style-type: none;
}

div.controls ul.listcenter{
	width: 200px;
	list-style-type: none;
	float: right;
		clear: left;
		padding-right: 25px;
}

div.controls ul.listright{
float: right;
	width: 200px;
	clear: left;
	list-style-type: none;
}

div.controls ul.doublelistleft{
	width: 300px;
	list-style-type: none;
	padding-left: 0px;
}

div.controls ul.doublelistright{
	width:300px;
	list-style-type: none;
	float: right;
		
}


