@charset "UTF-8";
/*==================================================
 COMMON CSS
==================================================*/

.bx-wrapper{
	position: absolute !important;
	width: 100% !important;
	height: 360px;
	overflow: hidden;
	z-index: 1;
}

.bx-viewport{
	width: 1000px !important;
	margin: 0px auto !important;
	overflow: visible !important;
	height: 360px;
}

#slideshow .bxslider {
	}
	#slideshow .bxslider li {
		width: 1000px;
		}

#slideshowFrame {
	position: relative;
	width: 1000px;
	height: 360px;
	margin: 0px auto;
	}
	
#slider-next {
	position: absolute;
	top: 50%;
	right: -42px;
	width: 19px;
	height: 42px;
	margin: -21px 0px 0px 0px;
	z-index: 9999;
	}
	#slider-next a {
		display: block;
		height: 42px;
		text-indent: -9999px;
		background: url(../img/slideshow/right.png) no-repeat 0px 0px;
		}
#slider-prev {
	position: absolute;
	top: 50%;
	left: -42px;
	width: 19px;
	height: 42px;
	margin: -21px 0px 0px 0px;
	z-index: 9999;
	}
	#slider-prev a {
		display: block;
		height: 42px;
		text-indent: -9999px;
		background: url(../img/slideshow/left.png) no-repeat 0px 0px;
	}


#slideshowLeft,
#slideshowRight {
	position: absolute;
	top: 0px;
	width: 1000px;
	height: 360px;
	background: url(../img/slideshow/slideshowSideBg.png) repeat-x 0px bottom;
	z-index: 2;
}
	#slideshowLeft {
		right: 1000px;
		}
	#slideshowRight {
		left: 1000px;
		}