/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	Total Games
|	-------------------
|	©2009 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of the BUYOUT
|	Commercial License.
|
+---------------------------------------------------------------+
*/
div#glider {
	position: relative;
	width: 500px;
    height: auto;
	margin: 0;
	padding: 0;	
}
div.scroller { 	
	position: relative;
	margin: 0;
	padding: 0;	
	width: 500px;
    height: auto; 
	overflow: hidden;
	text-align: left;		
}
div.scroller div.menu {	
	display: inline;
    vertical-align: middle;
	width: 500px;
	overflow:hidden;
	float:left;
	text-align: left;
}
div.scroller div#content {
	width: 10000px;
}

