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


.slider {
	float:left;
	width:960px;
	height:702px;
	position:relative;
	background-color: #FFF;
	margin-top:48px;
}
.sliderContent {
	float:right;
	width:480px;
	height:702px;
	clear:both;
	position:relative;
	overflow:hidden;
	padding-left:0px;

	
}
.sliderContent .item {
	position:absolute;
	width:480px;
	height:702px;
	background:#fff;
	float: left;
	/*color:#333 !important;*/
	margin-bottom:20px;
	overflow:hidden;
	padding-left:0px;
}


.sliderBullets {
	position:absolute;
	z-index:50;
	width:24px;
	height:280px;
	
	background:transparent;
	top:388px;
	left:-50px;
	background:url(../images/performance/bullets.png) no-repeat;
	/*-moz-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, .3);
	box-shadow: 0 0 15px 5px rgba(0, 0, 0, .3);*/
	padding:0px;
}
.sliderBullets a {
	display:block;
	float:left;
	text-indent:-9999px;
	outline:none;
	margin-bottom:8px;
	width:24px;
	height:24px;
	
}
.sliderBullets .active {
	/*background-position:-24px 0px;*/
	background:url(../images/performance/arrow.png) no-repeat;
	margin-left:28px;
}
.sliderContent a {
	outline:none;
}
