#box4{
	position:absolute;
}
#box4 div{
	width:600px;
	height:450px;
	float:left;
	background:#fff;
	margin:0px 0px 0px 0px;
}

#box4 img{
	width:600px;
	height:450px;
	float:left;
	background:#fff;
	margin:0px 0px 10px 0px;
}

#info_sub{
	background:#fff;
	margin:0px 0px 0px 0px;
}

#line{	
	margin:8px 0px 4px 0px;
}

/* ********************************** */

.info_det{
	background:#fff;
}

.info{
	width:600px;
	height:50px;
	background:#000;
	position:absolute;	
}

.mask3{
	position:relative;
	width:600px;
	height:490px;
	overflow:hidden;
}

.buttons{
	margin-top:10px;
	padding:0px;
}
.buttons span{
	color:#67594a;
	padding:0px 8px;
	cursor:pointer;
	color:#67594a;
	background-image:url(../images/bg_info_sub.gif);
}
.buttons span.active, .buttons span:hover{
	background:#67594a;
	color:#fff;
}

