h1 
{
	color: #000000;
/*	font-size: 24px; */
	font-size: 140%; 
}

#txt_content, #audio_content, #ag_audio_content
{
	padding: 0 20px 0 20px;
	text-align: justify;
	color: #808080;
	height: 100%;
	font-size: 13px;
}

#txt_content:after
{
	height: 40px;
	content: " ";
        display: block;
        background: #fff;
}

#audio_content:after
{
	height: 80px;
	content: " ";
        display: block;
        background: #fff;
}

#ag_audio_content:after
{
	height: 90px;
	content: " ";
        display: block;
        background: #fff;
}

#more
{
	color: #333333;
	height: 40px;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: right;
	background-color: #fff;
}

#audio_more, #ag_audio_more
{
	color: #333333;
	height: 40px;
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: right;
	background-color: #fff;
}

#more_text_arrow, #audio_more_text_arrow, #ag_audio_more_text_arrow 
{
	float: right;
	width: 0px; 
	height: 0px; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #333333;
	content: "";
	margin-top: 16px;
	margin-right: 1px;
}

#more_text, #audio_more_text, #ag_audio_more_text
{
	color: #333333;
	margin-top: 10px;
	padding-right: 20px;
	font-size: 13px;
	cursor: pointer;
	width: 50px;
	float: right;
}

#more_text, #audio_more_text, #ag_audio_more_text:hover
{
	text-decoration: underline;
}

#videoPopup, #textPopup, #audioPopup 
{
	position: absolute; 
	/* left: 15%; */
	top: 3%; 
	width: 71%; 
	height: 82%; 
	background-color: #ececec; 
	display: none; 
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width: 900px;
	z-index: 4000;
}

#vg_close, #txt_close
{
	cursor: pointer;
	margin-right: 3px;
	margin-top: 5px;
	width: 30px; 
	height: 20px; 
	float: right; 
	background: url('../skin/vtourskin.png') -142px -746px; 
}

#vg_close, #txt_close:hover
{
	background: url('../skin/vtourskin.png') -172px -746px; 
}

#vg_container, #txt_container, #audio_container
{
	left: 10%; 
	top: 8%; 
	width: 80%; 
	height: 84%; 
	background-color: #ffffff;
	position: absolute;
}

#ag_containerMobile
{
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%;
	background-color: #ffffff;
	position: absolute;
}

#vg_container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#videoPopupMobile
{
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 0; 
	background-color: #000000; 
	display: none; 
	z-index: 4000;
}

#audioPopupMobile
{
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 0; 
	background-color: #fff; 
	display: none; 
	z-index: 4000;
}

#vg_closeMobile
{
	left: 0;
	top: 0;
	margin-right: 0px;
	margin-top: 0px;
	width: 75px; 
	height: 75px; 
	float: right; 
	background: url('../skin/mobilesheet.png') -408px -218px;
	-ms-transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
	z-index: 7000; 
	position: relative;
}

#ag_closeMobile
{
	left: 0;
	top: 0;
	margin-right: -13px;
	margin-top: -48px;
	width: 75px; 
	height: 75px; 
	float: right; 
	background: url('../skin/mobilesheet.png') -408px -218px;
	-ms-transform: scale(0.5,0.5);
	-webkit-transform: scale(0.5,0.5);
	transform: scale(0.5,0.5);
	-webkit-transform-origin: 100% 100% 0;
	transform-origin: 100% 100% 0;
	z-index: 7000; 
	position: relative;
	padding-bottom: -20px;
}

#vg_closeMobileWP
{
	left: 0;
	top: 0;
	margin-right: 0px;
	margin-top: 0px;
	width: 75px; 
	height: 75px; 
	float: right; 
	background: url('../skin/mobilesheet.png') -408px -218px;
	-ms-transform: scale(1,1);
	-webkit-transform: scale(0.5,0.5);
	transform: scale(1,1);
	-webkit-transform-origin: 100% 0;
	transform-origin: 0 0;
	z-index: 7000; 
	position: relative;
}

#vg_containerMobile, #vg_containerMobileWP
{
	left: 0px; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	background-color: #000000;
	position: absolute;
}

#vg_containerMobile iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 37px;
}

#vg_containerMobileWP iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 70px;
}

.gallerybtnleft
{
	top: 50%;
	left: 0;
	cursor: pointer;
	margin-top: -20px;
	width: 71px; 
	height: 40px; 
	float: left; 
	position: absolute;
	background: url('../skin/vtourskin.png') -203px -773px; 
}

.gallerybtnleft:hover
{
	background: url('../skin/vtourskin.png') -137px -773px; 
}

.gallerybtnright
{
	top: 50%;
	right: 0;
	cursor: pointer;
	margin-top: -20px;
	width: 71px; 
	height: 40px; 
	position: absolute;
	background: url('../skin/vtourskin.png') -10px -773px; 
}

.gallerybtnright:hover
{
	background: url('../skin/vtourskin.png') -76px -773px; 
}

#audio_player
{
	height: 40px;
	background-color: #555555;
	position: absolute;
	bottom: 0;
	width: 100%;
}

#ag_audio_player
{
	height: 40px;
	background-color: #555555;
	position: absolute;
	bottom: 0;
	width: 100%;
}