.galleria-container {
    position: relative;
    height:520px;
   width:723px;
   overflow:hidden;
}

.galleria-container img 
{
	vertical-align:top;
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.galleria-stage {
    position: relative;
	width:532px;
  height:327px;
/*     overflow: hidden; zoom: 1; */
/*     background:#fff; */
    padding:0 95px;
}

.galleria-stage .galleria-image 
{
/* 	position:relative; */

	width:532px;
	height:327px;
	border:solid 8px #295402;
}

.galleria-loader {
}

.galleria-counter {
}

.galleria-image-nav 
{
	position:absolute;
	top:0;
	left:0;
	z-index:250;
	width:723px;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
}    
.galleria-image-nav-right {
}
.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover {
}

.galleria-image-nav-left
{
    background:url(/img/bt_prev.png) center center no-repeat;
	position:absolute !important;
	top:128px;
	left:65px;
	z-index:300;

    cursor: pointer;
    width: 30px;
    height: 80px; 
/*    float: left;  */
    display: inline; 
  color:#fff;
}



.galleria-image-nav-right {
    cursor: pointer;
    width: 30px;
    height: 80px; 
  
    display: inline; 
	position:absolute;
	top:128px;
	right:50px;
	z-index:250;
   
background:url(/img/bt_next.png) center center no-repeat;
  color:#fff;
 
    

}

.galleria-thumbnails-container .disabled
{
	background:none;
	cursor: default;
}

.galleria-thumb-nav-left:hover,
.galleria-thumb-nav-right:hover 
{
}

.galleria-carousel .galleria-thumbnails-list {

position:relative;
	height:120px;
	display: block; 
	margin-right:6px;
	clear:both;
}
.galleria-carousel {}
.galleria-thumbnails{
	width:723px;
	height:140px;

	clear:both;}
	
.galleria-thumbnails .galleria-image {
    width: 200px;
    height: 120px;
    margin: 0 5px 10px 0;
    float: left;
    cursor: pointer;
}
.galleria-thumbnails-container .disabled:hover {
}
.galleria-info-title {
}
.galleria-info-description {
}
.galleria-info-title+.galleria-info-description {
}

.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
}

 
 .galleria-thumbnails-container{
	position:absolute;
	bottom:0;
	left:0;

	background:url(/img/fond_nav.png) top left repeat-y;
	overflow:visible;
	zoom:1;
	white-space:nowrap;
	height:125px;
	width:623px;
	z-index:100;
	padding:10px 50px 5px 50px;
	
}