/*
	BIDX VTOUR CSS Theme #2
	Distressed Metal - unBranded.
*/
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: 'Open Sans Condensed', 'Arial Narrow', Verdana, Geneva, sans-serif;
	background: #ddd url(../images/bgnoise_lg.jpg) repeat top left;
	font-size: 12px;
	color: #333;
}
.container {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 892px;
	height: 572px;
	background: #ddd url(/tours/skin/distressed_metal/distressed_metal.png) no-repeat center center;
}
.htitle {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 300px;
	text-align: center;
	display: block;
	font-size: 22px;
	font-weight: Bold;
	color:white;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.vt_list {
	position: absolute;
	top: 76px;
	right: 16px;
	list-style:none;
	width: 285px;
	padding: 0px;
	color: white;
	font-weight: bold;
}
.vt_address {
	font-size: 18px;
	font-weight: Bold;
	line-height: 18px;
	color:#6A9;
	padding: 4px;
	background: rgb(255,255,255); /* fallback color */
	background:  rgba(255,255,255, 0.7);
}

.vt_public_remarks {
	font-size:12px;
	text-align:justify;
	height:  160px;
	overflow-x:hidden;
	overflow-y:auto;
}
.vt_broker_logo {
	display:block;
	position: absolute;
	bottom: 20px;
	right: 16px;
	height:  82px;
	width:  210px;
	overflow-x:hidden;
	overflow-y:hidden;
}
.brokerlogo{
	display:block;
	max-height: 80px;
	max-width: 180px;
	border: none;
	margin-right:auto;
	margin-left:auto;
}
.bidxlogo{
	display:block;
	position: absolute;
	top: 30px;
	right: 12px;
	height: 50px;
	width: 220px;
}
.vt_broker_logo {
	display:block;
	position: absolute;
	bottom: 20px;
	right: 16px;
	height:  82px;
	width:  210px;
	overflow-x:hidden;
	overflow-y:hidden;
}
.brokerlogo{
	display:block;
	max-height: 80px;
	max-width: 180px;
	border: none;
	margin-right:auto;
	margin-left:auto;
}
.bidxlogo{
	display:block;
	position: absolute;
	top: 530px;
	left: 1px;
	height: 30px;
	width: 150px;
}
#tour {
	position: absolute;
	top: 23px;
	left: 88px;
	width:   474px;
	height:  351px;
	overflow-x:hidden;
	overflow-y:hidden;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
}
#tour img {
	width:   470px;
	height:  347px;
	padding:2px;
	background-color: #eee;
}
.slide_title {
	position: absolute;
	top: 6px;
	left: 6px;
	color:#88e;
	font: bold 18px/36px Helvetica, Sans-Serif;
	letter-spacing: -1px;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
	padding: 8px;
}
.slide_desc {
	position: absolute;
	bottom: 11px;
	left: 6px;
	width: 453px;
	padding: 10px;
	color:#FFF;
	font: 12px/18px Helvetica, Sans-Serif;
	letter-spacing: -1px;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.7);
}
#nav_container {
	position: absolute;
	top: 25px;
	left: 21px;
	width: 60px;
	height:350px;
	overflow-x:hidden;
	overflow-y:hidden;
}
#nav {
	padding: 0px;
	margin: 0px;
}
#nav li {
	list-style: none
}
#nav a {
	width: 54px;
	height: 54px;
	display: block;
}
#nav li.activeSlide a {
	background: #88f
}
#nav a:focus {
	outline: none;
}
#nav img {
	width: 50px;
	height: 50px;
	padding: 2px;
	border: none;
	display: block
}
/* Media Control Panel */
.controller {
	position: absolute;
	bottom: 5px;
	left: 190px;
	width: 220px;
	height: 57px;
	padding: 0px;
}
/* Play and Pause Buttons */
a.jp-play, a.jp-pause {
	position: absolute;
	top: 5px;
	left: 5px;
	width:40px;
	height:40px;
	overflow:hidden;
	display: inline-block;
	text-indent:-9999px;
}
a.jp-play {
	background: url(/tours/skin/distressed_metal/play.png) center center no-repeat;
}
a.jp-pause {
	background: url(/tours/skin/distressed_metal/pause.png) center center no-repeat;
}
/* Previous and Next Buttons */
a.next, a.prev {
	position: absolute;
	top: 5px;
	width:40px;
	height:40px;
	overflow:hidden;
	display: inline-block;
	text-indent:-9999px;
}
a.next {
	left: 110px;
	background: url(/tours/skin/distressed_metal/next.png) center center no-repeat;
}
a.prev {
	left: 56px;
	background: url(/tours/skin/distressed_metal/prev.png) center center no-repeat;
}
/* Mute button */
a.jp-mute, a.jp-unmute {
	position: absolute;
	top: 5px;
	right:5px;
	width:40px;
	height:40px;
	overflow:hidden;
	display: inline-block;
	text-indent:-9999px;
}
a.jp-mute {
	background: url(/tours/skin/distressed_metal/mute.png) center center no-repeat;
}
a.jp-unmute {
	background: url(/tours/skin/distressed_metal/unmute.png) center center no-repeat;
}
a.jp-play:hover, a.jp-pause:hover, a.next:hover, a.prev:hover, a.jp-mute:hover, a.jp-unmute:hover {
	background-color:#FF6;
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
/* branding */
.vt_branding {
	display: block;
	position: absolute;
	bottom: 70px;
	left: 22px;
	width: 552px;
	height: 110px;
}
.vt_branding ol {
	display: block;
	position: absolute;
	top: 0px;
	left: 132px;
	width: 442px;
	height: 110px;
	padding:0px;
	margin: 0px;
}
.vt_branding li {
	list-style:none;
}
.vt_brokerlogo {
	max-height: 100px;
	max-width: 135px;
	border:none;
}
.vt_agent{
	display: block;
	max-height: 110px;
	max-width: 110px;
	border:none;
	padding:0px;
	margin: 0px;
}
.vt_name {
	font-size: 18px;
	font-weight: Bold;
	color: #726f66;
}
/* social shares */
.social {
	position: absolute;
	bottom: 10px;
	left:360px;
	height: 160px;
	width:240px;
	padding: 5px;
}
.social h1 {
	font-size:14px;
	margin-bottom: 10px;
}
.social-hover {
	display:inline-block;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}
.social-hover:hover {
	opacity: .7;
	-moz-opacity: .7;
	filter: alpha(opacity=70);
}
.social button {
	width:40px;
	height:40px;
	overflow:hidden;
	text-indent:-9999px;
	border: none;
	padding: 0px;
	margin: 0px;
}
.Custom-share {
	background: url(/tours/skin/default/custom-share.png) no-repeat;
}
.Facebook {
	background: url(/tours/skin/default/facebook-32x32.png) no-repeat;
}
.Twitter {
	background: url(/tours/skin/default/twitter-32x32.png) no-repeat;
}
.Digg {
	background: url(/tours/skin/default/digg-32x32.png) no-repeat;
}
.Delicious {
	background: url(/tours/skin/default/delicious-32x32.png) no-repeat;
}
.Linkedin {
	background: url(/tours/skin/default/linkedin-32x32.png) no-repeat;
}
.Reddit {
	background: url(/tours/skin/default/reddit-32x32.png) no-repeat;
}
.MySpace {
	background: url(/tours/skin/default/myspace-32x32.png) no-repeat;
}
.StumbledUpon {
	background: url(/tours/skin/default/stumbleupon-32x32.png) no-repeat;
}
.GooglePlus {
	background: url(/tours/skin/default/gplus-32.png) no-repeat;
}
