@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 {
	border:none;
	background:#fff;
}

.gallery .glist {
	margin-top:10px;
}

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


.gallery .glist .gleft,
.gallery .glist .gright {
	width: 12px;

}

.gallery .glist .gleft a,
.gallery .glist .gright a {
	background-repeat: no-repeat;
	background-position: left center;
	height: 68px;
	cursor: pointer;
	outline-style: none;
	margin-top:4px;
}
.gallery .glist .gleft {
	float:left;
	left: 0px;
	border:none;
	width:12px;
}
.gallery .glist .gleft a {
	display: block;
	height: 56px;
	background:#fff url(../img/left.png) center no-repeat;
	
}
.gallery .glist .gleft a:hover {
	
	background:#c6d8e4 url(../img/left.png) center no-repeat;
}
.gallery .glist .gright {
	float: right;
	right: 0px;
	border:none;
	width:12px;
}
.gallery .glist .gright a {
	display: block;
	height: 56px;
	background:#fff url(../img/right.png) center no-repeat;
}
.gallery .glist .gright a:hover {
	background:#c6d8e4 url(../img/right.png) center no-repeat;
}
.gallery .glist .gthumbs {
	border-top:none;
	border:none;
	float:left;
	height: 65px;
	overflow: hidden;
	padding:0px;
	margin: 0;
	white-space: normal !important;
	text-align: left;
	margin-bottom:20px;
	}

/* the height here should be .thumbs height - (margin top + margin bottom) */
.gallery .glist .gthumbs div {
	overflow: hidden;
	margin:4px auto;
	border:none;
	width: 56px;
	height: 50px;
	text-align: center;
	padding:3px;
}
.gallery .glist .gthumbs div.hover {
	background:#c6d8e4;
	margin:4px auto;
	cursor: pointer;
}
.gallery .glist .gthumbs div.viewing {
	background:#ddd;
	margin:4px auto;
}
.gallery .glist .gthumbs img {
	margin:4px auto;
}
.big_image_loading {
	background-image: url(../img/indicator.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

