.bannerContainer{
	clear: left;
	position: relative;
	width: 960px;
	height: 440px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background: none;
}

.bannerTabContainer{
	clear: left;
	overflow: hidden;
	width: 960px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
	background: none;
	margin-top: 20px;
}	

.bannerTabContainer2{
	position: absolute;
	z-index: 20;
	overflow: hidden;
	width: 960px;
	background: none;
	border-top:1px dotted #ccc;
}	
	
	.tabContainer{
		float: left;
      	height: 43px;
      	white-space: nowrap;
	}
	
		.bannerTabLeft {
    	  	float: left;
    	  	display: inline-block;
    	  	width: 20px;
    	  	height: 43px;
    	  	background: url(../images/sprites/tab.png) 0px -43px no-repeat;
    	}
    	
    	.bannerTabLeft_disabled {
    	  	float: left;
    	  	display: inline-block;
    	  	width: 20px;
    	  	height: 43px;
    	  	background: none;
    	}
    	
    	.bannerTabMiddle {
    	  	float: left;
    	  	display: inline-block;
    	  	height: 34px;
    	  	padding-top: 9px;
    	  	color: #333;
    	  	overflow: hidden;
    	  	cursor: pointer;
    	  	background: url(../images/sprites/tab.png) 0px 0px repeat-x;
    	}
    	
    	.bannerTabMiddle_disabled  {
    	  	float: left;
    	  	display: inline-block;
    	  	height: 34px;
    	  	padding-top: 9px;
    	  	color: #999;
    	  	overflow: hidden;
    	  	cursor: pointer;
    	  	background: none;
    	}
    	
    	.bannerTabMiddle:hover {
    	  	color:#333;
    	}
    	
    	.bannerTabRight {
    	  	float: left;
    	  	display: inline-block;
    	  	width: 20px;
    	  	height: 43px;
    	  	background: url(../images/sprites/tab.png) -20px -43px no-repeat;
    	}
    	
    	.bannerTabRight_disabled  {
    	  	float: left;
    	  	display: inline-block;
    	  	width: 20px;
    	  	height: 43px;
    	  	background: none;
    	}


#bannerMove{
	float: left;
	width: 960px;
}

.bannerBloc{
	position: absolute;
	z-index: 0;
	width: 960px;
	height: 440px;
	overflow: hidden;
}
	
	.bannerInner{
		position: absolute;
		width: 960px;
		height: 440px;
		overflow: hidden;
	}

#wrapCarousel{
	width: 100%;
	height: 150px;
}	


#wrapCarousel img{
	border: 1px solid #cccccc;
}	
	
.bulletActive{
	float: left;
	width: 19px;
	height: 19px;
	background: url(../images/sprites/bullets.png) 0 -19px no-repeat;
	overflow: hidden;
	cursor: pointer;
}

.bulletNonActive{
	float: left;
	width: 19px;
	height: 19px;
	background: url(../images/sprites/bullets.png);
	overflow: hidden;
	cursor: pointer;
}

.bannerBulletsContainer{
	position: absolute;
	z-index: 200;
	margin-top: 400px;
	width: 960px;
	height: 19px;
}

.bannerArrowLeft{
	position: absolute;
	z-index: 200;
	margin-top: 205px;
	margin-left: 10px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/sprites/arrows.png);
}

.bannerArrowRight{
	position: absolute;
	z-index: 200;
	margin-top: 205px;
	margin-left: -40px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/sprites/arrows.png) -30px 0 no-repeat;
}


