/* CSS Document */
#slider {
	clear: both;
	height: 170px;
	width: 1000px;
	padding: 0px;
	z-index: 0;
	clear: both;
	display: block;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: hidden;
}
.show1{
	padding: 0px;
	height: 171px;
	width: 1000px;
	top: 0;
	right: 0;
	margin: 0px;
	overflow: hidden;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(img/01.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.show2{
	padding: 0px;
	height: 171px;
	width: 1000px;
	top: 0;
	right: 0;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(img/02.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 0px;
}
.show3{
	padding: 0px;
	height: 171px;
	width: 1000px;
	top: 0;
	right: 0;
	margin: 0px;
	overflow: hidden;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(img/03.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.show4{
	padding: 0px;
	height: 171px;
	width: 1000px;
	top: 0;
	right: 0;
	margin: 0px;
	overflow: hidden;
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(img/04.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
