/* CSS Document */
.overview{
	width:760px;
	height:150px;
	padding: 10px 0 10px 0;
	overflow:hidden;
	visibility:visible;
	}
	
.v_img{
	width:250px;
	height:148px;
	border-style:dotted;
	border-color:#CCCCCC;
	border-width:1px;
	float:left;
	overflow:hidden;
	visibility:visible;
	}
	
.v_text{
	width:498px;
	height:131px;
	padding: 0 0 0 10px;
	overflow:hidden;
	visibility:visible;
	}
	
.v_explore{
	width:498px;
	height:19px;
	padding: 0 0 0 10px;
	overflow:hidden;
	visibility:visible;
	}

