/* CSS Document */
.galleryImageContainerContent > h3 {
	background:none;
}
h4 {
	font-size:14px;
	text-align:center;
	padding:10px 0px;
	font-weight:bold;
}

.galleryContainer {
	position:relative;
	float:left;
	text-align:center;
	width:100%;
}
.galleryContainerCenter {
	position:relative;
	margin:0px auto;
	width:776px;
	/*width:586px;*/
}
.galleryImageContainer {
	position:relative;
	float:left;
	width:160px;
	height:120px;
	padding:4px 4px 4px 4px;
	margin:15px 13px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/photo_border.gif) #d7d7d7 repeat-x bottom left;
}
.galleryImageContainerShadow {
	position:absolute;
	top:-2px;
	left:-2px;
	width:174px;
	height:134px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/thumb_shadow.png) no-repeat top left;
}
.galleryImageContainerPic {
	position:relative;
	width:160px;
	height:120px;
	float:left;
	overflow:hidden;
}
#galleryHitZone {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/hit_zone.gif) repeat top left;
}
.galleryImageContainerContent {
	position:absolute;
	left:4px;
	bottom:4px;
	width:160px;
	height:20px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/border/photo_title_background.png) repeat top left;
}

.galleryImageContainerContent h5 {
 	font-style:normal;
	text-align:center;
	padding:0px;
	padding-top:4px;
	font-size:11px;
}
.galleryImageContainerContent h3 {
 	font-style:normal;
	text-align:center;
	padding:0px 5px;
	padding-top:2px;
	font-size:10px;
	margin:0px;
}


#galleryButtonBar {
	position:relative;
	float:left;
	height:24px;
	width:100%;
	text-align:center;
	margin: 0 auto;
	padding-top:20px;
}
.galleryButtonCenter {
	height:24px;
	width:390px;
	margin: 0 auto;
}
#galleryButtonCenterBig {
	width:400px;
}
.galleryButton{
	position:relative;
	float:left;
	height:24px;
	padding:5px 10px 0px 10px;
	margin:0px 5px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/button_background.gif) repeat-x top left;
}
.galleryButton h2{
	font-style:normal;
	padding:0px;
	margin:0px;
	font-size:10px;
	color:/**{{CSS_ELEMENT:text-color}}**//**{{/CSS_ELEMENT:text-color}}**/;
}
.galleryButton a{
	font-style:normal;
	padding:0px;
	margin:0px;
	font-size:12px;
	color:/**{{CSS_ELEMENT:text-color}}**//**{{/CSS_ELEMENT:text-color}}**/;
}
.galleryButton a:hover{
	color:/**{{CSS_ELEMENT:main-site-color}}**//**{{/CSS_ELEMENT:main-site-color}}**/;
	text-decoration:underline;
}
#galleryButtonRight {
	position:absolute;
	top:0px;
	right:0px;
	height:24px;
	width:3px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/button_right.gif) no-repeat top right;
}
#galleryButtonLeft {
	position:absolute;
	top:0px;
	left:0px;
	height:24px;
	width:3px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/button_left.gif) no-repeat top left;
}
#galleryButtonHitZone {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:24px;
	background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/hit_zone.gif) repeat top left;
}

.galleryBreak {
	position:relative;
	float:left;
	left:15px;
	width:835px;
	border-bottom:1px #999999 dashed;
}
#galleryBreakBottom {
	border-top:1px #999999 dashed;
	border-bottom:none;
}
#galleryPages {
	position:relative;
	float:right;
	top:0px;
	right:0px;
	padding-bottom:2px;
	font-weight:bold;
	cursor:default;
}
#galleryPages p{ 
	letter-spacing:4px;
	padding:0px;
	padding-left:2px;
	margin:0px;
	display:inline;
}
#galleryPages a{
	font-weight:normal;
}

#galleryFullContainer {
position:relative;
	float:left;
	width:100%;
	padding:15px 0px;
	text-align:center;
}

/** The code for the gallery popover **/
/* the overlayed element */ 
.galleryOverlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#e9e9e9; 
     
    width:675px;     
    min-height:200px; 
    border:1px solid #cecece; 
    border-right:0;
    padding:5px;
    left:-400px;
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 

/* close button positioned on upper right corner */ 
.galleryOverlay .close { 
background:url(http://gizmohelm.com/graphics/themes/globalgraphics/photogallery/button_close.png) no-repeat top right; 
    position:absolute; 
    right:38px; 
    top:8px; 
    cursor:pointer; 
    height:20px; 
    width:30px; 
    margin-right:8px;
    z-index:34;
}

/* styling for elements inside overlay */ 
.galleryOverlayDetails { 
    position:absolute; 
    top:15px; 
    right:15px; 
    font-size:11px; 
    color:#fff; 
    width:150px; 
} 
 
.galleryOverlayDetails h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}
.galleryOverlayTextHolder {
	position:absolute;
	width:215px;
	height:100%;
	top:-1px;
	right:0px;
	padding:0px 0px 0px 0px;
	background-color:#e9e9e9;
	border:1px solid #cecece; 
	border-left:0;
	overflow:auto;
}
.galleryOverlayText {
	position:relative;
	width:190px;
	top:0px; 
	margin:5px 0px;
	left:0px;
	
}
.galleryOverlayText p {
	font-size:11px;
	line-height:15px;
	padding:5px;
}
/* "next image" and "prev image" links */
.galleryOverlay .next, .prev {
	
	/* absolute positioning relative to the overlay */
	position:absolute;
	top:40%;	
	border:1px solid #9c9c9c;	
	cursor:pointer;
	display:block;
	padding:10px 20px;
	color:#000000;
	font-size:11px;
	
	/* upcoming CSS3 features */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;	
}

.galleryOverlay .prev {
	left:5px;
	border-left:0;
	-moz-border-radius-topleft:0;
	-moz-border-radius-bottomleft:0;
	-webkit-border-bottom-left-radius:0;
	-webkit-border-top-left-radius:0;
}

.galleryOverlay .next {
	right:5px;
	margin-right: 5px;
	border-right:0;
	-moz-border-radius-topright:0;
	-moz-border-radius-bottomright:0;
	-webkit-border-bottom-right-radius:0;
	-webkit-border-top-right-radius:0;	
}

.galleryOverlay .next:hover, .prev:hover {
	text-decoration:underline;
	background-color:#000;
	color:#000000;
}

/* when there is no next or previous link available this class is added */
.galleryOverlay .disabled {
	visibility:hidden;		
}

/* the "information box" */
.galleryOverlay .info {
	position:absolute;
	top:5px;
	left:5px;	
	padding:10px 0px 10px 0px;
	color:#000000;
	font-size:11px;
	border-bottom:1px solid #9c9c9c;
	text-align:center;
}

.galleryOverlay .info strong {
	display:block;	
}

/* progress indicator (animated gif). should be initially hidden */
.galleryOverlay .progress {
	position:absolute;
	top:45%;
	left:50%;
	display:none;
}

/* everybody should know about RGBA colors. */
.galleryOverlay .next, .prev, .info {
	background:#ebebeb !important;
	opacity: .3;		
}

 
/* active thumbnail is raised on top of the mask using the z-index property */ 
#thumbs a.active img { 
    outline:1px solid #000; 
    z-index:9999; 
    position:relative; 
}

#aboutText {
	font-size:14px;
	color:/**{{CSS_ELEMENT:text-color}}**//**{{/CSS_ELEMENT:text-color}}**/;
}

#gbRight {
	float:right;
}

#gbCenterLeft {
	float:left;
	padding-left:20px;
	padding-right:20px;
}
#gbCenterRight{
	float:right;
	padding-left:20px;
	padding-right:20px;
}

#gbLeft {
float:left;
}

#galleryPagination {
	position:relative;
	float:left;
	font-size:14px;
	width:100%;
	text-align:center;
	font-weight:bold;
	
}
#galleryPagination a {
	color:/**{{CSS_ELEMENT:text-color}}**//**{{/CSS_ELEMENT:text-color}}**/;
	
}
#galleryPagination a:hover {
	color:/**{{CSS_ELEMENT:text-color}}**//**{{/CSS_ELEMENT:text-color}}**//**{{CSS_ELEMENT:main-site-color}}**//**{{/CSS_ELEMENT:main-site-color}}**/;
	
}
#galleryPagination strong {
	color:#000000;
	
}
#galleryDescription {
	position:relative;
	float:left;
	left:65px;
	width:770px;
}

