#photoWidget {
	z-index: 1;
	position: relative;
	clear: both;
	overflow: auto;
	overflow-x: hidden;
	width: 625px;
	border: 1px solid #cccccc;
	height: 350px;
	padding: 4px;
	margin:4px;
}
#main {
	width: 300px;
	float: left;
	height: 320px;
}
#optionsLinks {
	position: relative;
	width: 260px;
	float: left;
}
#preview {
	float: left;
	padding: 4px;
	margin: 4px;
	width: 260px;
}
#codeDisplay {
	float: right;
	width: 300px;
}
#closeButton {
	width: 615px;
	clear: both;
	text-align: right;
}
#htmlCode {
	float: left;
	width: 300px;
}
#textArea {
	float: left;
}
.embed {
	width: 300px;
	height: 200px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, san-serif;
	font-size: 11px;
}
.gallery {
	border: 1px solid #cccccc;
	padding: 4px;
	margin: 4px;
}
#gallerySection {
	position: relative;
	z-index: 1;
}

