#container {
	position:relative;
	width:982px;
	height:340px;
	/**margin:auto;**/
	background-repeat: no-repeat;
	/**border:1px solid #4E4E4E;**/
	/**margin-top:20px;**/
}

#gallery {
	position:absolute;
	left:150px;
	top:50px;
	height:340px;
	width:685px;
}

.galleryouter{
	width:123px;
	height:127px;
	background-color:#000000;
	border:1px solid #4E4E4E;
	margin-right:15px;
	margin-bottom:15px;
	float:left;
	color:#8E8E8E;
	font-size:14px;
	text-align:right;
}
.galleryinner{
	width:100px;
	height:100px;
	cursor:pointer;
	margin:auto;
	margin-top:10px;
}

.labelinput {
    border: 1px solid #4E4E4E;
}

