

#banner_1{
	background: #000 url('../img/bannard_1.jpg') top center no-repeat;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
}

#banner_1_bg{
	background: #000;
	z-index: -3;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
}

#banner_2{
	background: #000 url('../img/bannard_2.jpg') top center no-repeat;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
}

#banner_2_bg{
	background: #000;
	z-index: -3;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
}


#banner_3{
	background: #000 url('../img/bannard_3.jpg') top center no-repeat;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
}

#banner_3_bg{
	background: #000;
	z-index: -3;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
}

#banner_4{
	background: #000 url('../img/bannard_4.jpg') top center no-repeat;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
}

#banner_4_bg{
	background: #000;
	z-index: -3;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
}

#banner_5{
	background: #000 url('../img/bannard_5.jpg') top center no-repeat;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
}

#banner_5_bg{
	background: #000;
	z-index: -3;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
}

#banner_6{
	background: #000 url('../img/bannard_6.jpg') top center no-repeat;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: -2;
	position: absolute;
	top: 0;
	left: 0;
}

#banner_6_bg{
	background: #000;
	z-index: -3;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	opacity: 0;
}

#bannards{
	overflow: hidden;
	width: 940px;
	height: 400px;
}


#banners_navigation{
	margin: 0 auto; 
	width: 980px; 
	margin-left: -20px;
	height: 400px;
	border: 1px transparent solid;
}

#next{
	background: url('../img/next.png') 0 0 no-repeat;
	width: 48px;
	height: 48px;
	display: block;
	float: right;
	margin-top: 176px;
	margin-bottom: -220px;
	opacity: 0;
	cursor: pointer;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

#next:hover{
	background-position: 0 -52px;
}

#prev{
	background: url('../img/prev.png') 0 0 no-repeat;
	width: 48px;
	height: 48px;
	display: block;
	float: left;
	margin-top: 176px;
	margin-bottom: -220px;
	opacity: 0;
	cursor: pointer;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

#prev:hover{
	background-position: 0 -52px;
}

#bullets{
	margin: 0 auto;
	text-align: center;
	opacity: 0;
}

.bullet_0, .bullet_1{
	background: url('../img/bullet.png') no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
	display: -moz-inline-stack;
	display: inline-block;
	margin: 5px;
}

.bullet_0:hover{
	background-position: 0 -16px;
}

.bullet_1:hover{
	background-position: 0 -48px;
}

.bullet_1{
	background-position: 0 -32px;
}


.play{
	background: url('../img/play.png') no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
	display: -moz-inline-stack;
	display: inline-block;
	margin: 5px;
	margin-left: 15px;
	background-position: 0 -32px;
}

.play:hover{
	background-position: 0 -48px;
}

.pause{
	background: url('../img/pause.png') no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	cursor: pointer;
	display: -moz-inline-stack;
	display: inline-block;
	margin: 5px;
	margin-left: 15px;
	background-position: 0 -32px;
}

.pause:hover{
	background-position: 0 -48px;
}

#bullets_click{
display: inline
}

.bannards_link_div{
	height: 340px; 
	width: 860px; 
	margin-left: 60px; 
	display: inline-block;
}

#banner_link_1, #banner_link_2, #banner_link_3, #banner_link_4, #banner_link_5, #banner_link_6{
	display: none;
}
