#news_slide {
	list-style: none;
	color: #fff;
}
#news_slide span {
	display: none;
}
#slide_wrap {
	width: 522px;
	display: none;
	overflow: hidden;
	border: 1px solid #E31736;
	margin-bottom: 20px;
}
#slide_wrap * {
	margin: 0;
	padding: 0;
}
#slide_image {
	position: relative;
	height: 300px;
	background-color: #000000;
	border: 1px solid #4A4A4A;
	border-bottom: 0px;
	background-image: url(../images/slide_default.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#info {
	position: absolute;
	bottom: 0;
	width: 520px;
	height: 0;
	background-color: #333333;
	background-image: url(../images/slide_bg.gif);
	color: #ffffff;
	overflow: hidden;
	z-index: 200;
	opacity: .8;
	filter: alpha(opacity=80);
}
#info h3 {
	padding: 10px;
	margin: 0px;
	font-size:16px;
	color: #FFFFFF;
}
#info h3 a {
	color: #FFFFFF;
}
#info h3 div { 
	display: inline;
}
#info h3 div a {
	font-size: 12px; 
	color: #E31736;
}
#info p {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	color: #FFFFFF;
}
#image {
	width: 520px;
	height: 300px; 	
}
#image img {
	position: absolute;
	z-index: 25;
	width: auto;
	margin: auto;
}
.imgnav {
	position: absolute;
	width: 25%;
	height: 306px;
	cursor: pointer;
	z-index: 150;
}
#imgprev {
	left: 0;
	background: url(../images/slide_left.gif) left center no-repeat;
}
#imgnext {
	right: 0;
	background: url(../images/slide_right.gif) right center no-repeat;
}
#imglink {
	position: absolute;
	width: 100%;
	z-index: 100;
	opacity: .4;
	filter: alpha(opacity=40);
}
.linkhover {
	background: url(../images/slide_link.gif) center center no-repeat;
}
#thumbnails {
	margin-top: 0px;
}
#slideleft {
	float: left;
	width: 20px;
	height: 55px;
	background: url(../images/slide_scroll-left.gif) center center no-repeat;
	background-color: #000000;
}
#slideleft:hover {
	background-color: #333;
}
#slideright {
	float: right;
	width: 20px;
	height: 55px;
	background: #000000 url(../images/slide_scroll-right.gif) center center no-repeat;
}
#slideright:hover {
	background-color: #333;
}
#slidearea {
	position: relative;
	width: 520px;
	height: 55px;
	overflow: hidden;
	background-color: #DAE0E5;
	border: 1px solid #4A4A4A;
	text-align: center;
	background-image: url(../images/bg_td.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#slider {
	position: absolute;
	left: 0;
	height: 55px;
	padding: 9px;
}
#slider img {
	cursor: pointer;
	border: 1px solid #B0B6BB;
	padding: 1px;
}