div#glider {
	position: relative;
	top: 0px;
	width: 500px; 
	height: 270px;
	margin: 0 auto;
	padding-top: 15px;
	z-index: 50;	
}
div.scroller { 	
	position: absolute;
	margin-top: 30px;
	left: 0;
	width: 470px; 
	height: 240px;
	margin-left: 15px;
	overflow: hidden;
	text-align: left;
	display: inline;		
}
div.scroller div.menu {	
	display: inline;
	width:470px;
	height:240px;
	overflow:hidden;
	float:left;
	text-align: left;
	color: #666666;
	font-size: 1em;
}
div.scroller div#content {
	width: 10000px;
}
.previous_button {
	padding: 0;
	margin: 0;
	float: left;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url("../images/prev.gif") top left no-repeat;
}
.next_button {
	padding: 0;
	margin: 0;
	float: right;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url("../images/next.gif") top left no-repeat;

}