@charset "utf-8";
/* CSS Document */

body {
background-color: #000000;
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #EBC300;
}
h1 {
color: #D04B84;
}
.divCredits {
margin: 60px auto 30px;
}

.videoThumbTable td {
	border: solid 1px #373737;
}
.videoThumbTitle {
margin-top:-2px;
	width: 160px;
	text-align: center;
	background-image: url(images/video-title-background.gif);
	height: 19px;
	font-size: 10px;
	color: #F7B3C0;
}

/* Easy Slider */

#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
	}
#slider, #slider li{ 
	/* 
		define width and height of container element and list item (slide)
		list items must be the same size as the slider area
	*/ 
	width:640px;
	height:390px;
	overflow:hidden; 
	}