@charset "utf-8";
/* CSS Document */


#s3slider {
	width: 250px; /* important to be same as image width */
	height: 110px; /* important to be same as image height */
	position: relative; /* important */
	overflow: hidden; /* important */
	list-style:none;
	margin: 0px;
	padding: 0px;
}

#s3sliderContent {
	width: 250px; /* important */
	bottom: 0; /* important */
	margin-left: 0; /* important */
	list-style:none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

