@charset "UTF-8";



body{
	overflow:scroll;
}

.pageload{
	position:absolute;
	top:50px;
	left:50px;
	height:10px;
	border-left:solid 2px;
	border-right:solid 2px;
	width:360px;
}

.pageloadbar{
	position:relative;
	top:4px;
	height:1px;
	width:0px;
	background-color:black;
}

.wrapper {
	margin-left:40px;
	
}

.titlebar{
	width:400px;
	height:80px;
	margin-bottom:30px;
	position:relative;
	left:-12px;
	margin-left:5px;
}

.whitebottom{
	height:30px;
	float:left;
}

.blackbar{
	height:16px;
	width: 360px;
	margin-left:5px;
	background-color:#000;
	float:left;
}

.contentwrap{
	width:400px;
	padding:4px;
	/*margin-left:auto;
	margin-right:auto;*/
}

.about{
	margin-top:10px;
	margin-bottom:20px;
	margin-left:7px;
	width:370px;
}

.content{
	width:100%;
}

.srcvbbox{
	width: 100%;
	height:90px;
	padding-top:10px;
	margin-bottom:0px;
}

.gallerycont{
	width: 100%;
	height:80px;
	padding-top:10px;
	margin-bottom:0px;	
}
.slash{
	height:80px;
	width:10px;
	border:solid 1px;
	float:left;
}
.gallboxcont{
	width:80px;
	height:80px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	float:left;
}

.gallbox{
	position:relative;
	top:-9px;
	width:80px;
	height:80px;
}

.showcontent{

	display:block;
	overflow:hidden;
	width:auto;
	height:0px;
	position:relative;
	top: -9px;
	background: #000;
	margin-bottom:10px;
	margin-left:5px;
	float:left;
	z-index:1;
}

.showvidcontent{
	display:block;
	overflow:hidden;
	width:600px;
	height:0px;
	position:relative;
	top: -9px;
	background: #FFF url(images/template/loader.gif) no-repeat;
	margin-bottom:10px;
	margin-left:5px;
	float:left;
	z-index:1;
}

#loader img{
	//border-bottom:solid 1px;
}

.imgbottombar{
	float:left;
	z-index:2;
	width:100%;
	position:relative;
	left:auto;
	right:0px;
	background-color:white;
}

.infobar{
	width:100%;
	height:200px;
	position:relative;
	top:-21px;
	//border-top:solid 1px;
	background-color:white;
	padding:4px;
	float:left;
	font-family:'Helvetica Neue', Helevetica, Arial;
	font-size:12px;
}

.closecontent{
	cursor:pointer;
	float:left;
	width:50px;
	height:18px;
	background-color:#FFF;
	z-index:2;
	position:relative;
	top:-20px;
	left:auto;
	right:0px;
	font-family:'Helvetica Neue', Helevetica, Arial;
	font-size:12px;
	padding-top:2px;
	font-weight:bolder;
	//border:solid 1px;
	//border-bottom:none;
}

.loading{
	height:70px;
	background: #FFF url(images/template/loader.gif) no-repeat left 20px;
}

.tnloading{
	height:80px;
	width:80px;
	background: #FFF url(images/template/tnloader.gif) no-repeat center center;
}

.nojsbox{
	background-color:#EEE;
	width:356px;
	position:absolute;
	border:solid 1px;
	text-align:center;
	padding-top:95px;
	padding-bottom:95px;
	font-family:Helvetica;
	margin-top:20px;
	margin-left:4px;
	font-size:16px;
}