@charset "UTF-8";
/* CSS Document */

.gallery-fade {
	position: relative;
	width: 900px;
	height: 498px
	overflow: hidden;
}
	.gallery-fade .holder {
		position: relative;
		overflow: hidden;
		z-index: 2;
		width: 775px;
		height: 498px
	}
		.gallery-fade .holder ul {
			width: 100%;
			height: 100%;
			margin: 0;
			padding: 0;
			list-style: none;
		}
			.gallery-fade .holder ul li {
				/*float: left;*/
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				padding: 0 0 0 1px;
			}
				.gallery-fade .holder ul li img {
					display: block; 
				}
/*
	.gallery-fade .next,
	.gallery-fade .prev {
		position: absolute;
		display: block;
		right: 10px;
		top: 10px;
		width: 36px;
		height: 180px;
		background: url(../images/btn_carousel_right.gif) no-repeat;
		z-index: 100;
		outline: none;
		cursor: pointer;
	}
	.gallery-fade .prev {
		background: url(../images/btn_carousel_left.gif) no-repeat;
		right: auto;
		left: 10px;
	}
	.gallery-fade .next-disable {
		background: url(../images/btn_carousel_right_off.gif) no-repeat;
		cursor: default;
	}
	.gallery-fade .prev-disable { 
		background: url(../images/btn_carousel_left_off.gif) no-repeat;
		cursor: default;
	}*/
	
	
.gallery-fade ul.control {
	position: absolute;
	z-index: 3;
	width: 124px;
	height: 499px;
	right: 0;
	top: -1px;
	border-left: 1px solid #4D4D4D;
}
	.gallery-fade ul.control li {
		position: relative;
		width: 124px;
		height: 82px;
		border-top: 1px solid #4D4D4D;
		overflow: hidden;
	}
	
	/*.gallery-fade ul.control li#pagenavi
	{
		width: 700px;
		left: 100px;
		text-align: center;
	}*/
	.gallery-fade ul.control li img
	{
		cursor: pointer;
	}
	.gallery-fade ul.control li img:hover
	{
		filter: alpha(opacity=60);
		-moz-opacity:0.60;
		opacity:0.60;
	}
	.gallery-fade ul.control li img.current
	{
		cursor: default;
	}
	.gallery-fade ul.control li img.current:hover
	{
		filter: alpha(opacity=100);
		-moz-opacity:1.0;
		opacity:1.0;
	}
	
	.gallery-fade img.bullet {
		position: absolute;
		bottom: 5px;
		right: 6px;
		visibility: hidden;
	}
	
	.gallery-fade img.current {
		visibility: visible !important;
	}
		
	.gallery-fade ul.control li.left {
		left:0;
		cursor: pointer;
	}
	
	.gallery-fade ul.control li.right {
		right: 0;
		cursor: pointer;
	}
		.gallery-fade ul.control li.right:hover img,
		.gallery-fade ul.control li.left:hover img {
			filter: alpha(opacity=60);
			-moz-opacity:0.60;
			opacity:0.60;
		}
	
.gallery-fade .prev-disable {
	visibility: hidden;
	cursor: default;
}

.gallery-fade .next-disable {
	visibility: hidden;
	cursor: default;
}


/* for scrolling image */
#gallery, 
#gallery .holder{
		width: 775px;
		height: 498px
}
#gallery .holder{
	position:relative; 
	overflow:hidden; 
}
#gallery .holder .move {
	position:relative; 
	left:0;
}
#gallery .holder .cap {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.1em;
}