body {
	/*
	margin: 0;
	font: 12px/14px "Trebuchet MS", trebuchet, Arial, Helvetica, sans-serif;
	color: #555;
	background-color: #fff;
	*/
}
img { border: none; }
#wrapper {
	margin: 0 auto;
	padding: 20px 0 0;
	overflow: hidden;
}
/*
h1 {
	margin: 0 0 30px;
	font: 30px/33px Georgia, "Times New Roman", Times, serif;
	text-align: center;
}
h1 em {
	font-size: 13px;
	font-style: normal;
}
h2 {
	margin: 30px 0 20px;
	font-size: 24px;
	line-height: 27px;
	font-weight: normal;
	border-bottom: 1px dashed #333;
}
h3 {
	margin: 0;
	font-size: 16px;
	line-height: 19px;
}
*/
/*p {
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 10px;
}*/
pre {
	margin: 0 0 15px;
	color: #000094;
}
.gallery {
	margin: 0px auto 0px auto; min-height: 120px;
	position: relative;
	border: 1px solid #EBDBE5;
}
.gallery .holder {
	margin: 0 auto;
	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;
}
.gallery .holder ul li img { }
/* vertical mode */
.gallery-vert { width: 240px; }
.gallery-vert .holder { height: 120px; }
.gallery-vert .holder ul { width: auto; }
.gallery-vert .holder ul li { float: none; }
.gallery-vert .holder ul li img {
}
/* one item */
.gallery-one,
.gallery-vert-one { width: 240px; }
.gallery-vert-one .holder { height: 120px; }
.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: 120px;
}
.gallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 120px;
}
.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: 0px; right: -16px;	
	width: 16px;
	height: 120px;
	background: url("../img/right-arrow.jpg") no-repeat;
	z-index: 20;
	overflow: hidden;
	outline: none;
	cursor: pointer;
	text-indent: 99999px;
}
.next-disable { background: url(../Assets/btn-next-disable.png) no-repeat; }
.prev {
	background: url("../img/left-arrow.jpg") no-repeat;
	left: -16px; right: 0px;
}
.prev-disable { background: url(../Assets/btn-prev-disable.png) no-repeat; }
.control {
	font-size: 18px;
	line-height: 21px;
}

div.gallery-title {
	float: left;
	margin: -10px 0px 0px 10px; padding: 3px 10px 3px 10px;
	background: #FFFFFF;
	color: #679731; font-weight: bold;
	}
	div.gallery-title a {
		color: #679731; text-decoration: none; font-weight: bold;
		}
	div.gallery-title a:hover {
		text-decoration: underline;
		}

div.list-item {
	margin: 0px 5px 0px 5px;
	}
.gallery .holder ul li img {
	padding: 3px; margin: 0px;
	background: #D1CEBB;	
	}

div.list-link {
	text-align: center;
	margin: 5px 0px 0px 0px;
	}
	div.list-link a {
		text-decoration: none; font-size: 12px;
		}
	div.list-link a:hover {
		text-decoration: underline;
		}
	
