/*
//CUBIC Visual Systems 2009
//Paul Grant
//Home Template
*/

#menu_scroller {
	position:absolute;
	top:400px;
	left:628px;
	width:600px;
	height:124px;
	overflow:hidden;
}

#menu_scroller_inner {
	position:absolute;
	left:0px;
	top:0px;
	width:2000px;
	height:108px;
}

#scroller_nav_buttons {
	position:absolute;
	bottom:0px;
	left:0px;
}

#img_arrow_left, #img_arrow_right {
	cursor:pointer;
	z-index:88;
}

/* End */
