* {
	margin:0;
	padding:0;
}
ul {
	list-style-type:none;
}
li {
}

a:link {
    color: #fff;
	text-decoration:none;
}
a:active {
    color: #fff;
	text-decoration:underline;
}
a:visited {
    color: #fff;
	text-decoration:none;
}
a:hover {
    color: #fff;
	text-decoration:underline;
}

#s3slider {
   width: 820px; /* important to be same as image width */
   height: 300px; /* important to be same as image height */
   position: relative; /* important */
   overflow: hidden; /* important */
}

#s3sliderContent {
   width: 820px; /* important to be same as image width or wider */
   position: absolute; /* important */
   top: 0; /* important */
   margin-left: 0; /* important */
}

.s3sliderImage {
   float: left; /* important */
   position: relative; /* important */
   display: none; /* important */
}

.s3sliderImage span {
	line-height:140%;
	font-size:80%;
    position: absolute;
    padding: 10px;
    width: 800px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}
.clear {
   clear: both;
}
.top {
	top: 0;
	left: 0;
}
.bottom {
	bottom: 0;
    left: 0;
}
.right {
	right: 0;
	bottom: 0;
	width: 100px !important;
	height: 246px;
}
.left {
	top: 0;
    left: 0;
	width: 100px !important;
	height: 256px;
}
 