@charset "utf-8";
/* CSS Document */
/**********************************gallery*************************************/
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
.gallery{
	float:left; 
	margin:0;  
	width:600px; 
	height:auto;
	margin-left:30px;
	}
.gallery .row{
	float:left; 
	margin:0;  
	width:600px; 
	height:auto;
	}
.gallery .mid{
	float:left; 
	margin:0 0 0 0;  
	width:590px; 
	height:auto;
	}
.gallery .mid ul{
	float:left; 
	margin:0 0 0 0;  
	width:100%; 
	height:auto;
	}
.gallery .mid ul li{
	float:left; 
	margin:0 0 0 15px;  
	width:180px; 
	height:auto;
	}
.gallery .text{
	float:left; 
	margin:5px 0 0 20px;  
	width:160px; 
	height:auto;
	font-size:12px;
	color:#000;
	text-align:left;
}
.gallery .text a{
	font-size:12px;
	color:#000;
}
.gallery .text a:hover{
	font-size:12px;
	color:#C00;
}
.gallery .veiw{
float:left; 
margin:0 auto;  
width:250px; 
height:auto;
}
.gallery .pic{
	float:left;
	margin:15px 0 0 15px;
	width:150px;
	height:auto;
	}	
.gallery .pic img{
	display:block;
	margin:0 auto;
	border:1px #ddd solid;
	padding:4px;
	background:#fff;
	}
