a img {
	text-decoration: none;
	border: 0px;
}
#slider {
	width: 930px; /* important to be same as image width */
	height: 236px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	top: 0px;
}

#sliderContent {
	width: 930px;
	position: absolute;
	top: 0;
	margin-left: 0px;
}
.sliderImage {
    float: left;
    position: relative;
	display: none;
}
.sliderImage span {
	position: absolute;
	font: 12px/15px Arial, Helvetica, sans-serif;
	padding: 10px 13px;
	width: 874px;
	background-color: #074E6E;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	color: #FFF;
	display: none;
}
.clear {
	clear: both;
}
.sliderImage span strong {
    font-size: 14px;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.left {
	top: 0;
    left: 0;
	width: 110px !important;
	height: 280px;
}
.left a:link {
	text-decoration:none;
	color: #FFF;
	}
.left a:visited {
	text-decoration:none;
	color: #FFF;
	}
.left a:hover {
	text-decoration:none;
	color: #FFF;
	}
.left a:active {
	text-decoration:none;
	color: #FFF;
	}
.right {
	right: 0;
	bottom: 0;
	width: 50px !important;
	height: 290px;
}
