.ph-gallery-big-wrapper-outter {
	overflow: hidden;
}

.ph-gallery-big-wrapper-inner {
	width:100000px;
	margin-left: 0px;
}

 

.ph-gallery-item {
	float:left;
	max-width:660px;
	width:660px;	
}	

.ph-gallery-item-first {

}


.gallery-icon {
  margin: 0 -29px;
}

.with-grid .gallery-icon {
	margin:0;
}

.ph-gallery-item dt  {
	text-align: center;
	background: #909090;
	padding-top: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
}


.ph-gallery-item-hidden {


	
}


.ph-gallery-item-visible {

}




.ph-gallery-navigation,
.ph-gallery-thumbs-navigation {
	position:relative;
	z-index: 99;
}

.ph-gallery-thumbs-navigation a {
	font-size:24px;
}

#ph-gallery-button-backwards {
	position:absolute;
	top:0px;
	left:30px;
	width:200px;
	height: 100px;
	background:url('/wp-content/plugins/gallerista/arrow_prev.png') 0% 40% no-repeat;
	cursor: pointer;
	text-decoration: none;	
	padding-top: 200px;
	padding-bottom: 200px;
}

#ph-gallery-thumbs-button-backwards {
	position:absolute;
	top:0px;
	left:5px;
	width:20px;
	height: 50px;
	cursor: pointer;
	text-decoration: none;	
	padding-top: 5px;
	padding-bottom: 5px;
}

#ph-gallery-thumbs-button-backwards:before {
	content:"<";
}


.with-grid #ph-gallery-button-backwards {
	margin-left:10px;
}

.ph-gallery-button-total {
	padding-left:180px;
}

#ph-gallery-button-forwards {
	display:block;
	position:absolute;
	top:0px;
    right: -10px;
	width:200px;
	height: 100px;
	background:url('/wp-content/plugins/gallerista/arrow_next.png') no-repeat 75% 40%;
	cursor: pointer;
	text-decoration: none;
	padding-right: 30px;
	padding-top: 200px;
	padding-bottom: 200px;
}

#ph-gallery-thumbs-button-forwards {
	display:block;
	position:absolute;
	top:0px;
    right: -25px;
	width:20px;
	height: 50px;
	cursor: pointer;
	text-decoration: none;
	padding-right: 35px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#ph-gallery-thumbs-button-forwards:before {
	content:">";
}


.with-grid #ph-gallery-button-forwards {
	margin-right:10px;
}

.ph-gallery-thumbs {
	
}

.ph-gallery-thumbs a {
	width:50px;
	height:50px;
	overflow: hidden;
	margin-right: 5px;
}

.ph-gallery-thumbs img {
	max-width:50px;
	height:auto;
	overflow: hidden;
	margin-right: 5px;
	padding-bottom:4px;
}

.ph-gallery-thumbs-active img {
	border:4px solid gray;
	max-width:58px;
	padding-bottom: 0px;
}


.ph-gallery-thumbs-slider-outer {
	width:90%;
	overflow:hidden;
	margin:auto;
}

.ph-gallery-thumbs-slider {
	width:100000px;
	margin-left: 0px;
}

 
.gallery-caption,
.gallery-caption span {
  text-align: left;
  margin-bottom: 2em;
	font-size:14px;
}


.gallery-caption .wp-credits {
	color:#8e8c8a;
}

.ph-gallery-caption {
	margin-top:1em;
}

.with-grid .gallery-caption {
  margin-left:10px;
  margin-right:10px;
  margin-top:20px;
}

.with-grid .ph-teaser-gallery h3 {
	margin-left:10px;
}

.with-grid .gallery {
	margin-top:-22px;
}