@charset "utf-8";
/* CSS Document */

.newspane {
	margin-top: -15px;
	float: left;
	margin-left: -12px;
	position: relative;
	width: 648px; 
	height: 399px;
	border-bottom: solid 1px #000;
	display: none;
}

.newspane > img {
	width: 100%;
	height: 100%;
}

.newspane#news0 {
	display: block;
}

.newstitle {
	position: absolute;	
	bottom: 0;
	width: auto;
	background-image:url(../res/transparent.png);
	left: 0;
	right: 0;
	padding: 0 5px 5px;
	overflow: hidden;
}

.newstitle > b {
	font-size:18px;
}

.menubutton {
	font-size: 13px !important;
	min-height: 39px;
}

.videobutton {
	background-image: none;
	background-color: #000;
}

.videobutton > img {
	border: none;
	width: 14px;
	height: 14px;
	margin-right: 5px;
}

.videobutton:hover {
	background-image: none;
	background-color:#333;
}

.vidplay {
	background-image:url(../res/play.png);
	position: absolute;
	width: 26px;
	height:26px;
	top: 163px;
	left: 306px;
}


