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

body.slide
{
	border: none;
	margin: 0px auto;
	padding: 0px;
	left: 0px;
}

#gallery_iframe {
	position: absolute;
	height:320px;
	width: 640px;
	left: 170px;
}


.clear {
	clear:both
}

#0001 {
	position:relative;
	padding-left: 300px;
}

#gallery1 {
	position: absolute;
	left: 170px;
	top: 0px;
	height:320px;
}
	#gallery1 a {
		float:left;
		position:absolute;
	}
	
	#gallery1 a img {
		border:none;
		z-index:490;
	}
	
	#gallery1 a.show {
		z-index:500;
	}

	#gallery1 .caption {
		z-index:100; 
		background-color:#000; 
		color:#ffffff; 
		height:0px; 
		width:0px; 
		position:absolute;
		bottom:0;

	}

	#gallery1 .caption .content {
		margin:5px
	}
	
	#gallery1 .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	
	
#gallery2 {
	position:relative;
	height:360px
}
	#gallery2 a {
		float:left;
		position:absolute;
	}
	
	#gallery2 a img {
		border:none;
		z-index:500;
	}
	
	#gallery2 a.show {
		z-index:100;
	}

	#gallery2 .caption {
		z-index:100; 
		background-color:#000; 
		color:#ffffff; 
		height:0px; 
		width:0px; 
		position:absolute;
		bottom:0;

	}

	#gallery2 .caption .content {
		margin:5px
	}
	
	#gallery2 .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}
	
