/* CSS Document */

#wrapper {
	width:400px;
	vertical-align:middle;
	text-align:center;
}

#image_holder {
	height:270px;
	width:380px;
	margin:auto;
	text-align:left;
	margin-top:8px;
}

#captionText {
	display:inline;
	font:Verdana, Arial, Helvetica, sans-serif;
	color:#990000;
	font-size:14px;
}

#thumbHolder {
	height:65px;
	text-align:center;
	background-color:#EFEFEF;
	overflow:hidden;
	float:left;
	width:376px;
	white-space:nowrap;
}

#navigationBar {
	height:75px;
}

img {
	border:none;
}

#uploadBox {
	height:250px; 
	width:300px; 
	border:thin solid black; 
	clear:both; 
	position:relative; 
	top:-245px;
}

#galleryView {
	float:left; 
	height:500px; 
	width:400px; 
	background-color:#E3E3E3;
}

#galleryList {
	float:left; 
	height:250px; 
	width:300px; 
	border:thin solid black;
}

.navbuttons {
	width:12px;
	height: 65px;
	float:left;
}

#galleryTitle {

}

.galleryLink {

}

#gallerySelector {

}

#imageField {

}

#captionUploadLabel {

}




