html, body, div, ul {
	margin: 0;
	padding: 0;
	}

	body {
	    color: #262626;
		background: #F2F8F8;
		font: normal 14px/18px Verdana, sans-serif;
	}

	#content {
		width: 550px;
		margin: 10px auto 0 auto;
		padding: 0 60px 30px 60px;
		

	}
	h1, h2 {
		font-family: "Trebuchet MS", Verdana, sans-serif;
		margin: 0 0 10px 0;
		letter-spacing: -1px;
		
	}
	h1 {
		padding: 0;
		font-size: 2.5em;
		color: #27D;
	}



	hr {
		border: none;
		height: 1px; line-height: 1px;
		background: #E5E5E5;
		margin-bottom: 10px;
		padding: 0;
	}
	.box{
		width: 710px;
		height: 660px;
		position: relative;
		margin-bottom: 20px;
		}
	p {
		margin: 0;
		padding: 7px 0;
	}

	a {
		outline: none;
		 text-decoration: none;
		 color: #06F;
	}
	a:hover {
		outline: none;
		 text-decoration: none;
		 color: #222;
		
	}

	.nav ul {
		margin-bottom: 24px;
		padding-left: 30px;
	}
	.navbox {
		position: relative;
		float: left;
	}

	ul.nav {
		list-style: none;
		display: block;
		width: 100px;
		 position: fixed;
		top: 50px;
		left: 30px;
		padding: 30px 0 30px 0;
		float: left;
		-webkit-background-size: 50% 100%;
		background-size: 50% 100%;
	}

	.nav li {		margin: 7px 0 0 0;
	}

	ul.nav li a {
		-webkit-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		
		color: #0066cc;
		padding: 7px 15px 7px 15px;
		-webkit-border-top-right-radius: 10px;
	 	-webkit-border-bottom-right-radius: 10px;
		width: 100px;
		display: block;
		text-decoration: none;
		-webkit-box-shadow: 2px 2px 4px #888;
		box-shadow: 2px 2px 4px #888;
	}

	ul.nav li a:hover {
		color: #67a5cd;
		padding: 7px 15px 7px 30px;
	}
	.lb-album li > a{
	width: 150px;
	height: 120px;
	position: relative;
	padding: 10px;
	background-color: #FFF;
	opacity: 0.7;
	-webkit-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	box-shadow: 1px 1px 2px #fff, 1px 1px 2px rgba(158,111,86,0.3) inset;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px 4px 4px 4px;
}

.lb-album span{
font-family: '微軟正黑體';
font-weight: bold;
}
.lb-overlay p{
font-family: '微軟正黑體';

}
.lb-album li > a span{
	position: absolute;
	width: 150px;
	height: 70px;
	top: 10px;
	left: 10px;
	text-align: center;
	line-height: 20px;
	padding-top: 50px;
	color: rgba(27,54,81,0.8);
	text-shadow: 0px 1px 1px rgba(255,255,255,0.6);
	font-size: 24px;
	opacity: 0;
	 
     
	background-color: #FFF;
	
	-webkit-transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-o-transition: opacity 0.3s linear;
	-ms-transition: opacity 0.3s linear;
	transition: opacity 0.3s linear;
}
