@charset "utf-8";
/* CSS Document */

#photo_gallery_wrapper {
	width:980px;
	height:330px;
	position:relative;
	overflow:hidden;
}

#controls {
	width:980px;
	height:60px;
	position:absolute;
	top:150px;
	z-index:5;
}

.control {
	width:50px;
	height:60px;
	background-image:url(../_images/gallery/controls.png);
	overflow:hidden;
	cursor:pointer;
}

#prev {
	background-position:0px 0px;
	float:left;
}

#next {
	background-position:0px 60px;
	float:right;
}

#photo_gallery {
	width:8400px;
	height:330px;
	margin:0px;
	padding:0px;
	position:relative;
	left:0px;
	overflow:hidden;
}

#photo_gallery li {
	width:400px;
	height:330px;
	margin:0px;
	padding:0px;
	float:left;
}