/* Gallery and Playback Controls
----------------------------------------------- */
#thumbnails {
	margin: 12px auto;
	width:180px;
}

#thumbnails div {
	position: relative;
	float: left;
	margin: 10px;
	display:inline;
}

#thumbnails img {
	border:1px solid #FFFFFF;
	position: absolute;
}

#ImageDiv{
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 3px #999;
	border-right: solid 3px #404040;
	border-bottom: solid 3px #333;
	border-left: solid 3px #404040;
	overflow: hidden; 
}

#ImageTag {
	width: 100%;
	height: 100%;
}

#Buttons{
	border:2px solid #FFFF00;
	background-color:#FFCC99;
	margin:5px;
	padding:5px;
	width:180px;
}

#TextDiv{
	width:400px;
	height:120px;
	overflow:auto;
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#003399;
	padding:5px;
	border:2px solid #33FF00;
}

.thumbSelected { border: solid 2px #FF0000 !important; }

.thumbFocus {  border: solid 1px #fc0 !important; }


