.tv_holder {
	background-image:url(../images/tv.jpg);
	background-repeat:no-repeat;
	background-position:0px 0px;
	width:539px;
	height:351px;
	margin-top:60px;
}

.tv_holder .paddinger {
	padding:9px 0 0 11px;
}

.tv_holder .picholder {
	width:515px;
	height:290px;
	overflow:hidden;
}
#nameblock {
	background-color:#F0F0F0;
	color:#333;
	opacity:.6;
	filter:alpha(opacity=60);
	position:absolute;
	bottom:0px;
	left:0px;
	
	height:30px; 
	font-size:12pt; 
	font-weight:bold; 
	text-align:left; 
	padding-left:20px; 
	padding-top:10px;
	width:495px;
	z-index:998;
}
#subcontainer {
	padding:0;
	text-align:center;
	position:relative;
	width:515px;
	height:290px;
}

#img_list {
	width:515px;
	height:290px;
	overflow:hidden;
	cursor:pointer;
	cursor:hand;
}

#navleft {
	height:290px;
	position:absolute;
	z-index:999;
	width:150px;
	top:0px;
	left:0px;
	cursor:pointer;
	cursor:hand;
	//background:url(../images/left_tv.gif) left center no-repeat;
}
#navleft:hover {
	background:transparent url(../images/left_tv.gif) left center no-repeat;
}
#navright {
	height:290px;
	position:absolute;
	z-index:999;
	width:150px;
	top:0px;
	right:0px;
	cursor:pointer;
	cursor:hand;
	//background:url(../images/right_tv.gif) right center no-repeat;
	
}
#navright:hover {
	background:transparent url(../images/right_tv.gif) right center no-repeat;
}

