@charset "utf-8";
/* Image Scroller */

body {
	font-family:arial
}
.clear {
	clear:both
}
#gallery {
	position:relative;
	height:301px;
	float:left;
	
}
#gallery a {
	float:left;
	position:absolute;
}
#gallery a img {
	border:none;

}
#gallery a.show {

	cursor:default;
}
#gallery .caption {
	z-index:600;
	color:#ffffff;
	height:301px;
	width:200px;
	position:absolute;
	bottom:0;
}
#gallery .caption .content {
	margin:5px;
	width:200px;
}
#gallery .caption .content h3 {
	display:inline-block;
	margin:0;
	padding:0;
	color:#1DCCEF;
}
#Hdiv {
	color:#000000;
	position:absolute;
}
