#banner {
	overflow : hidden;
	position : relative;
	width : 100%;
	background : #a4a495;
	height : 360px;
}
#slide {
	width : 720px;
	height : 300px;
/*	border : 1px solid #a09b8f;
	background : #bcb8ae;
*/	padding : 0px;
	float : left;
	margin : 13px 0;
}
#slider1, #slider2 {
	height : 300px;
	overflow : hidden;
	position : relative;
	width : 720px;
}
#sliderContent, #slider1Content, #slider2Content {
	margin-left : 0;
	position : absolute;
	top : 0;
	width : 720px;
}
.sliderImage, .slider1Image, .slider2Image {
	width: 720px;
	display : none;
	float : left;
	position : relative;
}
.sliderImage span {
	background-color : #000000;
	color : #ffffff;
	display : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	line-height : 15px;
	padding : 10px 13px;
	position : absolute;
	width : 384px;
	opacity: 0.7;
}
.slider1Image span, .slider2Image span {
	background-color:#c7baa1;
color:#ffffff;
	display : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	line-height : 15px;
	padding : 24px 13px;
	position : absolute;
	width : 694px;
	opacity: 1;
}
.clear {
	clear : both;
}
	.sliderImage span strong, .slider1Image span strong, .slider2Image span strong {
	font-size : 14px;
}
.top {
	left : 0;
	top : 0;
}
.bottom {
	bottom : 0;
	left : 0;
}
.left {
	height : 280px;
	left : 0;
	top : 0;
	width : 110px !important ;
}
.right {
	bottom : 0;
	height : 290px;
	right : 0;
	width : 90px !important ;
}
