div.modelVideos {
	width: 1000px;
	height: 745px;
	margin: auto;
	margin-top: 20px;
	position: relative;
}

div.modelVideosEven {
	background-image: url('/images/modelContentPageBoxEven.jpg');
	background-repeat: no-repeat;
}

div.modelVideosOdd {
	background-image: url('/images/modelContentPageBoxOdd.jpg');
	background-repeat: no-repeat;
}

span.videoTitle {
	font-weight: bold;
	font-size: 13px;
	display: block;
	padding: 2px;
}

span.videoScreenshot {
	display: block;
	margin-bottom: 4px;
}

table.videos {
	position: absolute;
	width: 100%;
	top: 35px;
	left: 0px;
}

table.videos td {
	padding: 10px 20px;
	width: 33%;
}


div.navigation {
	width: 1000px;
	height: 50px;
	line-height: 50px;
	margin: auto;
	cursor: default;
}

div.navigationTop {
	position: absolute;
	top: 0px;
	left: 0px;
}

div.navigationBottom {
	position: absolute;
	bottom: 0px;
	left: 0px;
}


div.navigation div {
	float: left;
	width: 200px;
	font-size: 13px;
	font-weight: bold;
}

b.selected {
	text-decoration: underline;
}

/* Menu above the video page */
table.navigationVideos {
	width: 100%;
}

table.navigationVideos td.cols4 {
	width: 25%;
}

table.navigationVideos td.cols5 {
	width: 20%;
}

table.navigationVideos td.textAlignLeft {
	padding-left: 23px;
}

table.navigationVideos td.textAlignRight {
	padding-right: 23px;
}
/* End menu above the video page */