#pictureFrame {
	width: 50px;
	height: 50px;
	background-color: white;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-right: -25px;

	border-style: groove;
	border-color: #666;


	visibility: hidden;
}

#picture {
	border-bottom: 2px;
	border-bottom-style: inset;
	border-color: #999;
}

#pictureTitle {
	clear: both;
	margin: 0px 0px 0px 0px;
	min-height: 12px;
}

#pictureControls {
	clear: both;
	//margin-left: 8px;
	//margin-right: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 8px;
	//margin-bottom: 4px;

	//border-style: dotted;
	//border-color: #333;
	//border-width: 1px;
	
	overflow: hidden;
}

.controlContainer {
	width: 33%;
	float: left;
	//border-style: dashed;
	//border-width: 1px;
	//border-color: #ccc;
	
	//overflow: hidden;
}

.galleryControl {
	font-size: 12px;
	font-weight: bold;
	padding: 2px;
	margin: 12px;
	background-color: #F3F3F3;
	border-style: groove;
	border-color: #696;
	border-width: 1px;
	vertical-align: middle;
	visibility: inherit;
}

.galleryControl:hover { 
	color: red; 
	border-color: red;
	text-decoration: none;
}

#btnPrevious { 
	text-align: left; 
}
#btnNext { 
	text-align: right; 
}
#btnClose { 
	//float: left; 
}