

@charset "utf-8";
/* CSS Document */

img { border: #FFF solid 2px;  }



pre {
	margin: 0 0 15px;
	color: #000094;
}
.gallery {
	margin: 13px 0 10px;
	width: 540px;
	position: relative;
	float:left
	}
.gallery .holder {
	width: 540px;
	position: relative;
	overflow: hidden;
	z-index: 2;
	height:130px !important;
	margin:0 0 0 12px;
	float:left;
	}
.gallery .holder ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:left;
	
}
.gallery .holder ul li {
	float: left;
	width: 128px !important;
	height:128px;
	padding: 0 5px 1px 0;

}
.gallery .holder ul li img { display: block; float:left; }
/* vertical mode */
.gallery-vert { width: 100px; }
.gallery-vert .holder { height: 140px; }
.gallery-vert .holder ul { width: auto; }
.gallery-vert .holder ul li { float: none; }
.gallery-vert .holder ul li img {
	vertical-align: top;
	display: inline;
}
/* one item */
.gallery-one,
.gallery-vert-one { width: 240px; }
.gallery-vert-one .holder { height: 180px; }
.gallery-vert-one .holder ul { width: auto; }
.gallery-vert-one .holder ul li { float: none; }
.gallery-vert-one .holder ul li img {
	vertical-align: top;
	display: inline;
}
/* fade */
.gallery-fade { width: 240px; }
.gallery-fade .holder ul {
	width: 100%;
	height: 180px;
	float:left;
}
.gallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
}
.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;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 40px;
	height: 40px;
	background: url(../images/btn-next.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
}
.next-disable { background: url(../Assets/btn-next-disable.png) no-repeat; }
.prev {
	background: url(../images/btn-prev.png) no-repeat;
	right: auto;
	left: 10px;
}
.prev-disable { background: url(../images/btn-prev-disable.png) no-repeat; }
.control {
	font-size: 18px;
	line-height: 21px;
}

