/* Primary project */
.gallery {
	margin: 0px;
	width: 920px;
	position: relative;
	overflow: hidden;
	margin-left:-29px;
}
.gallery .holder {
    margin-left: 32px;
    overflow: hidden;
    padding-left: 2px;
    padding-top: 0px;
    position: relative;
    width: 850px;
    z-index: 2;
}
.gallery .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 30000px;
}
.gallery .holder ul li {
	float: left;
	width: 850px;
	padding:0px 2px 0px 0px;
	
}
.gallery .holder ul li img { display: block; }
.next,
.prev {
	position: absolute;
	right:13px;
	top: 123px;
	margin-top: 0px;
	width: 39px;
	height:64px;
	background: url(image/btn_right.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next-disable { background: url(image/btn_right.png) no-repeat; }
.prev {
	background: url(image/btn_left.png) no-repeat;
	right: auto;
	left: 10px;
	
}
.prev-disable { background: url(image/btn_left.png) no-repeat; }

