
#my-glider .previous {
	float: left;
	width: 20px; 
	height: 20px;
	margin: 0px;
	padding: 110px 16px 0px 19px;
}

#my-glider .next {
	float: right;
	width: 20px; 
	height: 20px;
	margin: 0px;
	padding: 110px 18px 0px 10px;
}




div.scroller { 
	/* modify width and height of scrolling section if necessary	*/		
	border: 0px none #ffffff;
	overflow: hidden;
	float: left;
	width: 860px; 
	height: 231px;
	margin: 0px auto;
	padding: 0px;
}

div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
	width: 860px; 
	height: 231px;
	overflow: hidden;
	float: left;
	padding: 0em;		
}

div.scroller div.content {
	width: 2580px;
}




div.section .module {
	float: left;
	width: 200px; 
	height: 190px;
	margin: 25px 20px 0px 0px;
	padding: 0px;
}

div.section .module1 {
	float: left;

	background:#ffffff;

	width: 200px; 
	height: 190px;

	margin: 25px 20px 0px 0px;
	padding: 0px;
}

div.section .last {
	margin: 25px 0px 0px 0px;
	padding: 0px;
}




div.section .module p {
	color: #ffffff;
	font-family: "Trebuchet MS", Trebuchet, Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 0px;
	font-style: normal;
	text-align: left;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#large_box {
	width: 800px;
	height: 600px;
}
