/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	American Football
|	-------------------
|	©2010 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of Commercial License.
|
+---------------------------------------------------------------+
*/
div#glider {
	position: relative;
	width: 500px;
    height: 247px;
	margin: 0;
	padding: 0;	
    overflow: hidden;
}
div.scroller { 	
	position: relative;
	margin: 0;
	padding: 0;	
	width: 500px;
    height: 237px; 
	overflow: hidden;
	text-align: left;		
}
div.scroller div.menu {	
	display: inline;
    vertical-align: middle;
	width: 500px;
    height: 237px;
	overflow:hidden;
	float:left;
	text-align: left;
}
div.scroller div.menu h3 {
    text-align: center;
}
div.scroller div#content {
	width: 1000000px;
}
div.scrollButtons {
    position: absolute;
    top: 205px;
    left: 10px;
    width: 65px;
    height: 20px;
    padding: 5px;
}
#slider div.scrollButtons div.scrollleft {
    float: left;
    width: 30px;
    height: 20px;  
}
#slider div.scrollButtons div.scrollright {
    float: right;
    width: 30px;
    height: 20px;  
}