/******************************************************************************************************/
/* !VIRTUAL TOUR */

#flash_vt{ 
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -510px;
	z-index: 1000003;
	/* background: url(/images/vt_loader.gif) no-repeat center center; */
}

#overlay{
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index:100001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

#loader_vt{
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -15px;
	width: 31px;
	height: 31px;
}

#flash_content_container{
	z-index: 100000;
}

#no_flash{
	color: #fff;
	font-size: 16px;
	padding: 25px;
	padding-left: 135px;
	width: 215px;
	height: 100px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -200px;
	z-index:100004;
	background: url(/images/no_flash.jpg) 25px 25px no-repeat #000;
}

#no_flash a{
	color: #fff;
	text-decoration: underline;
}

.campus-virtual-tour{
	margin-bottom: 10px;
	background: url(/images/instructors_bg.gif) top left no-repeat #fff;
}

.campus-virtual-tour a{
	display: block;
	padding: 10px;
	font-size: 20px;
}

.campus-virtual-tour a:after{
	content: ".";
    display: block;
    height: 0;
    clear: left;
    visibility: hidden;
}

.campus-virtual-tour a img{
	float: left;
	margin-right: 15px;
	margin-left: 10px;
}

.campus-virtual-tour a span{
	display: block;
	padding-top: 20px;
}

.campus-virtual-tour a span strong{
	background:url(/images/link_arrow_red.gif) no-repeat right center;
	padding-right:15px;
}

.vt-button{
	margin: 5px 0 5px 5px;
	display: block;
}

/* !END */
