@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image: url(http://tour.massagecreep.com/images/bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
a:link {
	color: #999999;
}
a:hover {
	color: #444444;
}
a:active {
	color: #999999;
}
a:visited {
	color: #999999;
}

.show {display:block;border:1px #444444 solid;}
.hide {display:none;}

.player_container{
position:relative; top:0px; left:0px; width:1000px; height:424px;
}
.join_container{
position:relative; top:0px; left:0px; width:1000px; height:424px;
}

.player {
border:1px #999999 solid;
position:relative;
width:970px;
height:416px;
cursor:pointer;
}
.join_trailer {
border:1px #999999 solid;
position:relative;
width:970px;
height:416px;
cursor:pointer;
}
.trailer_thumb_overlay {
position:relative;
background-image:url(http://tour.massagecreep.com/images/free_trailer_button.png);
width:198px;
height:133px;
top:100px;
}
.trailer_text_overlay {
position:relative;
background-image:url(http://tour.massagecreep.com/images/free_trailer_text.png);
width:958px;
height:32px;
top:246px;
}
.trailer_thumb_title {
	position:absolute;
	top:7px;
	left:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

.trailer_thumb_data {
	position:absolute;
	top:7px;
	right:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
		font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}
.thumb1 {
	height: 201px;
	width: 237px;
	position: absolute;
	left: 14px;
	top: 0px;
	z-index:1;
	border:1px #999999 solid;
	}
	.thumb2 {
	height: 201px;
	width: 237px;
	position: absolute;
	left: 259px;
	top: 0px;
	z-index:1;
	border:1px #999999 solid;
	}
	.thumb3 {
	height: 201px;
	width: 237px;
	position: absolute;
	left: 503px;
	top: 0px;
	z-index:1;
	border:1px #999999 solid;
	}
	.thumb4 {
	height: 201px;
	width: 237px;
	position: absolute;
	left: 747px;
	top: 0px;
	z-index:1;
	border:1px #999999 solid;
	}
.thumb_title {
	position: absolute;
	font-size: 10px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
	top: 4px;
	left: 5px;
}
.thumb_lenght {
	position: absolute;
	font-size: 10px;
	color: #000000;
	text-decoration: underline;
	top: 4px;
	right: 5px;
}
