	.photobox, .photoboxlast, .photo_back, .photo_next {
		padding: 5px;
		float: left;
		margin: 0 5px 5px 0;
		width:140px;
	}
	.photobox.last {
		margin-right: 0px;
	}
	.photo_back, .photo_next {
		border:none;
		margin:0;
		padding:0;
	}
	.photo_back .photoname a, .photo_next .photoname a {
		height:15px;
		text-decoration:none;
	}

	.photo_detail {
		border: 5px solid #f0f4f8;
		width: 450px;
		height: 310px;
		overflow: hidden;
		margin: 0 0 0 0;
	}
	.photoname_detail {
		padding: 2px;
		font-size: 10px;
		background-color: #f0f4f8;
		width: 126px;
		display: block;
		margin: 5px 0 0 0;
	}

	.photo {
		border: 5px solid #f0f4f8;
		width: 120px;
		height: 90px;
		overflow: hidden;
		margin: 0 0 5px 0;
		text-align:center;
		vertical-align:middle;
	}
	.photoname a {
		padding: 3px;
		font-size: 10px;
		height:35px;
		background-color: #f0f4f8;
		width: 124px;
		display: block;
		text-decoration:none;
	}
	.back {
		clear: both;
	}
	#content .photobox img, #content .photo_back img, #content .photo_next img, #content .photo_detail img{
		border:0;
		padding:0;
		margin:0;
		float:none;
	}
	.photo_detail{
		float:left;
		margin:0 5px 0 5px;
	}
	#bottomFormContainer{
		padding:5px 10px 0 10px;
		text-align:left;
		display:none;
	}
	#bottomFormContainer input, #bottomFormContainer textarea{
		width:100%;
		border:1px solid #CCCCCC;
	}
	#bottomFormContainer input.button{
		width:auto;
	}
	#bottomNavFormSend img{
		margin:4px 10px 0 0;
	}
