div#content {
	position:absolute;
	top:22px;
	left:430px;
	width:545px;
	height:500px;
	z-index:7;
	overflow:hidden;
}
img#left {
	position:absolute;
	top:448px;
	left:422px;
	z-index:8;
}
img#left:hover {
	cursor:pointer;
}
img#right {
	position:absolute;
	top:446px;
	left:956px;
	z-index:8;
}
img#right:hover {
	cursor:pointer;
}
div#scrolling_content {
	position:absolute;
	top:425px;
	left:447px;
	z-index:8;
	width:10000px;
	height:88px;
	overflow:hidden;
	clip:rect(0px,507px,88px,0px);
}
div#scrolling_content img {
	height:88px;
	width:119px;
	margin-right:9px;
}
table#thumbs {
	border-width:0px;
	margin:0px;
	padding:0px;
	position:relative;
}
div#current_gptv {
	position:absolute;
	top:15px;
	left:18px;
}
div.gptv_thumbs {
	height:88px;
	width:119px;
	background-color:#FFFFFF;
	position:relative;
}
div.gptv_thumbs:hover div.gptv_title {
	display:block;
}
div.gptv_thumbs:hover img.gptv_thumb {
	opacity:.5;
	filter:alpha(opacity=50);
}
div.gptv_thumbs:hover {
	cursor:pointer;
}
div.gptv_title {
	position:absolute;
	top:10px;
	left:0px;
	height:88px;
	width:119px;
	display:none;
	text-align:center;
	font-size:12px;
	line-height:16px;
	color:#000000;
}
img.gptv_thumb {
	position:absolute;
	top:0px;
	left:0px;
	height:88px;
	width:119px;
}
span.bold {
	font-weight:bold;
}
