body {
	margin: 0px;
	padding: 0px;
	background: white url(images/bkgd.jpg);
	font: bold 16px Futura, Helvetica, Arial, sans-serif;
	position: relative;
	color: white;
	min-width: 700px;
	min-height: 540px;
	overflow: hidden;
	min-width: 770px;
	text-transform: uppercase;
}

body, html {
	height: 100%;
}

a {
	color: black;
	text-decoration: none;
	-webkit-transition: 0.25s ease-in-out;
}
a:active {
	opacity: 0.6;
}

img {
	border: none;
	-ms-interpolation-mode: bicubic;
}

#header {
	height: 0px;
	xbackground: black;
	position: relative;
}

#main, #main embed, #main object {
	z-index: 700;
}

#main {
	width: 100%;
	height: 100%;
	margin: auto;
}

#videoplayer {
	xmargin: auto;
	margin-left: 25px;
	display: block;
	margin-top: 25px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
}

#background {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

#footer {
	position: absolute;
	bottom: 40px;
	left: 40px;
	z-index: 1000;
}

#xcontainer {
	position: relative;
	z-index: 700;
	height: 100%;
	overflow: hidden;
	margin: 50px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.5);
	background: black;
}

#container {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#continue {
	position: absolute;
	bottom: 50px;
	right: 50px;
	z-index: 800;
	opacity: 0.2;
}

#continue:hover {
	opacity: 0.9;
}

#continue img{
	width: 250px;
}

#bottom {
	position: absolute;
	bottom: 62px;
	right: 30px;
	z-index: 800;
	color: rgba(0,0,0,0.1);
}

#bottom a{
	opacity: 0.0;
	margin: 0px 5px;
	padding: 20px;
}#bottom a:hover{
	opacity: 0.4;
}

#previous {
	position: absolute;
	top: 50%;
	left: 5px;
	width: 19px;
	height: 21px;
	background: url(images/arrow_left.png) 0px 0px no-repeat;
	display: block;
	text-indent: -5000em;
	margin-top: -10px;
	opacity: 0.2;
}#previous:hover {
	opacity: 1;
}

#next {
	position: absolute;
	top: 50%;
	right: 5px;
	width: 19px;
	height: 21px;
	background: url(images/arrow_right.png) 0px 0px no-repeat;
	display: block;
	text-indent: -5000em;
	margin-top: -10px;
	opacity: 0.2;
}#next:hover {
	opacity: 1;
}

#thumbnails {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 210px;
	height: 100%;
	background: #b2e1fa;
	padding: 10px;
	overflow: auto;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	text-align: center;
}

.thumbnail{
	margin-bottom: 10px;
	overflow: hidden;
	height: 153px;
	height: 173px;
	width: 200px;
	background: white url(images/bkgd.jpg);
	padding: 5px;
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	position: relative;
	-webkit-transition: 0.25s ease-in-out;
}

.thumbnail .name {
	display: block;
	position: absolute;
	bottom: 1px;
	opacity: 0.5;
	-webkit-transition: 0.25s ease-in-out;
}

.thumbnail.selected .name, .thumbnail:hover .name{
	color: white;
	opacity: 0.9;
}

.thumbnail.selected, .thumbnail:hover {
	background: rgba(0,0,0,0.3);
}

.thumbnail  img{
	position: absolute;
	top: 5px;
	left: 5px;
}

.thumbnail a .roll {
	opacity: 0;
	-webkit-transition: 0.25s ease-in-out;
}.thumbnail a:hover .roll {
	opacity: 1;
}
