/*
+---------------------------------------------------------------+
|	e107 website system
|	-------------------
|	Fun
|	-------------------
|	©2010 mcpeace
|	http://www.manatwork.info
|	mcpeace.manatwork@gmail.com
|
|	Released under the terms and conditions of Commercial License.
|
+---------------------------------------------------------------+
*/
div#glider {
	width: 740px;
    height: 305px;
	margin: 0;
	padding: 0;
    z-index: 80;
}
div.scroller { 	
	position: relative;
	margin: 0 auto;
	padding: 0;	
	width: 740px;
    height: 305px;
	overflow: hidden;
	text-align: left;
    z-index: 80;		
}
div.scroller div.gcontent img.images {	
	display: inline;
	width: 740px;
    height: 305px;
	float:left;
	text-align: left;
    margin: 0;
    padding: 0;
	position: relative;
    z-index: 80;
}
div.scroller div.gcontent {
	width: 10000000px;
}
