/* ------ general
-----------------------------------------------*/

#content {
	width: 337px;
	margin: 0px auto 0;

}

.slider {
	float: left;
	width: 337px;
	height: 111px;
	position: relative;
	background-image: url(../image/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.sliderContent {
	float: left;
	width: 337px;
	height: 111px;
	clear: both;
	position: relative;
	overflow: hidden;
}

.sliderArrows a {
	display: block;
	text-indent: -9999px;
	outline: none;
	z-index: 50;
	background-image: url(image/index/index_33.jpg);
	width: 32px;
	height: 118px;
	position: absolute;
}

.prev {
	background-position: 0 0;
	left: -25px;
	top: 0px;
}

.prev:hover {
	background-position: 0 0;
	left: -25px;
	top: 0px;
}

.next {
	right: -25px;
	background-position: -33px;
	top: 0px;
}

.next:hover {
	right: -25px;
	background-position: -33px;
	top: 0px;
}

.sliderContent .item {
	position: absolute;
	width: 337px;
	height: 111px;
	background: #fff;
}

.sliderBullets {
	position: absolute;
	top: -15px;
	right: 0px;
	z-index: 50;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:0px;
width:11px;
height:10px;
background:url(../image/icen_01.jpg) no-repeat;
}

.sliderBullets .active {
background-position:0 -10px;
}

.sliderContent a {
outline:none;
}

a {
color: #999999;
}

a img {
border:none;
}
