* {
	margin: 0;
	padding: 0;
}
body {
}
a {
	text-decoration: none;
	outline: none;
}
a img {
	border: none;
}
#page-wrap {
	width: 918px;
	height:144px;
	margin: 0 auto;
}
#slider {
	background: white url(../images/sl_0.jpg);
	height: 144px;
	overflow: hidden;
	position: relative;
}
/* DEFAULT is for three panels in width, adjust as needed
                                   This only matters if JS is OFF, otherwise JS sets this. */								  
#mover {
	width: 918px;
	height:144px;
	position: relative;
}
.slide {
	padding: 0px 0px;
	width: 918px;
	height:144px;
	float: left;
	position: relative;
}

.slide img {
	position: absolute;
	top: 0px;
}
