body {
	background: #bbbbbb;
	}

#gallcontainer {
	position: absolute;
	height: 1000px;
	width: 1120px;
	left: 50%;
	margin-left: -560px;
	top:0;
	background: #808080;
	color: white;
        }

table#qdig {
margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	}

p.instruct {
	text-align: center;
	font-size: .8em;
	font-family: verdana, sans-serif;
	}

/*Q Dig settings*/
/* General */

#qdig 	{ 
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif; 
	}

td.qdig-caption { 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	 }

.qdig-grayout { 
	color:#cccccc; 
	}

/* Links */

#qdig a { 
	color:navy; 
font-size: x-small;
	font-weight:normal; 
	text-decoration: none; 
	}

#qdig a:visited { 
	color:blue; 
	font-weight:normal; 
	text-decoration:none; 
	}

#qdig a:hover { 
	text-decoration:underline; 
	}


table#qdig-dirnav tr td	{
	font-size: 11px;
color: maroon;
	}

table#qdig-dirnav tr td	b {
/*visibility: hidden; hides source gallery eg. 'Main', if not wanted*/
}


/* Images */

img.qdig-image { 
	background-color:#eeeeee; 
	border:1px solid #cccccc; 
	}
	
img.qdig-thumb { 
	background-color:#eeeeee; 
	border:1px solid #cccccc; 
	}

img#qdig-thumb-current { 
	border:1px solid #ff0000; 
	}

/* Captions */

div.qdig-caption { 
	font-family:Verdana, Arial, Helvetica, sans-serif; 
color: maroon;
font-size: 10px;
	}


a img {
	border-style: none;
	} /*to get rid of blue border on Mozilla */


