@charset "utf-8";
/* CSS Document */

#gallery-image {
	clear: both;
	display:inline;
	float:left;
	height:486px;
	margin-top:15px;
	overflow:hidden;
	position:relative;
	width:770px;
}

	#gallery-image #gallery-slider {
		position:relative;
		width:770px;
		height:486px;
		top:0;
		left:0;
		float:left;
		display:inline;
		overflow:hidden;
	}

		#gallery-image #gallery-slider .gallery-slide {
			width:770px;
			height:486px;
			float:left;
			display:inline;
			text-align: center;
		}		

			#gallery-image #gallery-slider .gallery-slide img {
				border: 3px solid #FFFFFF;
			}
			
		.gallery-left {
			clear: both;
			position:absolute;
			width:40px;
			height:41px;
			top:0;
			left:0;
			padding-top:221px;
			z-index:20;
			display: none;
			cursor:pointer;
		}
		
		.gallery-right {
			clear: both;
			position:absolute;
			width:40px;
			height:41px;
			padding-top:221px;
			top:0;
			left:730px;
			z-index:20;
			display: none;
			cursor:pointer;
		}
