#main {
    margin: 0 0 0 0;
  }
#show {
    margin: 0 0 0 0;
    border: 0px;
    width: 655px;
    height: 197px;
  }
#slider1 {
	width: 655px; /* important to be same as image width */
	height: 197px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	z-index:300;
}
#slider1Content {
	width: 655px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin: 0 0 0 0;
}
.slider1Image {
    float: left;
    position: relative;
	display: none;
}
.slider1Image span {
    position: absolute;
	left: 0;
	font: 9px/10px "Century Gothic", Arial, Helvetica, sans-serif;
    padding: 5px 2px 7px 4px;
    width: 192px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #FFF;
    display: none;
}

.sliderclear {
	clear: both;
}
.slider1Image span b {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #FF9900;
}
.slidertop {
	top: 0;
	left: 0;
}
.sliderbottom {
	bottom: 0;
    left: 0;
	width: 198px !important;
	height: 15px;
}
.sliderheader {
    display: none;
}
.sliderbottom-media {
    padding: 5px 0px 0px 0px;
	bottom: 0;
    left: 0;
	width: 198px !important;
	height: 58px;
}
.sliderleft {
	top: 0;
    left: 0;
	width: 72px !important;
	height: 171px;
}
.sliderright {
	right: 0;
	bottom: 0;
	width: 72px !important;
	height: 165px;
}
ul { 
padding: 0px 0px 0px 0px;
list-style-type: none;
}
