
/* Slider Homepage */

#page {
	padding-bottom: 0px; }

#page-inner {
	width: 844px;
	margin: 0 auto; }

.demo-wrap ul {
	width: 844px;
	height: 390px;
	overflow: hidden; }

.demo-wrap li {
	list-style: none;
	margin: 0;
	height: 390px; }
	
.demo-wrap .bx-prev {
	position: absolute;
	top: 78px;
	left: -55px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(../images/icon_arrow_left.png) no-repeat 0 -31px;
}

.demo-wrap .bx-next {
	position: absolute;
	top: 78px;
	right: -40px;
	width: 31px;
	height: 31px;
	text-indent: -999999px;
	background: url(../images/icon_arrow_right.png) no-repeat 0 -31px;
}

.demo-wrap .bx-next:hover,
.demo-wrap .bx-prev:hover {
	background-position: 0 0;
}

#slider1 img { border: none; }