#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:-4px;
	margin-left:408px;
	z-index:2;
}
#video-player-container {
	position:absolute;
	z-index:1;
}
.video_thumb {
	position:absolute;
	width: 200px;
}
.video_thumb_name {
	padding-top:4px;
	color: #72ac2a;
	text-transform:uppercase;
	font-size:11px;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	width:125px;
	height:100px;
	text-align:center;

}
.video_thumb img {
	border-width: 5px;
	border-style: solid;
	width:116px;
	height:60px;
}
.video_thumb_selected {
	border-color: #72ac2a;
}
.video_thumb_unselected {
	border-color: #2d2b2c;
}
.video_thumb_unselected:hover {
	border-color: #72ac2a;
}

.video_thumb_column_0 {
	margin-left: 24px;
}
.video_thumb_column_1 {
	margin-left: 168px;
}
.video_thumb_column_2 {
	margin-left: 312px;
}

.video_thumb_row_0 {
	margin-top: 80px;
}
.video_thumb_row_1 {
	margin-top: 200px;
}
.video_thumb_row_2 {
	margin-top: 320px;
}
.video_thumb_row_3 {
	margin-top: 440px;
}
.video_thumb_row_4 {
	margin-top: 560px;
}
.video_thumb_row_5{
	margin-top: 680px;
}
.video_thumb_row_6{
	margin-top: 800px;
}
