@charset "utf-8";
/* CSS Document */

h2 {font-size:12px;}
#slider1 {
	width: 952px;
	height: 392px;
	list-style: none;
	/* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto;
	overflow-x: hidden;
	position:relative;
	top:-50px;
	left:-10px;
}