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

#webcamContainer{
	position: relative;
	width: 890px;
	height: 450px;
	
}


img{
border: 0;
}

.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: 908px;
	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: #ff5700; 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: #ff5700; text-decoration: underline; }
a.quickJumperSelected:visited {color: #000; text-decoration: none; }
a.quickJumperSelected:active {color: #000; } 



a:link{
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

a:visited{
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

a:active{
	color: #000;
	font-weight: bold;
	text-decoration:none;
}

a:hover{
	color: #ff5700;
	font-weight: bold;
	text-decoration:none;
}




/* END MOVIE CONTAINER */


