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

div,ul,li,body {
	display: block;
	margin: 0;
	padding: 0;

}


.leftNav,
.rightNav {
	/*background: url(../images/images/bg.png);*/
	outline: none;
}
.leftNav_inner,
.rightNav_inner {
	background: url(../images/images/bg.png);
}

.leftNav:before,
.rightNav:before {
	content:"";
	width:100%;
	height:100%;
	display: block;

}

.leftNav:hover {
	background-image: url(../images/images/prew.png);
	background-repeat: no-repeat;
	background-position: right center;
}


.rightNav:hover {
	background: url(../images/images/next.png) left center no-repeat ;
}

/*.leftNav:hover:before,
.rightNav:hover:before {
	background: url(../images/images/prew.png)
}*/
#slideButton {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
#slide_left {
	width: 54px;
	height: 54px;
	position: absolute;
	top: -155px;
	left: 206px;
	text-indent: -9999px;
	background-image: url(../images/images/controls.png);
	cursor:pointer;
}
#slide_right {
	width: 54px;
	height: 54px;
	position: absolute;
	top: -300px;
	left: 950px;
	text-indent: -9999px;
	background-image: url(../images/main_banner_right.png);
	cursor:pointer;
}
