

.gallery { float:left;
	margin:0 0 0 0;
	width:82%;
	position: relative;
	/*overflow: hidden;*/
	padding:0px 34px;
}

.gallery h2{
	position:absolute;
	top:-55px;
	font-size:110%;
	background:#1985ca;
	width:40%;
	color:#FFF;
	font-weight:bold;
	border-radius:7px 7px 0 0;
	padding:5px 10px;
	
}
.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: 240px;*/
	padding: 0 1px 1px 0;
	margin:11px 0 0 15px;
}
.gallery .holder ul li {
	float: left;
	/*width: 242px;*/
	padding: 0 0 0 0;
}
.gallery .holder ul li img { display: block; /*width:221px;height:52px;*/ }

.next1,
.prev1 {
	position: absolute;
	right:-11px;
	top:12px;
	margin-top:0px;
	width: 32px;
	height:32px;
	background: url(./img/next.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next1-disable { background: url(./img/prev.png) no-repeat; }
.prev1 {
	background: url(./img/prev.png) no-repeat;
	right: auto;
	left: -8px;
}
.prev1-disable { background: url(./img/next.png) no-repeat; }
.stop,
.start {
	background: url(../buttons/pausebutton.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 40px;
	height: 40px;
	float: left;
	margin: 0 0 0 10px;
	outline: none;
	cursor: pointer;
}



.stopped .start { background: url(../buttons/playbutton.png) no-repeat; }
.start,
.no-active .start {
	margin: 0;
	background: url(../buttons/playbuttondisabled.png) no-repeat;
}
.stopped .stop { background: url(../buttons/pausebuttondisabled.png) no-repeat; }
.control {
	font-size: 18px;
	line-height: 21px;
	padding: 5px 0 0;
}
