@charset "UTF-8";
/* CSS Document */
#h1head {
	float:left;
	width:650px;
	border-bottom:4px solid #CCC;
	margin-top:35px;
	height:30px;
}
#pghead {
	float:left;
	width:350px;
	border-bottom:4px solid #CCC;
	text-align:right;
	margin-top:35px;
	height:25px;
	padding-top:5px;
}
#fbdiv {
	float:left;
	height:20px;
	margin-top:3px;
	width:200px;
}
#addeditdiv {
	float:left;
	height:20px;
	margin-top:3px;
	width:800px;
	text-align:right;
}
#body_wrapper h1 {
	font-size:16px;
	font-weight:normal;
	color:#0260af;
	background:url(../images/icons/klb.png) left no-repeat;
	padding:0 0 0 25px;
	margin:0;
}

#body_wrapper a {
	font-weight:normal !important;
}
#body_wrapper h1 span {
	color:#999;
}
.addimg {
	background:url(../images/icons/add.png) left no-repeat;
	padding-left:20px;
	margin-left:10px;
}
.editimg {
	background:url(../images/icons/edit.png) left no-repeat;
	padding-left:20px;
	margin-left:5px;
}
.delimg {
	background:url(../images/icons/delete.png) left no-repeat;
	margin-left:40px;
	padding-left:20px;
}

#photoCont {
	width:1000px !important;
}
#photoCont ul {
	list-style:none;
	margin:0;
	padding:0;
}
#photoCont li {
	float:left;
	margin-top:30px;
	padding:15px;
	border:1px solid #CCC;
	margin-right:18px;
	background-color:#fff;
	width:150px;
}
.imgtitle {
	text-align:center;
	font-weight:bold;
	text-decoration:underline;
}
.tipsy {
	width:200px !important;
	font-size:14px !important;
}
#photoCont li img {
	border:2px solid #f1f1f1;
}
#photoCont li img:hover {
	border:2px solid #69F;
}
#gcont {
	width:1000px;
	height:600px;
	border:1px solid #CCC;
	background-color:#f1f1f1;
	padding-bottom:35px;
	margin-top:35px;
}
#gallery {
	position:relative;
	height:600px;
	width:800px;
	margin:20px auto 20px auto;
}
	#gallery a {
		float:left;
		position:absolute;
	}
	
	#gallery a img {
		border:none;
	}
	
	#gallery a.show {
		z-index:500
	}

	#gallery .caption {
		z-index:600; 
		background-color:#000; 
		color:#ffffff; 
		height:100px; 
		width:100%; 
		position:absolute;
		bottom:0;
	}

	#gallery .caption .content {
		margin:5px
	}
	
	#gallery .caption .content h3 {
		margin:0;
		padding:0;
		color:#1DCCEF;
	}

