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

#bd_content_print{
	margin:250px 0 0 10px;
	width:600px;
	height:320px;
	overflow:hidden;
}

	#previous_bd{
		margin:100px 0 0 0;
		width:120px;
		height:130px;
		float:left;
		overflow:hidden;
		display:block;
		background:url(../images/interface/previous.png) top left no-repeat;
		cursor:pointer;
	}
		
		#previous_bd:hover{
			background-position:0 -190px;
			cursor:pointer;
		}
		
	#next_bd{
		margin:100px 0 0 0;
		width:120px;
		height:190px;
		float:left;
		overflow:hidden;
		background:url(../images/interface/next.png) top left no-repeat;
		cursor:pointer;
		display:block;
	}
		
		#next_bd:hover{
			background-position:0 -190px;
			cursor:pointer;
		}
	
	#bd_content{
		margin:0 0 0 0;
		width:360px;
		height:400px;
		float:left;
		overflow:hidden;
		position:relative;
	}
	
		#bd_content_hidden{
			height:290px;
			width:10000px;
			overflow:hidden;
			position:relative;
		}
		
			#bd_img_1{
				background:url(../images/bd/img-BD-1.png) top center no-repeat;
			}
			
			#bd_img_2{
				background:url(../images/bd/img-BD-2.png) top center no-repeat;
			}
			
			#bd_img_3{
				background:url(../images/bd/img-BD-3.png) top center no-repeat;
			}
			
			#bd_img_4{
				background:url(../images/bd/img-BD-4.png) top center no-repeat;
			}
			
			#bd_img_5{
				background:url(../images/bd/img-BD-5.png) top center no-repeat;
			}
			
			#bd_img_6{
				background:url(../images/bd/img-BD-6.png) top center no-repeat;
			}
			
			#bd_img_7{
				background:url(../images/bd/img-BD-7.png) top center no-repeat;
			}
			
			.bd_img{
				float:left;
				height:290px;
				width:360px;
				text-align:center;
			}
	
	#bd_content_num{
		clear:both;
		width:360px;
		height:25px;
		padding-top:5px;
		padding-left:60px;
	}
		
		#bd_num_1 div{
			background:url(../images/interface/bd_num_1.png) top center no-repeat;
			height:53px;
		
		}
		
		#bd_num_2 div{
			background:url(../images/interface/bd_num_2.png) top center no-repeat;

			height:53px;
		}
		
		#bd_num_3 div{
			background:url(../images/interface/bd_num_3.png) top center no-repeat;

			height:53px;
		}
		
		#bd_num_4 div{
			background:url(../images/interface/bd_num_4.png) top center no-repeat;

			height:53px;
		}
		
		#bd_num_5 div{
			background:url(../images/interface/bd_num_5.png) top center no-repeat;
			
			height:53px;
		}
		
		#bd_num_6 div{
			background:url(../images/interface/bd_num_6.png) top center no-repeat;
			
			height:53px;
		}
		
		#bd_num_7 div{
			background:url(../images/interface/bd_num_7.png) top center no-repeat;
			
			height:53px;
		}
		
		.bd_num{
			float:left;
			width:25px;
			height:25px;
			margin:0 5px 0 5px;
			overflow:hidden;
		}
	
		.img_current div{
			margin-top:-27px;
			cursor:pointer;
		}
	
	

#bd_content_txt{
	margin:20px 0 0 49px;
	width:515px;
	height:240px;
	overflow:hidden;
	position:relative;
	float:left;
}

	#bd_content_txt_hidden{
		position: relative;
	}
	
	#bd_content_txt_hidden div{
		font-family:Verdana, Arial, serif;
		font-size:12px;
		color:#9d6a3f;
		font-weight:bold;
		letter-spacing:1px;
		line-height:17px;
		margin-bottom:20px;
	}
	
	#bd_content_txt_hidden div span{
		font-family:Verdana, Arial, serif;
		font-size:12px;
		color:#000000;
		font-weight:bold;
		letter-spacing:0px;
	}

	.contain_scrollbar {
		width:19px;
		height:270px;
		margin-top:14px;
		margin-left:20px;
		float:left;
		
	}
	a#bd_scrollbar{
		display:block;
		position: relative;
		width:19px;
		height:71px;
		background:url(../images/interface/scrollbar_indicator.png) top left no-repeat;
		cursor:pointer;
	}
	
	
.none{
	display:none;
}

.block{
	display:block;
}
