#wrapper {
    position:relative;
    z-index:1;
    width:/* your desired width, auto and 100% are fine */;
    height:/* element height */;
    overflow:/* hidden|auto|scroll */;
}
.hide {
	display:none;
}
.show {
	display:block;
}
#video-container {
	position:absolute;
	top:150px;
	left:300px;
}
#video-player-close {
	position:absolute;
	background:url(../images/sprite-colorbox2.png) no-repeat 0 top;
	width:42px;
	height:76px;
	margin-top:-100px;
	margin-left:650px;
	z-index:2;
}
#video-player-container {
	position:absolute;
	z-index:1;
}
#video-player-loading {
	margin-top:100px;
	margin-left:250px;
	width:32px;
	height:32px;
	background:url(http://cdn.dolimg.com/franchise/frankenweenie/tablet/images/progress.gif) no-repeat 0 top;
}
.video_thumb {
	position:absolute;
	width: 200px;
}
.video_thumb_name {
	padding-top:4px;
	color: #72ac2a;
	text-transform:uppercase;
	font-size:14px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	width:199px;
	height:100px;
	text-align:center;
}
.video_thumb img {
	border-width: 5px;
	border-style: solid;
	width:182px;
	height:96px;
}
.video_thumb_selected {
	border-color: #72ac2a;
}
.video_thumb_unselected {
	border-color: #2d2b2c;
}
.video_thumb_unselected:hover {
	border-color: #72ac2a;
}
.video_thumb_row_0 {
	margin-top: 0px;
}
.video_thumb_row_1 {
	margin-top: 160px;
}
.video_thumb_row_2 {
	margin-top: 320px;
}
.video_thumb_column_0 {
	margin-left: 0px;
}
.video_thumb_column_1 {
	margin-left: 220px;
}
.video_thumb_column_2 {
	margin-left: 440px;
}
