@charset "gb2312";
#wrapper {
	display: block;
	height: 496px;
	width: 1280px;
	margin: auto;
}
#container {
	background-color: #CCC;
	display: block;
	float: left;
	height: 496px;
	width: 1280px;
	overflow: hidden;
}
#Prev {
	background-image: url(PVC-ceiling-wallpanel/image/Home%20Page/Slide/sprite_prev.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 50px;
	width: 50px;
	position: fixed;
	z-index: 99;
	visibility: visible;
	left: 10px;
	top: 440px;
}
#Next {
	background-image: url(PVC-ceiling-wallpanel/image/Home%20Page/Slide/sprite_next.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block; 
	height: 50px;
	width: 50px;
	position: fixed;
	z-index: 99;
	overflow: visible;
	top: 440px;
	right: 10px;
}
#slider {
	display: block;
	float: left;
	height: 496px;
	width: 1280px;
	overflow: hidden;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
}
