@charset "utf-8";
/* CSS Document */
.slideContainer{
	width:950px;
	height:250px;
	overflow:hidden;
	position:relative;
}
.slidePanels{
	position:absolute;
}
.slidePanel{
	float:left;
	width:950px;
	height:250px;
}

