@import url(http://www.paysites.nl/css/toolbar.css);
body, html{
padding:0px;
margin:0px;
font-family: arial;
font-size: 11px;
background-color: #ccc;
color: #fff;
}

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

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

.header_desc1{
position: absolute;
left: 470px;
width: 300px;
height: 100px;
color: #000;
text-align:justify;
}

.header_desc2{
position: absolute;
top: 520px;
left: 320px;
width: 145px;
height: 105px;
color: #000;
}

#flashheader{
position: relative;
width: 302px;
height: 386px;
top: 346px;
left: 474px;
}

.movie_cnt{
position: relative;
width: 776px;
height: 320px;
background-image: url('../images/movie_cnt.jpg')
}

.left_container{
position: relative;
top: 18px;
left: 8px;
width: 373px;
height: 260px;
float: left;
}

.right_container{
position: relative;
top: 18px;
left: 8px;
width: 383px;
height: 260px;
float: left;
}

.thumb1{
position: relative;
width: 118px;
height: 66px;
left:4px;
border: 2px solid #fff;
float: left;
}

.thumb2{
position: relative;
width: 118px;
height: 66px;
left: 8px;
border: 2px solid #fff;
float: left;
}

.thumb3{
position: relative;
width: 118px;
height: 66px;
left: 16px;
border: 2px solid #fff;
float: left;
}

.mov_title{
color: #FF6600;
font-size: 14px;
}

.mov_desc{
position: relative;
width: 360px;
height: 180px;
top: 32px;
left: 8px;
clear: both;
color: #000;
text-align:justify;
}

.bigimg{
position: relative;
left: 3px;
top: 1px;
width: 355px;
height: 210px;
border: 2px solid #fff;
}

.preview{
position: relative;
top: 0px;
left: 2px;
width: 169px;
height: 32px;
float: left;
}

.full_movie{
position: relative;
width: 186px;
height: 32px;
top: 0px;
left: 8px;
float: left;
}




a img{
border:0px;
}

.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: #000;
}

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: #000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#000;
}
a:hover {
	text-decoration: none;
	color: #000;
}
a:active {
	text-decoration: none;
	color: #000;
}



