@charset "utf-8";


#gWrapper{
	width:940px;
	height:350px;
	margin:20px auto 20px auto;
	position:relative;
	overflow:hidden;
}
#gWrapper{background: url("trash.png") repeat-x scroll center bottom transparent;
						height: 220px;
						margin: 0 auto;
						overflow: hidden;
						position: relative;
						width: 980px;}
						
	.gBlock{ width:850px; overflow:hidden; margin:0 auto; height:170px; }
		.gImgs{ width:100000px; overflow:hidden; padding:5px }
			.gItem{
				float:left;
				width:120px;
				margin:0 25px 0 0;  
				margin-top:50px;
			}
			.gItem a{ display:block; width:120px}
				.gItem img{width:120px;}
			
		.galleryButton{
			width:12px;
			height:36px;
			background:url(button.png);
			position:absolute;
			top:80px;
			cursor:pointer
		}
			
		#gTitle{ 
			text-align:center; 
			position:absolute;
			top:175px;
			width:100%;
			color:#414042;
			font-size:24px;
			font-family:Arial, Helvetica, sans-serif;
			line-height:1.1;
			text-shadow:1px 0px 0px #fff;
		}
		#galleryPrev{ left:25px; background-position:bottom}
		#galleryNext{ right:25px; }
		
		
		.trigger_prev, .trigger_next, .trigger_prev_prev, .trigger_next_next{
			position:absolute;
			width:120px;
			height:94px;
			left:0; top:53px;
			cursor:pointer;
		}
		.trigger_prev{ left:215px;}
		.trigger_next{ left:625px;}
		.trigger_prev_prev{ left:70px;}
		.trigger_next_next{ left:770px;}