#gallery {
	padding:0 20px;
	width: 80%;
	position: relative;
	display: block;
	margin:0px auto;
}
#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:70px;
	padding: 0 1px 1px 0;
	/*margin:0px 5px;*/
}

#gallery .holder ul li img { display: block; }

.paging {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 100;
}
.paging li {
	padding: 0 10px 0 0;
	float: left;
}
.paging li a {
	width: 14px;
	height: 14px;
	display: block;
	background-color: red;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
.paging li a.active {
	background-color: yellow;
	color: red;
}
.next,
.prev, .next-disable, .prev-disable {
	position: absolute;
	top:0px;
	right: -35px;
	margin-top:0px;
	width: 50px;
	height: 110px;
	background: url(/UserFiles/images/right_arrow.png) no-repeat center center;
	z-index: 20;
	overflow: hidden;
	/*text-indent: -9999px;*/
	outline: none;
	cursor: pointer;
	color: #444;
	text-decoration: none;
}
.next-disable { display:none; }

.prev, .prev-disable {
	background: url(/UserFiles/images/left_arrow.png) no-repeat  center center;
	right: auto;
	left: -35px;
}
.prev-disable { display:none;  }
.control {
	font-size: 18px;
	line-height: 21px;
}
/******************************************************/
#photo_nav_container {
	display:block;
	text-align: center;
	clear:both;
	width:164px;
	margin:6px auto;
	height: 20px;
}
#photo_nav_container a {
	color:#333;
	text-decoration: none;
}
#photo_nav_container a:hover {
	text-decoration: underline;
}
.photo_wrapper {
	clear:both;
}
#next_photo, #prev_photo {
	width:50px;
	height:20px;
	outline:none;
	display:block;
	cursor: pointer;
	margin:0 1px;
	background-repeat: no-repeat;
}
#next_photo {
	background-image: url(/UserFiles/images/right_arrow.png);
	background-position: right;
	right:0px;
	float:right;
	text-align: right;
	padding-right:20px;
}

#prev_photo {
	background-image: url(/UserFiles/images/left_arrow.png);
	background-position: left;
	left:0px;
	float:left;
	text-align: left;
	padding-left:20px;
}
