#banner {
	overflow : hidden;
	position : relative;
	width : 600px;
	background : #dfdcd6;
	height : 425px;
}
#slide {
	width : 600px;
	height : 425px;
	border : 1px solid #dde7e9;
	background : #fff5db;
	padding : 5px;
	float : left;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#slider1, #slider2 {
	height : 425px;
	overflow : hidden;
	position : static;
	width : 600px;
	display: table-row;
}
#sliderContent, #slider1Content, #slider2Content {
	margin-left : 0;
	position : static;
	top : 107px;
	width : 600px;
	left: 499px;
}
.sliderImage, .slider1Image, .slider2Image {
	width: 600px;
	display : none;
	float : left;
	position : relative;
}

.clear {
	clear : both;
}
.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 ;
}
