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

<style type="text/css">

 .#slider1 {
 width: 800px; /* important to be same as image width */
 height: 300px; /* important to be same as image height */
 position: absolute; /* important */
 overflow: hidden; /* important */
}
#slider1Content {
	width: 720px; /* important to be same as image width or wider */
	position: relative;
	top: 0;
	margin-left: 0;
	z-index: 15;
	text-decoration: none;
}
.slider1Image {
	float: left;
	position: relative;
	display: none;
	text-decoration: none;
}
.slider1Image span {
	position: absolute;
	width: 694px;
	background-color: #000;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #fff;
	display: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	text-align: justify;
}
.clear {
	clear: both;
}
.slider1Image span strong {
	font-size: 14px;
	text-decoration: none;
}
.left {
	top: 0px;
	left: 0px;
	width: 200px !important;
	height: 280px;
	text-decoration: none;
}
.right {
	top: 0px;
	left: 0px;
	width: 200px !important;
	height: 280px;
	text-decoration: none;
}
ul {
	list-style-type: none;
	text-decoration: none;
}

</style>
