div.piclibrary {
	margin: 5px;
	width: 100%;
	height: auto;
	/*border: 1px solid #000000;*/
	float: left;
}

div.picitem {
	margin: 5px;
	padding: 2px;
	width: 40px;
	height: 40px;
	/*border: 1px solid #000000;*/
	float: left;
	overflow: hidden;
}

div.picitem:hover {
	border-color: 1px solid #f0f0f0;
}

iframe {
	border-top: 1px dashed #f0f0f0;
	height: auto;
	width: 400px;
	overflow: hidden;
}
iframe.hidden {
	visibility: hidden;
	width:0px;
	height:0px;
}

#upload {
	overflow: hidden;
	width: 410px;
	height: 110px;
	border: 1px solid #f0f0f0;
	background-color: white;
}

#iframeLibrary {
	width:auto;
	overflow:auto;
}


#images {
	width: 390px;
	margin: 20px;
}

#images div {
	margin: 0px;
	width: 30px;
	height: 30px;
	border: 1px solid #000000;
	float: left;
	overflow: hidden;
}
#uploadInfo {
	top:10px;
	left:40px;
	position:relative;
	margin-left: 5px;
	width: 400px;
	height: 30px;
	float:left;	
}

#images div:hover {
	border-color: #461b3d;
}

#images img.load {
	margin: 36px;
}

#imagesprogress {
	margin: 5px;
	width: 30px;
	height: 30px;
}
#imagesprogress img {
	top:-10px;
	left:0px;
	position:relative;
		float:left;	
		margin:0px;
		width:20px;
		height:20px;
}

