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

#album{
	clear:both;
	float:left;
	background:#fff;
	width:998px;
	margin:20px 0px 0px;
	border:1px solid #ddd;
	border-radius:5px;
	padding:20px 0px 30px;
}
.beauty_column_left {
	width:400px;
	height:165px;
	background-image:url(../img/bg_know.png) ;
	float:left;
	margin-left:80px;
	margin-top:5px;
}
.beauty_column_right {
	width:400px;
	height:165px;
	background-image:url(../img/bg_know.png);
	float:right;
	margin-top:5px;
	margin-right:80px;
}
.beauty_img {
	width:165px;
	height:110px;
	margin:10px;
	border: 4px solid #f96bf1; 
	padding: 0px;
	filter:alpha(opacity=100); /*ทำให้สีเข้ม 100%*/
	opacity:1;
	float:left;
}
.beauty_img:hover {
	width:165px;
	height:110px;
	margin:10px;
	border: 4px solid #f96bf1; 
	padding: 0px;
	filter:alpha(opacity=99);/*ทำให้สีจาง*/
	opacity:0.7;
	float:left;
}
.beauty_text {
	width:170px;
	height:30px;
	float:right;
	margin-top:10px;
	margin-right:10px;
	font-family:Helvetica, Tahoma;
	color:#666;
	font-size:12px;
}
.beauty_text_cut{
	width:170px;
	overflow:hidden;
	height:23px;
	float:right;
	margin-top:10px;
	margin-right:10px;
	font-family:Helvetica, Tahoma;
	color:#666;
	font-size:12px;
}
.beauty_text_header {
	width:170px;
	height:45px;
	float:right;
	margin-top:10px;
	margin-right:20px;
	font-family:Helvetica, Tahoma;
	font-size:18px;
	color: #f29826;
	font-weight:bold;
}
.beauty_seemore{
	width:150px;
	float:right;
	text-align:right;
	font-family:Helvetica, Tahoma;
	color:#666;
	font-size:12px;
	margin-top:10px;
	margin-right:10px;
	font-weight:bold;
}
.beauty_seemore a:link {
	color: #666;
	text-decoration: none;
}
.beauty_seemore a:visited {
	color: #666;
	text-decoration: none;
}
.beauty_seemore a:hover {
	color: #ffffff;
	text-decoration: none;
}
.beauty_seemore a:active {
	color: #666;
	text-decoration: none;
}
