
img { border: none; }

.gallery {
	margin: 0 0 20px;
	width: 900px;
	position: relative;
}
.gallery .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
#mask-top-dx {
overflow:visible;
position:absolute;
	z-index: 10;
	background: url(../img/mask-top-dx.png) no-repeat right top;
	height: 20px;
	width: 900px;
	float: right;
}
#mask-top-sx {
overflow:visible;
position:absolute;
	z-index: 10;
	background: url(../img/mask-top-sx.png) no-repeat left top;
	height: 20px;
	width: 20px;
}
#mask-bottom-dx {
overflow:visible;
position:absolute;
	z-index: 10;
	background: url(../img/mask-bottom-dx.png) no-repeat right top;
	float: right;
	width: 900px;
	height: 20px;
	bottom:20px;

}
#mask-bottom{
background:url("../img/mask-bottom.png") no-repeat scroll left top transparent;
bottom:0;
height:20px;
overflow:visible;
position:absolute;
width:900px;
z-index:10;
}
.gallery .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300000px;
}
.gallery .holder ul li {
	float: left;
	width: 900px;
        height: 280px;
	padding: 0 0px 1px 0;
}
.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 {
	position: absolute;
	
	top: 50%;
	margin-top: -25px;
	width: 40px;
	height: 40px;
	
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next-disable { background: url(../img/slider-forward-roll.png) no-repeat; }
.prev {
	background: url(../img/slider-back.png) no-repeat;
	right: auto;
	left: 0px;
}


.next{
        background: url(../img/slider-forward.png) no-repeat top right;
        right: 0px;
}

a.prev:hover {
    background-image: url(../img/slider-back-roll.png)
}
a.next:hover {
    background-image: url(../img/slider-forward-roll.png)
}

.prev-disable { background: url(../img/slider-forward-roll.png) no-repeat; }
.control {
	font-size: 18px;
	line-height: 21px;
}
