div#glider {
	position: relative;
	width: 710px; 
	height: 260px;
	margin: 0 auto;
	padding: 0;	
}
div.scroller { 	
	position: absolute;
	margin-left: 40px;
	width: 630px; 
	height: 260px;
	overflow: hidden;
	text-align: left;		
}
div.scroller div.menu {	
	display: inline;
	width:630px;
	height:260px;
	overflow:hidden;
	float:left;
	text-align: left;
	color: #A56BE4;
	text-indent: 20px;
}
div.scroller div.menu img {
	float: left;
	padding: 5px 10px 5px 0;
}
div.scroller div#content {
	width: 10000px;
}
div#glider .previous_button {
	padding: 0;
	margin: 105px 0 0 0;
	float: left;
	width: 20px;
	height: 39px;
	cursor: pointer;
	background: url("../images/prev.gif") top left no-repeat;
}
div#glider .next_button {
	padding: 0;
	margin: 105px 0 0 0;
	float: right;
	width: 20px;
	height: 39px;
	cursor: pointer;
	background: url("../images/next.gif") top left no-repeat;

}
