
.gallery {
	margin: 0px;
	width: 538px;
	position: relative;
}
.gallery .holder {
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
	height:305px;
}
.gallery .holder ul {
	margin:0px;
	padding: 0;
	list-style: none;
	width: 30000px;
	position:absolute;
	left:0;
}
.gallery .holder ul li {
	float: left;
	width: 538px;
	height:305px;
	text-align:left;
	overflow:hidden;
	color: #000000;
	line-height:19px;
}
.gallery .holder ul li img { display: block; }
/* vertical mode */
.gallery-vert { width: 240px; }
.gallery-vert .holder { height: 362px; }
.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;
}
.gallery-fade .holder ul li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 180px;
	padding: 0;
}

.paging {
	position: absolute;
	top: 308px;
	right: -14px;
	height:17px;
	text-align:right;
	margin: 0;
	padding: 0;
	z-index: 100;
}
.paging ul {
	margin: 0;
	padding: 0;
	right:0px;
	position:relative;
}
.paging li {
	padding: 0 12px 0 0;
	float: left;
	list-style: none;
}
.paging li a {
	width: 17px;
	height: 17px;
	display: block;
	background-image:url(../images/details_bt.png);
	text-align: center;
	text-decoration: none;
	color: #4C0D15;
}
.paging li a.active {
	background-image:url(../images/details_bt_o.png);
	color: #E80E22;
}

.next,
.prev {
	position: absolute;
	right: -37px;
	top: 0px;
	width: 60px;
	height: 200px;
	background: url(../images/menu_cfa/men_flch_D.png) no-repeat;
	z-index: 20;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	cursor: pointer;
	z-index:1000;
}
.next:hover
{
	right: -35px;
	background: url(../images/menu_cfa/men_flch_D_Over.png) no-repeat;
}
.next-disable { background: url(../images/menu_cfa/men_flch_D_Over.png) no-repeat; }
.prev {
	background: url(../images/menu_cfa/men_flch_G.png) no-repeat;
	right: auto;
	left: -35px;
}
.prev:hover {
	background: url(../images/menu_cfa/men_flch_G_Over.png) no-repeat;
	right: auto;
	left: -35px;
}
.prev-disable { background: url(../images/menu_cfa/men_flch_G_Over.png) no-repeat; }
.stop,
.start {
	background: url(../images/menu_cfa/btn-pause.png) no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	width: 30px;
	height: 30px;
	float: left;
	margin: 0 0 0 10px;
	outline: none;
	cursor: pointer;
}
.stopped .start { background: url(../images/menu_cfa/btn-play.png) no-repeat; }
.start,
.no-active .start {
	margin: 0;
	background: url(../images/menu_cfa/btn-play-disable.png) no-repeat;
}
.stopped .stop { background: url(../images/menu_cfa/btn-pause-disable.png) no-repeat; }

.nav {
	position: fixed;
	top: 10px;
	left: 0;
	padding-left: 10px;
	z-index: 100;
	border-right: 1px solid #ddd;
	width: 115px;
	background: #f4f5f5;
}
.nav strong {
	font-size: 14px;
	line-height: 17px;
	color: #686c70;
}
.nav ul {
	margin: 0;
	padding: 14px 0 0;
	list-style: none;
}
.nav ul li { padding: 0 0 5px; }
#footer {
	text-align: center;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	width: 100%;
}
#footer .hold {
	padding: 15px 0;
	width: 974px;
	margin: 0 auto;
}
#footer p {
	margin: 0;
	color: #888;
	font-size: 11px;
	line-height: 14px;
}
