#slider1 {
	width: 666px; /* important to be same as image width */
	height: 268px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	background-attachment: scroll;
	background-image: url(img/slider-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px;
	border: 1px solid #CCCCCC;
}

#slider1Content {
	width: 674px;
	top: 0;
	margin: 0;
	padding: 0px;
	float: left;
}
.slider1Image {
	position: relative;
	display: none;
	float: left;
}
.slider1Image span {
	position: absolute;
	width: 642px;
	background-color: #0f0f0f;
	filter: alpha(opacity=70);

    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #FFFFFF;
	display: none;
	padding-top: 10px;
	padding-right: 12px;
	padding-bottom: 10px;
	padding-left: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.browserIE6 .slider1Image span{
	margin-bottom: 2px;
} 
.clear {
	clear: both;
}
.slider1Image span strong {
	font-size: 18px;
	margin-bottom: 2px;
	margin-top: 0px;
}

.bottom {
	bottom: 0;
    left: 0;
}
#slider1 ul { 
	list-style-type: none;

}
.bottom a {
	color: #0f0f0f;
	text-decoration: none;
}
.bottom a:hover {
	color: #0f0f0f;
	text-decoration: underline;
}

#slider2 {
	width: 395px; /* important to be same as image width */
	height: 284px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	background-attachment: scroll;
	background-image: url(img/slider2-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 8px;
	margin-bottom: 20px;
	border: 1px solid #999999;
}

#slider2Content {
	width: 403px;
	top: 0;
	margin: 0;
	padding: 0px;
	float: left;
}
.slider2Image {
	float: left;
	position: relative;
	display: none;
}
.slider2Image span {
	position: absolute;
	width: 369px;
	background-color: #0f0f0f;
	filter: alpha(opacity=70);

    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	color: #FFFFFF;
	display: none;
	padding-top: 10px;
	padding-right: 13px;
	padding-bottom: 10px;
	padding-left: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.browserIE6 .slider2Image span{
	margin-bottom: 2px;
} 

.slider2Image span strong {
	font-size: 14px;
	margin-bottom: 2px;
	margin-top: 0px;
}

#slider2 ul { 
	list-style-type: none;
}
