/* CSS Document */
div#container_aw {
	/*float: right;*/
	margin:0px;
	/*border: 1px solid #000;*/
}

div#container_aw ul#photos {
	list-style-type: none;
	list-style-image: none;
	margin: 0; 
	padding: 0;
  /*border: 1px solid #000;*/
}

div#container_aw ul#photos li {
	float: left;
	width: 114px;
	text-align: center;
	padding-top: 1em;
	min-height: 120px;
}

div#container_aw ul#photos img {
	display: block;
	width: auto;
	margin: 0 auto;
}

/** html ul#photos { margin-left: -20px; }
* html ul#photos li { height: 120px; }*/

div#container_aw h1, h2, h3, h4, h5, h6 {
	color: #000;
	margin: 0 0 0;
	font-family: "Futura Std Book", "Futura Book", Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
}

div#container_aw h1 { font-size: 2em;margin-bottom:10px }
div#container_aw h1.contentheading { 
font-size        : 18px;
font-family      : Verdana, arial, sans-serif;
font-weight      : normal;
height: 20px;
color: #3B96CD;
line-height:20px;
background: url("../images/quadratino.jpg") left no-repeat;
margin-bottom: 3px;
margin-top: 3px;
text-align:left;
padding-left:24px;
text-transform: capitalize;
 }
div#container_aw h2 { font-size: 2.0em; }
div#container_aw h3 { font-size: 1em; }
div#container_aw h4 { font-size: 1.4em; }
div#container_aw h5 { font-size: 1.2em; }
div#container_aw h6 { font-size: 1em; }

div#container_aw  a, a:link, a:visited, a acronym, a abbr {
	color: #000;
	text-decoration: none;
}
div#container_aw  a:hover, a:hover acronym, a:hover abbr {
	color: #660000;
}

div#container_aw a img, a:link img, a:visited img { border: 1px solid #FFF; }
div#container_aw a:hover img { border: 1px solid #660000; }

/***************************************************************/

#aOverlay {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	z-index: 900;
	display: none;
	cursor: pointer;
}
#aBox {
	position: absolute;
	z-index: 950;
	height: 42px; width: 42px;
	overflow: hidden;
}
#aBox div#aImgHolder {
	display: block;
	padding: 10px 0;
	background: #EEE;
	min-height: 32px;
}
#aBox img#aImg {
	display: block;
	margin: 0 10px;
	background: #EEE;
}
#aBox *:focus { -moz-outline: 0;; }
#aBox a.aButton {
	float: right;
	background-color: transparent;
	background-image: url("../images/gallery/aBox-buttons.gif");
	text-decoration: none;
	width: 40px; height: 16px;
	cursor: pointer;
	border: 0;
	background-repeat: no-repeat;
}
#aBox a.aButton:hover {
	background-color: transparent;
	text-decoration: none;
	border: 0;
}
#aBox a.aButton:active {
	background-color: transparent;
	border: 0;
}
#aBox a#aCloseButton {
	width: 28px;
	height: 32px;
}
#aBox a#aCloseButton { background-position: 0 0; float: left; }
#aBox a#aNextButton { background-position: -68px 0; }
#aBox a#aPrevButton { background-position: -28px 0; }

#aBox a#aCloseButton:hover { background-position: 0 -64px; }
#aBox a#aNextButton:hover { background-position: -68px -64px; }
#aBox a#aPrevButton:hover { background-position: -28px -64px; }

#aBox a#aCloseButton:active { background-position: 0 -32px; }
#aBox a#aNextButton:active { background-position: -68px -32px; }
#aBox a#aPrevButton:active { background-position: -28px -32px; }

#aBox div#aBoxMeta {
	position: absolute;
	z-index: 960;
	background: #EEE;
	padding: 0 10px;
	height: 0;
	overflow: hidden;
}
#aBox h1#aInfoTitle {
	color: #444;
	font-size: 16px;
	font-weight: bold;
	margin: 0 80px 0 32px;
}
#aBox p#aCount {
	clear: right;
	float: right;
	text-align: center;
	width: 80px;
	margin: 0;
	color: #666;
	font-size: 11px;
}
#aBox p#aInfo {
	margin: 0 80px 0 32px;
	color: #666;
	font-size: 11px;
}
#aBox h1#aInfoTitle, #aBox p#aCount, #aBox p#aInfo {
	font-family: Arial, Helvetica, Verdana, sans-serif !important;
	text-transform: none !important;
}

img#aLoadImg {
	position: absolute;
	top: -900em; left: -900em;
	border: 0;
	width: 32px;
	height: 32px;
	z-index: 999;
}
