@charset "utf-8";
/* CSS Document */
#slider_wrapper {
	border-radius:  0 0 8px 8px;
}
#slider1 {
	width: 900px; /* important to be same as image width */
	height: 300px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-left: 20px;
	margin-bottom: 30px;
	margin-top: 20px;
	float: left;
}
#slider2 {
	width: 420px; /* important to be same as image width */
	height: 246px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	margin-left: 0;
	margin-bottom: 30px;
	margin-top: 0;
	float: left;
}
#slider1Content {
	width: 900px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
#slider2Content {
	width: 246px; /* important to be same as image width or wider */
	position: absolute;
	top: 0;
	margin-left: 0;
}
.slider1Image, .slider1Image {
	float: left;
	position: relative;
	display: none;
}
.slider1Image > span, .slider2Image > span  {
	font-size: 20px;
	position: absolute;
	padding: 10px 13px;
	width: 500px;
	background-color: #0A3013;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	color: #fff;
	display: none;
}
.slider2Image > span{
	opacity: 0 !important;
}
.clear {
	clear: both;
}
.slider1Image span strong {
	font-size: 14px;
}
.left {
	top: 0;
	left: 0;
	width: 110px !important;
	height: 280px;
}
.right {
	right: 0;
	bottom: 0;
	width: 90px !important;
	height: 290px;
}
#slider1 ul {
	list-style-type: none;
}
