@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
}

img {
	border: none;
}

#photoList li {
	float: left;
	width: 65px;
	background: url(./images/shadow.gif) center bottom no-repeat;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sub #wrap .outbox .boxTop #photoList {
	padding-left: 7px;
}#sub #wrap .outbox .garrery_totop {
	clear: both;
	padding-right: 20px;
	padding-top: 0px;
}

#sub #wrap .outbox .garrery_totop p {
	font-size: 12px;
	line-height: 130%;
	color: #AC7073;
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#photoList a:hover img {
	filter: alpha(opacity=80);
	-moz-opacity:0.8;
	opacity:0.8;
}