@charset "UTF-8";
/* CSS Document */
#slider {
	width: 700px;
	height: 450px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
}
