@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;
}

.album_title{
	clear:both;
	float:left;
	height:30px;
	width:940px;
	padding:0px 29px;
	font-size:40px;
	color:#2279be;
}

.album_title a{
	color:#2279be !important;
}

.album_subtitle{
	clear:both;
	float:left;
	height:30px;
	width:940px;
	margin-top:20px;
	padding:0px 29px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	line-height:30px;
	color:#555;
}

.album_subtitle span{
	font-size:20px;
	color:#2279be;
}

/* album_text */
.album_text{
	clear:both;
	float:left;
	width:940px;
	padding:20px 29px 20px;
}

.album_text h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	line-height:34px;
	color:#555;
}

.album_text img{
	display:block;
	margin:30px auto;
}

.album_text p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
	text-indent:30px;
	line-height:26px;
	color:#555;
}

/* album_show */
.album_show{
	clear:both;
	float:left;
	background-color:#efefef;
	background-position:center;
	background-repeat:no-repeat;
	width:940px;
	margin:9px 28px;
	border-radius:5px;
	border:1px solid #ddd;
	padding:30px 0px;
	position:relative;
}

.album_show img{
	display:block;
	margin:0px auto;
}

.album_btn_left,
.album_btn_right{
	cursor:pointer;
	position:absolute;
	z-index:1;
}

.album_btn_left:hover,
.album_btn_right:hover{
	background:url(../img/bg_white30.png) repeat;
}

.album_btn_left{
	width:470px;
	top:0px;
	left:0px;
}

.album_btn_right{
	width:470px;
	top:0px;
	right:0px;
}

.album_arrow_left{
	display:none;
	background:url(../img/arrow_left.png) center no-repeat;
	height:inherit;
	width:inherit;
}

.album_arrow_right{
	display:none;
	background:url(../img/arrow_right.png) center no-repeat;
	height:inherit;
	width:inherit;
}

/* album_des */
.album_des{
	clear:both;
	float:left;
	width:940px;
	margin:0px 28px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:30px;
	color:#555;
}

.album_des p{
	text-indent:30px;
}

.album_help{
	height:20px;
	width:inherit;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:11px;
	text-align:center;
	color:#aaa;
	position:absolute;
	left:0px;
	bottom:0px;
}

/* album_num */
.album_num{
	clear:both;
	float:left;
	height:40px;
	width:inherit;
	padding:0px 0px;
	position:relative;
}

.album_point_wrap{
	clear:both;
	float:left;
	height:40px;
	position:absolute;
	bottom:0px;
}

.album_point{
	cursor:pointer;
	float:left;
	background:url(../img/slide_point.png) no-repeat;
	height:20px;
	width:20px;
	margin:10px;
}

.album_point:hover{
	background:url(../img/slide_spoint.png) no-repeat;
}

/*สั่งไม่ให้ class slide ในอัลบั้มแสดง*/
.album_show,
.album_num,
.album_des{
	display:none;
}

/*.album_img,
.album_des_list,*/


.album_des_text{
	line-height:25px;
	font-size:16px;
	font-family:Tahoma, Geneva, sans-serif;
}
.img_h{
	display:none;
	}
.under_line{
	text-align: center;
	border-bottom-style: dashed;
	color: #cccccc; 
	width: 80%;
}