#preview	{
	height: 100px;
	width: 97%;
	/* overflow-y: hidden; */
	position: relative;
	overflow: auto;
	white-space: nowrap;
}

#detailImg	{
	margin-top: 10px;
	float: left;
	width: 97%;
	height: 400px;
}

#mainPic	{
	margin-top: 10px;
	text-align: center;
	float: left;
	width: 43em;
	height: 100%;
	vertical-align: middle;
}

#prevPic	{
	text-align: center;
	float: left;
	width: 7em;
	overflow: hidden;
}

#nextPic	{
	text-align: center;
	float: left;
	margin-top: 20%;
	width: 7em;
	overflow: hidden;
}

#picList	{
	height: 25em;
	width: 62%;
	float: left;
	overflow: auto;
	background-color: white;
	/* overflow-x: hidden; */
}

#picList #msg	{
	width: 100%;
	font-size: 10pt;
	font-weight: bold;
}

#picList .img	{
	margin: 5px;
	padding: 4px;
	border: solid 1px #E8E8E8;
	background-color: #F7F7F7;
	width: 95%;
	float: left;
}

#picList .img .file	{
	margin: 5px;
	float: left;
	width: 100px;
	min-height: 5px;
}

#picList .img .name	{
	font-size: 10pt;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	float: left;
	width: 180px;
	min-height: 5px;
	border: 1px solid silver;
	background-color: white;
}
#picList .img .multiSelect	{
	margin: 5px;
	float: left;
	width: 30px;
	min-height: 5px;
}

#picList .img .makeMainPic	{
	font-size: 0;
	display: block;
	height: 16px;
	width: 16px;
	margin: 5px 1px 1px 20px;
	background-image: url('../img/admin/mainpic.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}

.refreshPicList	{
	font-size: 0;
	display: block;
	height: 16px;
	width: 16px;
	margin: 3px 20px 10px 20px;
	background-image: url('../img/admin/refresh.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

.uploadPic	{
	font-size: 0;
	display: block;
	height: 16px;
	width: 16px;
	margin: 3px 20px 10px 20px;
	background-image: url('../img/admin/upload.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: left;
}

#picList .img .delete, #headPic .delete	{
	font-size: 0;
	display: block;
	height: 16px;
	width: 16px;
	margin: 5px 1px 1px 20px;
	background-image: url('../img/admin/cancel_small.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	float: right;
}

#headPic	{
	font-size: 10pt;
	float: left;
	width: 33%;
	margin: 30px 0px 10px 20px;
	padding: 5px;
	border: 2px solid #5A80B5;
}

#headPic #msg	{
	width: 100%;
	font-size: 10pt;
	font-weight: bold;
	margin: 5px;
}
