@import url(../../tooltip/css/tooltip.css);

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;} 
 
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */ 


.gallery {
	text-align: center;

}

.gallery .gcontent {
	background-color:#af9255;
	background-image:url(../../../../../images/gallery.jpg);
	background-repeat:no-repeat;
	padding-top:0px;
}

.gallery .glist {
	/*margin: 5px 0 0 0;*/
	
}

.gallery .glist_before {
	margin: 0 0 5px 0;
}
.gallery .glist_after {
	margin: 5px 0 0 0;
}


.gallery .glist .gleft,
.gallery .glist .gright {
	width: 25px;
	height: 100%;
}

.gallery .glist .gleft a,
.gallery .glist .gright a {
	background-repeat: no-repeat;
	background-position: left center;
	height: 68px;
	cursor: pointer;
	outline-style: none;
}

.gallery .glist .gleft {
	float:left;
	left: 0px;
}
.gallery .glist .gleft a {
	display: block;
	height: 70px;
	background-image:url(../../../../../images/gallery_left.gif);

}
.gallery .glist .gleft a:hover {
	background-image:url(../../../../../images/gallery_left_hover.gif);
}
.gallery .glist .gright {
	float: right;
	clear: right;
	right: 0px;
}
.gallery .glist .gright a {
	display: block;
	height: 70px;
	background-image:url(../../../../../images/gallery_right.gif);
}
.gallery .glist .gright a:hover {
	background-image:url(../../../../../images/gallery_right_hover.gif);
}
.gallery .glist .gthumbs {
	float:left;
	height: 70px;
	overflow: hidden;
	padding: 0;
	margin: 0;
	white-space: nowrap !important;
	text-align: left;
}

/* the height here should be .thumbs height - (margin top + margin bottom) */
.gallery .glist .gthumbs div {
background-color:#FFF;
	overflow: hidden;
	margin: 4px;
	border: 1px solid #996633;
	width: 62px;
	height: 62px;;
	text-align: center;
}
.gallery .glist .gthumbs div.hover {
	border: 1px solid #FFF;
	margin: 4px;
	cursor: pointer;
}
.gallery .glist .gthumbs div.viewing {
	border: 3px solid #996633;
	margin: 2px;
}
.gallery .glist .gthumbs img {
	margin-top: 4px;
}
.big_image_loading {
	background-image: url(../img/indicator.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
