{
filter:alpha(opacity=70);
-moz-opacity: 0.7;
opacity: 0.7;
-khtml-opacity: 0.7;
}

/* ------------------------------------------------------------------- */
/* LEFT COL */
/* ------------------------------------------------------------------- */
/* Large pic */
/* ------------------------------------------------------------------- */
#GalleryImage-Container								{ float:left; width:520px; margin-right:10px; }
#GalleryImage-Container	 img						{ width:520px; height:349px;}

#GalleryImageInfo-Container							{ position:absolute; left:15px;  background-color:#000; color:#FFF; -moz-opacity: 0.8; filter:alpha(opacity=80); -moz-opacity:.80; opacity:.80; width:500px; padding:10px; font-size:.9em;}


/* ------------------------------------------------------------------- */
/* RIGHT COL */
/* ------------------------------------------------------------------- */
.selection-col										{ float:left; width:220px; padding:0 0 0 8px; margin-bottom:15px; margin-top:-21px; height:374px; position:relative; }


/* Drop down */
/* ------------------------------------------------------------------- */
#GalleryGroupSelection-Container								{ margin-right:10px;  }
#GalleryGroupSelection-Container h4								{ display:block; height:10px; text-indent:-999em; margin:0 0 11px; background:url('../grfx/titles/right-col/select-gallery.png') no-repeat 0 0}
#GalleryGroupSelection-Container ul								{ list-style:none; border:1px solid #2b5a7b; padding:3px 5px; background:#1a425e url('../grfx/layout/imageGallery-bkgd-dropDown.png') repeat-x 0 0}
#GalleryGroupSelection-Container ul li							{ background:url('../grfx/layout/header-arrow.png') no-repeat center right; list-style:none;}
#GalleryGroupSelection-Container ul li a						{ text-decoration:none; display:block;}
#GalleryGroupSelection-Container ul li span.active-group a		{ color:#859dae; }
#GalleryGroupSelection-Container ul ul							{ display:none; position:absolute; z-index:99999; margin:0 0 0 -6px; background-color:#1a425e; background-image:none; width:196px; border-top:none; padding:5px 6px;  }
#GalleryGroupSelection-Container ul ul li						{ background-image:none; margin-bottom:.2em}
#GalleryGroupSelection-Container ul ul li a						{  }
#GalleryGroupSelection-Container ul ul li a:hover				{ color:#859dae;}
#GalleryGroupSelection-Container ul li:hover ul					{ display:block; }

/* Thumbnail */
/* ------------------------------------------------------------------- */
#GalleryGrid-Container										{ /*position:absolute; top:200px; right:0; width:250px;*/ margin-left:-10px; }
#GalleryGrid-Container ul									{ margin-top:-12px;}
#GalleryGrid-Container ul li								{ float:left; list-style:none; margin:0 0 10px 10px; background:url('../grfx/layout/imageGallery-border.gif') no-repeat 0 0; position:relative; display:block; width:100px; height:67px;}
#GalleryGrid-Container ul li a								{ display:block; }
#GalleryGrid-Container ul li a img							{ width:100px; height:67px; }
#GalleryGrid-Container ul li a span.IMAGE-OVERLAY			{ display:block; width:100px; height:67px; position:absolute; z-index:999; top:0; left:0; background:url('../grfx/layout/imageGallery-border.gif') no-repeat 0 0;}
#GalleryGrid-Container ul li a:hover span.IMAGE-OVERLAY		{ height:20px; top:47px; background:url('../grfx/layout/ico-zoom.gif') no-repeat 10px center; background-color:#000; -moz-opacity:0.8;filter:alpha(opacity=80);-moz-opacity:.80;opacity:.80;}


/* Pagination */
/* ------------------------------------------------------------------- */
#GalleryGridPaging-Container				{ clear:both; color:#bdb3b3; font-size:.8em; position:absolute; bottom:0; width:210px  }
a.prev-link,
span.prev-link,
a.next-link,
span.next-link								{ display:block; width:16px; height:14px; background-repeat:no-repeat; background-position:0 0; text-indent:-999em; float:left; position:absolute; bottom:0; }
a.prev-link,
span.prev-link								{ background-image:url('../grfx/buttons/double-arrow-left.png'); margin-right:5px; right:21px; bottom:-3px }
a.next-link,
span.next-link								{ background-image:url('../grfx/buttons/double-arrow.png'); right:0px; bottom:-3px }

#GalleryGridPaging-Container a				{ background-position:0 -19px; }
#GalleryGridPaging-Container a:hover		{ background-position:0 0; }
