#imageComment
{
	position:absolute;
	
	background-color:#999;
	border-bottom:solid #666 5px;
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	
	text-align:left;
	
	top:0px;
	left:0px;
	padding:5px;
	margin-left:23px;
	width:250px;
}

.thumbs
{
	background:#fff url(pics/tone.jpg) repeat-y;
	border:solid #ccc 1px;
	
	float:right;
	padding:2px;
	margin-left:1em;
	margin-right:2px;
	margin-bottom:2px;
	margin-bottom:1em;
	width:188px;
}

.aHolder a.thumbnail, a.thumbnail
{
	display:inline-block;
	/*background:url(/myFrame/return_request/gThumb.php?FileID=1);*/
	background-position:center;
	background-repeat:no-repeat;
	margin:1px;
	/*margin-right:2px;
	padding:2px;*/
	border:0px;
	width:90px;
	height:90px;
	/*float:left;*/
}

a.bigimage
{
	max-width:100%;
	background: transparent;
	width:auto;
	height:auto;
}

.thumbnailPic
{
	max-width:100%;
	display:block;
	margin:0px;
	border:none;
}

/*.bigImage
{
	display:block;
}*/

#thumbList
{
	z-index:105;
	position:fixed;
	display:block;
	min-width:100%;
	min-height:20px;
	bottom:0px;
	left:0px;
	
	padding-bottom:5px;
	
	background:#000 url(pics/imageViewer/toneBlack.jpg) repeat-x;
	border-top:solid #222 5px;
	
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	
	overflow:visible;
	white-space:nowrap;
	
	text-align:center;
}

#thumbList span
{
	display:inline-block;
	width:30px;
	height:5px;
}