@charset "UTF-8";
/* CSS Document */
/* navigation */

#slider {
	width: 960px;
	position: relative;
	height: 350px;
	float: left;
}

.scroll {
	height: 350px;
	width: 960px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	clear: left;
	overflow-x: hidden;
	overflow-y: hidden;

}

.scrollContainer div.panel {
	height: 350px;
	width: 960px;
}

