


.news_style {
	display:				none;
}

.news_show {
	position:				absolute;
	width:					581px;
	height:					303px;
	background-color: 		#333333;
	color:					#000000;
	font: 					normal 100% "Arial", "Lucida Grande",Verdana,  Sans-Serif;
	clip:					rect(0px 581px 303px 0px);
	overflow-x:				hidden;
}

.news_show img {
	margin-left: 			0; /* In case you would like a border between the images: use 5px */
	margin-right: 			0; /* In case you would like a border between the images: use 5px */
}

.news_move {
	position: 				relative;
	margin-left:			0; /* In case you would like a border between the images: use -5px */
}

.buttondiv {
	position:				 absolute;
	top:					-203px;
	padding: 				5px 5px 5px 5px;
	height:					20px;
	z-index:				99;
}

#news_prev a:hover, #news_pause a:hover, #news_next a:hover {
	color:					#2e2e2e;
}

.mytable {	/* Needed for IE6 */
	width:					581px;
	height:					303px;
	vertical-align: 		top; 
}