#news-container, #video-container {width:390px;}

/* news links */

.news-link-bg a {
	display: block;
	width:342px;
	height:18px;
	padding: 10px 5px 5px 38px;
	background: url(news.jpg) no-repeat;
	background-position: 0 0;
	font-size: 10px;
	font-weight: bold;
}

.news-link-bg a:hover {
	background-position: 0 -34px;
}

/* video gallery */
.tabs-panel-overlay {
	position: relative;
	top:-3px;
	left:3px;
	clear:both;
	width:381px;
	height:229px;
	border: 1px solid #999999;
	background: none;
	overflow: hidden;
	z-index:99;
}



