#my-glider{
	padding-top: 0px;
	}
	
	div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	width: 700px; 
	height: 450px;
	overflow: hidden;
	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:450px;
		overflow:hidden;
		float:left;
		padding:1em;	
		text-align: center	
		}
	div.scroller div.stuff {
		width: 20000px;
		}
		
			div.scroller div.grey div.section, div.scroller div.grey2 div.section, div.scroller div.grey2 #section1{
		}
		
			div.scroller div.grey #section1{
		background-color: #ffffff;
		}
		
.previous{
		position: relative;
		left: -20px;
		top: 370px;
		z-index: 5;
		width: 50px;
		height: 50px;

	}
	.next{
		position: relative;
		left: 720px;
		top: 420px;
		z-index: 5;
		width: 50px;
		height: 50px;
	}
	
		
	.gliderbuttons a{
		font: italic 180% Times New Roman, Serif;
		color: transparent;

	}

			
