
#gallery_container {  
	width: 951px;
	height: 491px; /* 141px */
	background: transparent;
	padding: 0;
	margin: 0 auto 0 auto;
	display: block;
	position: relative;
	-moz-box-shadow: 0 0 20px 0 #333;
	-webkit-box-shadow: 0 0 20px 0 #333;
	box-shadow: 0 0 20px 0 #333;
	}

.gallery {
	margin: 0 0 0;
	width: 951px;
	position: relative;
	overflow: hidden;
}
.gallery .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.gallery .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.gallery .holder ul li {
	float: left;
	width: 317px;
	padding: 0 0 0 0;
}
.gallery .holder ul li img { 
	display: block; 	
	}
.next,
.prev {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 0;
	width: 60px;
	height: 491px;
	background: url(img/gallery_back.png) top right no-repeat;
	z-index: 5;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;	
}
.next {	
	}
.next-disable { background: url(img/btn-next-disable.png) no-repeat; }
.prev {
	background: url(img/gallery_fwd.png) top left no-repeat;
	right: auto;
	left: 0;
}
.prev-disable { background: url(img/btn-prev-disable.png) no-repeat; }
.stop,
.start {
	background: url(img/btn-pause.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 0 0 10px;
	outline: none;
	cursor: pointer;
}
.stopped .start { background: url(img/btn-play.png) no-repeat; }
.start,
.no-active .start {
	margin: 0;
	background: url(img/btn-play-disable.png) no-repeat;
}
.stopped .stop { background: url(img/btn-pause-disable.png) no-repeat; }
.control {
	font-size: 18px;
	line-height: 21px;
	padding: 5px 0 0;
}
