@charset "utf-8";
/* CSS Document */

.picTb {
	border-collapse:collapse;
}
.picTb td {
	vertical-align:top;
	padding:7px;
}
.pic .button02 {
	text-align:right;
	margin:8px 0;
	padding:0;
}
.pic .button02 li {
	display:inline;
	margin: 0 0 0px 5px;
}
/*-------------------------------*/
.photobig {
	background-image: url(../images/picture_bg03.gif);
	background-repeat: no-repeat;
	background-position: left top;
	width: 481px;
	clear:both;
	padding:15px 0 0 0;
}
.photobig .image {
	width:448px;
	margin:0px auto 10px;
}
.photobig .image img {
	width:448px;
}
.photobig .foot {
	background-image: url(../images/picture_bg04.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 481px;
	height: 20px;
}
/*-------------------------------*/
.photosmall {
	margin:55px 0 5px 18px;
}
.photosmall ul {
}
.photosmall ul li {
	float:left;
	width:104px;
	margin:0 9px 10px 0;
 *margin:0 12px 10px 0;
 _margin:0 9px 10px 0;
/* height:152px;
 overflow:hidden;*/
}
.photosmall ul li img {
	width:100px;
	height:68px;
}
.photosmall ul li a img{
	border:2px solid #fff;
	padding:0;
	margin:0;overflow:hidden;
}
.photosmall ul li a:hover img{
	border:2px solid #76caea;
	padding:0;
	margin:0;
}
/*------------------------------*/
.pic .page {
	background-image: url(../images/picpagebg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding:8px 10px 7px;
	width:334px;
	margin:10px 0 10px 15px;
	text-align:center;
	overflow:hidden;
}
.pic .page .prev {
	background-image: url(../images/page_prev2.gif);
	margin:0 10px;
}
.pic .page .next {
	background-image: url(../images/page_next2.gif);
	margin:0 5px;
}
.pic .page a {
	color:#fff;
	text-decoration: none;
}
.pic .page a:hover {
	color:#FF0;
	text-decoration: underline;
}
.pic .page em {
	color:#FF0;
}
