ul.photogallery{
	overflow:hidden;
	padding:10px;
	margin-bottom:25px;
	margin:0 auto;
}
ul.photogallery li{
	float:left;
	list-style:none;
	text-align:center;
	overflow:hidden;
	padding:10px;
	padding-top:20px;
	width:160px;
	height:216px;
	border-bottom:solid 2px #CCC; 
}
ul.photogallery li .photo{
	width:160px;
	height:118px;
	text-align:center;
	margin-bottom:10px;
}
ul.photogallery li .photo img{
	max-width:160px;
	max-height:118px;
}
ul.photogallery li .name{
	overflow:hidden;
}

ul.photogallery li .name .photo_name,
ul.photogallery li .name .checkbox{
	float:left;
	display:block;
}
ul.photogallery li .name .checkbox{
	width:20px;
}
ul.photogallery li .name .photo_name{
	width:140px;
	font-weight:bold;
}
ul.photogallery li .name .filesize{
	font-size:11px;
	color:#F00;
}

.btn{
	width:880px;
	margin:0 auto;
	overflow:hidden;
}
.btn .cart{
	float:left;
	width:400px;
}
.btn .cart .caution{
	background-image:url(../images/ico_caution.png);
	background-repeat:no-repeat;
	padding-left:60px;
	color:#333;
	margin-top:10px;
}
.btn .cart input:active,
.btn .cart input:hover,
.btn .cart input{
	background-image:url(../images/btn_cart.png);
	width:350px;
	height:34px;
	border:none;
}
.btn .btn_clear{
	float:left;
	width:170px;
}
.btn .btn_clear a{
	background-image:url(../images/btn_clear.png);
	width:170px;
	height:34px;
	display:block;
}
.btn .btn_clear a span{
	display:none;
}

.btn .list{
	float:right;
	width:170px;
}
.btn .list a{
	background-image:url(../images/btn_list.png);
	width:170px;
	height:34px;
	display:block;
}
/*
.btn a.get_list{
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
	padding:5px;
	border:solid 1px #EEE;
	text-decoration:none;
	display:block;
	width:120px;
	font-size:14px;
	text-align:center;
	margin-bottom:15px;
	float:right;
}
.btn a.get_list:hover{
	background-image: -moz-linear-gradient(bottom, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(bottom, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(bottom, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(bottom, #f9f9f9, #ebebeb);
	background-image: linear-gradient(bottom, #f9f9f9, #ebebeb);
}
*/

.pagination2{
	text-align:center;
}
.pagination2 a,
.pagination2 span{
	border:solid 1px #999;
	margin-right:5px;
	padding:5px;
	padding-left:7px;
	padding-right:7px;
}
.pagination2 span.current{
	border:solid 1px #444;
}
.pagination2 a{
	color:#444;
}


