@charset "UTF-8";
/* CSS Document */

#newsItems {
	display:none;
}

#newsTicker {
	width:400px;
	max-width:400px;
	height:400px;
	max-height:400px;
	z-index:10;
	position:relative;
}

#newsImage {
	max-width:400px;
	width:400px;
	max-height:400px;
	height:400px;
	overflow:hidden;
	z-index:10;
	position:relative;
	background-repeat:no-repeat;
	background-position:center;
}

#newsHeader {
	height:40px;
	max-height:35px;
	width:400px;
	max-width:400px;
	z-index:11;
	background-repeat:repeat;
	background-image:url(../images/Backgrounds/newsTicker.png);
	position:relative;
	padding-top:15px;
	padding-left:15px;
}

#newsDescription {
	height:100px;
	max-height:100px;
	width:400px;
	max-width:400px;
	z-index:11;
	background-repeat:repeat;	
	background-image:url(../images/Backgrounds/newsTicker.png);
	position:relative;
	top:260px;
	padding-top:10px;
	padding-left:10px;
}

#radioButtons {
	height:40px;
	width:auto;
	z-index:11;
	position:relative;
}