@import url(http://www.paysites.nl/css/toolbar.css);
body, html{
	padding:0px;
	margin:0px;
	font-family: tahoma;
	font-size: 12px;
	background-color: #000;
	line-height: 150%;
}

#container {
	position: relative;
	width: 776px;
	top: 0px;
	left: 50%;
	margin-left: -388px;
	height: auto;
	border: 1px solid #000;
}

#header{	
	position: relative;
	width: 760px;
	height: 551px;
	background-image: 	url('../images/header.jpg');
}

/* BEGIN FIRST MOVIE CONTAINER */

.movie_cnt{
position: relative;
width: 752px;
height: 297px;
background-image: url('../images/movie_cnt.jpg');
padding: 4px;
}

.left_cnt{
position: relative;
width: 320px;
height: auto;
float: left;
}

.bigimg{
border: 1px solid #000;
}

.middle_cnt{
position: relative;
width: auto;
height: 260px;
float: left;
}

.thumb1{
border: 1px solid #000;
}

.thumb2{
border: 1px solid #000;
}

.thumb3{
border: 1px solid #000;
}


.right_cnt{
position: relative;
width: 315px;
height: 260px;
float: left;
left: 5px;
}

.movie_title{
position: relative;
font-size: 14px;
color: #fff;
font-weight: bold;
}

.movie_desc_cnt{
position: relative;
width: 312px;
height: 120px;
top:5px;
background-color: #000;
border: 1px solid #fff;
color: #fff;
padding: 3px;
}

.trailer_Btn{
position: relative;
width: auto;
height: auto;
top: 20px;
left: 3px;
}

.access_Btn{
position: relative;
width: auto;
height: auto;
top: 20px;
left: 3px;
}


.quickJumperContainer{
	font-size: 11px;
	position: relative;
	width: auto;
	height: auto;
	margin:0;
	padding:0;
}

.quickJumper{
	position: relative;
	width: 15px;
	height: 20px;
	border: 1px solid #000;
	background-color: #8f8f8f;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-right: 3px;
	float: left;
	text-transform:uppercase;
}

.quickJumperSelected{
	border: 1px solid #000;
	background-color: #fff;
	position: relative;
	width: 15px;
	height: 20px;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-right: 3px;
	float: left;
	text-transform:uppercase;
}

#footer{
	position: relative;
	width: 776px;
	height:100px;
	z-index:1;
	text-align: center;
	color: #fff;
}

h1{
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-weight: light;
}

a.quickJumper:link {color: #000; text-decoration: none; }
a.quickJumper:hover {color: #fff; text-decoration: underline; }
a.quickJumper:visited {color: #000; text-decoration: none; }
a.quickJumper:active {color: #000; } 

a.quickJumperSelected:link {color: #000; text-decoration: none; }
a.quickJumperSelected:hover {color: #000; text-decoration: underline; }
a.quickJumperSelected:visited {color: #000; text-decoration: none; }
a.quickJumperSelected:active {color: #000; } 


a:link {
	font-size: 11px;
	font-family: Verdana;
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#fff;
}
a:hover {
	text-decoration: none;
	color: #fff;
}
a:active {
	text-decoration: none;
	color: #fff;
}



