@charset "UTF-8";

/* Banner */

#banner {
	position: relative;
	width: 910px;
	height: 300px;
	-moz-user-focus: ignore;
	-moz-user-input: disabled;
	-moz-user-select: none;
	-khtml-user-select: none;
	-o-user-select:none;
	user-select:none;
}
#banner .slideshow {
	width: 910px;
	height: 300px;
	overflow: hidden;
}
#banner .slide {
	width: 910px;
	height: 300px;
}
#banner .prev, #banner .next {
	position: absolute;
	top: 43.5%;
	display: block;
	height: 23px;
	width: 20px;
	background-image: url('../images/banner-nav-arrow.png');
	background-repeat: no-repeat;
	text-indent: -9000px;
	border: 0;
	z-index: 25;
}
#banner .prev {
	left: 2%;
}
#banner .next {
	right: 2%;
	background-position: 100% 0;
}
