/* Gallery */
.tribe-gallery {
	margin-left: 0;
	padding-left: 0;
	overflow: hidden;
	background: #000;
	position: relative;
}
.tribe-gallery ol {
	margin: 0;
	padding: 0;
}
.tribe-gallery li {
	overflow: hidden;
	margin:0 !important;
	padding:0 !important;
}
.tribe-gallery img {
	border: 0 none;
	padding: 0;
	margin: 0 auto !important;
	float: none;
	vertical-align:middle;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius:0;
	/* 	for IE */
	display: block;
	width: auto;
	height: auto;
}
.tribe-gallery-controls{
	position: absolute;
	z-index: 1180;
	bottom: 0;
	left: 0;
	background: #000;
	background: rgba(0,0,0,.5);
	width: 100%;
	padding: 5px 0 10px;
}

.infobar{
	padding: 0px 10px;
	color:#fff;
	font-size:.9em;
}

.infobar .toggle{
	background: url(img/gallery-toggle-arrow2.png) no-repeat left top;
	float:right;
	width:51px;
	height:10px;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
	margin-top:7px;
}
.infobar .toggled{
	background-position: right top !important;
	width:47px;
}
.tribe-gallery-nav {
	width: 6000px;
	position: relative;
	left: 0;
	z-index: 1120;
}
.tribe-gallery-nav-inner img {
	float: left;
}
.tribe-gallery-nav-inner {
	margin: 5px 10px;
	overflow: hidden;
	height: 50px;
}
.tribe-gallery-loading {
	position: absolute;
	left: 30px;
	top: 5px;
	height: 50px;
	width: 50px;
	margin: 0;
	background: url(img/gallery-loader.gif) no-repeat center center;
}
.tribe-gallery .loader span {
	display: none;
}
.tribe-gallery a.nav {
	cursor:pointer;
	display:block;
	height:100%;
	left:5px;
	position:absolute;
	text-indent:-9999px;
	width:30%;
	background:url("img/transparent.png") no-repeat; /*IE Fix*/
	top:0;
}
a.tribe-gallery-next {
	left:auto !important;
	right: 5px;
	z-index:1150;
}
a.tribe-gallery-next:hover{
	background:url("img/gallery-nav-arrows-right.png") no-repeat scroll right center transparent !important;
}

a.tribe-gallery-prev {
	left: 5px;
	right: auto;
	z-index:1151;
}
a.tribe-gallery-prev:hover{

	background:url("img/gallery-nav-arrows-left.png") no-repeat scroll left center transparent !important;
}

.tribe-gallery-nav a {
	float: left;
	margin-right: 15px;
	opacity: .3;
}
.tribe-gallery-nav img {
	border: 1px solid #ddd;
	width: 48px;
	height: 48px;
}
.tribe-gallery-nav a.activeSlide {
	opacity: 1;
}
.tribe-gallery-nav a:hover {
	opacity: .75;
}
.tribe-gallery-meta {
	background: #f0f0f0;
	padding: 15px;
	margin: 0 0 25px;
	border: 1px dotted #bababa;
	border-width: 0 1px 1px;
}
.tribe-gallery-meta .count {
	float: right;
}

.infobar .count{
	margin-right:5px;
	color:#fff;
}

.tribe-gallery-caption {
	line-height: 18px;
	margin: 6px 0 12px 5px;
	color:#fff;
}

.tribe-gallery .caption {
	position: absolute;
	top: 0;
	right: 0;
	background: #000;
	background: rgba(17,17,17,.7);
	font: 10px/1 'Helvetica Neue',Arial,Helvetica,FreeSans,sans-serif;
	color: #fff;
	padding: 3px 5px;
	display: inline;
}

#ImageBoxOverlay
{
	background-color: #000;
	z-index:2000;
}

.close{
	background: url(img/close.png) no-repeat left top;
	width:27px;
	height:27px;
	display: block;
}
#ImageBoxCaption
{
	background-color: #F4F4EC;
}
#ImageBoxOuterContainer{

	z-index:2020;
}
#ImageBoxContainer
{
	width: 250px;
	height: 250px;
	background-color: #F4F4EC;
	z-index:2040;
}
#ImageBoxCaptionText
{
	font-weight: bold;
	padding-bottom: 5px;
	font-size: 13px;
	color: #000;
}
#ImageBoxCaptionImages
{
	margin: 0;
}
#ImageBoxNextImage
{
/*	background-image: url(images/spacer.gif); */
	background-color: transparent;
}
#ImageBoxPrevImage
{
/*	background-image: url(images/spacer.gif); */
	background-color: transparent;
}

.tribe-gallery-slider .tribe-gallery-meta, .tribe-gallery-slider .tribe-gallery-controls, .tribe-gallery-slider .nav, .hide{
	display:none !important;
}
