@charset "utf-8";
/* CSS Document */
/* 360 degree gallery style */

.gallery_container{
	height:550px;
	float:left;
	}
	
a.gallery_thumb{
	display:block;
	float:left;
	margin:0px 10px 20px 0px;
	text-align:center;
	}

a.gallery_thumb img{
	border:1px solid #eef1f0;
	padding:5px;
	}
a.gallery_thumb:hover img{border:1px solid #71867f;}

.flash_container{
	display:none;
	float:left;
	}
.flash_container embed{border:1px solid #eef1f0;}
.flash_container object{border:1px solid #eef1f0;}

a h2{
	text-decoration:none;
	color:#71867f;
	font-size:18px;
	}
a:hover h2{
	color:#ff6600;
	}

