#pics_box {
	width: 847px;
	height: 194px;
	position: relative;
}
#pic1 {
	width: 847px;
	height: 194px;
	background-image: url(../images/pic1.jpg);
	position: absolute;
}
#pic2 {
	width: 847px;
	height: 194px;
	background-image: url(../images/pic2.jpg);
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#pic3 {
	width: 847px;
	height: 194px;
	background-image: url(../images/pic3.jpg);
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#pic4 {
	width: 847px;
	height: 194px;
	background-image: url(../images/pic4.jpg);
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#pic5 {
	width: 847px;
	height: 194px;
	background-image: url(../images/pic5.jpg);
	position: absolute;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}