* {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.header {
	background-image: url(../img/albums01.png);
	height: 48px;
	width: 100%;
	position: fixed;
	z-index:2;
}
.albums {
	background-color: #000;
	min-width:320px;
}
.albums_list {
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 68px;
}
.albums_li {
	background-image: url(../img/albums03.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 125px;
	display: block;
	float: left;
	padding-bottom: 24px;
	margin-right: 7px;
	margin-left: 7px;
}
.albums_liPhoto {
	display: block;
	height: 84px;
	width: 116px;
	overflow: hidden;
	margin-top: 3px;
	margin-left: 3px;
}
.albums_liPhoto img {
	max-width: 200px;
}
.albums_liName {
	text-align: center;
	display: block;
	color: #FFF;
	margin-top: 14px;
	line-height:14px;
	overflow:hidden;
	height: 14px;
}.headerLeft {
	line-height: 30px;
	color: #FFF;
	background-image: url(../img/albums02.png);
	height: 30px;
	width: 52px;
	position: absolute;
	left: 13px;
	top: 9px;
	text-align: center;
}
.headerTitle {
	font-size: 16px;
	line-height: 48px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
}
.photo_List {
	padding-top: 68px;
	padding-right: 10px;
	padding-left: 10px;
}
.photo_li {
	padding: 3px;
	margin-right: 7px;
	margin-bottom: 14px;
	margin-left: 7px;
	background-color: #fff;
	display: block;
	height: 60px;
	width: 80px;
	float: left;
}
.photo_liImg {
	display: block;
	height: 60px;
	width: 80px;
	overflow: hidden;
}
.photoShow_Box {
	width: 100%;
	overflow: hidden;
	height: 100%;
}
.photoShow_li {
	float: left;
	overflow: hidden;
	display:box;
	display:-moz-box;
	display:-webkit-box;
	-moz-box-pack:center;
	-webkit-box-pack:center;
	box-pack:center;
	-moz-box-align:center;
	-webkit-box-align:center;
	box-align:center;
	orient:vertical;
	-moz-box-orient:vertical;
	-webkit-box-orient:vertical;
	text-align:center;
}
.photoShow_li img{
	max-height:100%;
	max-width:100%;	
}
.buttonGo {
	display: block;
	width: 10%;
	position: fixed;
	height: 100%;
	z-index: 1;
}
.buttonGo:hover {
	background-image: url(../img/albums06.png);
}
.go_back {
	position: absolute;
	left: 0px;
	top: 0px;
}
.go_next {
	top: 0px;
	right: 0px;
}
.go_back span {
	background-image: url(../img/albums05.png);
	display: block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.go_next span {
	background-image: url(../img/albums04.png);
	display: block;
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}