#slider {
	width: 480px;
	height: 300px;
	position: relative;
	overflow: hidden;
	padding: 5px;
	background: #ff3876 url('images/loading.gif') no-repeat center;
}
#slider img {
	border: none;
	width: 480px;
	height: 300px;
}
#sliderContent {
	width: 480px;
	position: absolute;
	margin: 0;
	padding: 0;
}
.sliderImage {
	float: left;
	position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 11px/12px Tahoma, Arial, Helvetica, sans-serif;
	padding: 5px;
	padding-bottom: 10px;
	width: 470px;
	background: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage a:link.head, .sliderImage a:hover.head, .sliderImage a:visited.head {
	font: bold 15px Tahoma, Arial;
	color: #F00;
	text-decoration: none;
}
.sliderImage a:link.text, .sliderImage a:hover.text, .sliderImage a:visited.text {
	font: normal 11px Tahoma, Arial;
	color: #fff;
	text-decoration: none;
}
.s3top {
	top: 0;
	left: 0;
}
.s3bottom {
	bottom: 0px;
	left: 0;
}
.s3left {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 285px;
	overflow: hidden;
}
.s3right {
	right: 0;
	top: 0;
	width: 100px !important;
	height: 285px;
	overflow: hidden;
}
ul { list-style-type: none;}

.sliderImage .s3left a.kblinker { color: #fff; text-decoration: none; }