* {
	margin: 0;
	padding: 0;
	outline: none;
}

img { border: 0; }

body {
	font-size: 62.5%;
	font-family: arial;
	background: #000000;
}


#flashcontent {
	width: 100%;
	display: block;
    height: 1260px;
	color: #fff;
	font-size: 1.2em;
	background: #000000;
}

	#flashcontent h1 { font-size: 2.0em; }	
	#flashcontent a { color: #ff0000; }

#recommend {
	position: absolute;
	top: 22px;
	left: 1130px;
	width: 150px;
}

#proceed {
	width: 183px;
	height: 0;
	padding: 35px 0 0;
	overflow: hidden;
	display: block;
	background: url(../images/button-proceed.gif) no-repeat 0 0;
	cursor: pointer;
}

	#proceed:hover { background-position: 0 -35px; }
	
#video-clips {
	width: 678px;
	height: auto;
	margin: 0 auto;
	position: absolute;
	display: none;
	z-index: 150;
}

#vid-clips {
	width: 1000px;
	height: 600px;
	display: block;
}

	#video-clips h2 {
		width: 57px;
		height: 0;
		padding: 10px 0 0;
		margin: 0 auto 20px;
		overflow: hidden;
		display: block;
		background: url(../images/text-videos.gif) no-repeat;
	}
	
	#video-clips ul {
		width: 678px;
		list-style-type: none;
	}
	
		#video-clips ul li {
			float: left;
			width: 216px;
			margin: 0 0 0 15px;
		}
		
			#video-clips ul li.listfirst { margin: 0; }
			
			#video-clips ul li a.thumb {
				width: 215px;
				height: 121px;
				display: block;
			}
			
			#video-clips ul li a.play {
				width: 53px;
				height: 0;
				margin: 9px auto 0;
				padding: 20px 0 0;
				overflow: hidden;
				display: block;
				background: url(../images/button-play.gif) no-repeat;
			}