/* galerijas inline */

.gallery-list-inline-item{
    float:left;
    width:160px;
    position: relative;
    padding:5px;
    margin:5px;
}
.gallery-list-inline-item img{
}
.gallery-list-inline-item .galeryimage {
    width:160px;
    text-align:center;
}

.gallery-list-inline-item .gallerytitle{
    width:160px;
    padding:2px 0px;

}
.gallery-list-inline-item .gallerytitle div{
    text-align:left;
    margin: 0px;
    font-size:11px;
}
.gallery-list-inline-item .gallerytitle a{
    color:#000;
}
.gallery-list-inline-item .gallerytitle a:hover{
    color: #555555;
}
.gallery-list-inline-item .gallerytitle div span.gallery-image-count{
    font-size:11px;
    padding:0px;
    margin:0px;
    text-align:right;
    float:right;
}

/* galerijas list */

.gallery-list-item{
    position: relative;
    padding:0;
    margin:10px 0;
    background:#f3f2f2;
}
.gallery-list-item img.gallery-list_item-mage{

}
.gallery-list-item .galeryimage {
    width:216px;
    padding-top:0px;
    padding:0px;
    float:left;
    text-align:center;
    border: 4px solid #d8d7d7;
}

.gallery-list-item .gallerytitle-bg{
    width:216px;
    height:40px;
    background: #d8d7d7;;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    position: absolute;
    bottom:4px;
    left:4px;
}
.gallery-list-item .gallerytitle-bg div{
    text-align:left;
    color: #fff;
    font-weight: bold;
    margin: 0px;
    font-size:11px;
    position:relative;
}
.gallery-list-item .gallerytitle-bg div a{
    color:#000;
    display:block;
    height:30px;
    padding: 5px;
}
.gallery-list-item .gallerytitle-bg div a:hover{
    color: #000;
}
.gallery-list-item .gallerytitle-bg div span.gallery-image-count{
    position:absolute;
    right:5px;
    bottom:5px;
    font-size:11px;
    padding:0px;
    margin:0px;
    color:#000000;
}

.gallery-list-item .gallery-list-item-title a{
  float:left;
  font-size:14px;
  padding:5px 20px;
  width:449px;
  text-decoration: none;
}
.gallery-list-item .gallery-list-item-descr{
  float:left;
  font-size:12px;
  padding:10px 0 5px 20px;
}

/* gallery with slider */
.nextimage a{
  display: block;
  height:100%;
}

.nextimage a:hover{
  background: url("/images/g_right_arrow.gif") no-repeat right center;
  cursor: pointer;
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.previmage a{
  display: block;
  height:100%;
}
.previmage a:hover{
  background: url("/images/g_left_arrow.gif") no-repeat left center;
  cursor: pointer;
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
}
.gallery_wrap_overlay{
  background: #E4E4E4;
  filter:alpha(opacity=60);
  -moz-opacity:0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  z-index:9999;
}

.waitingforimage{
  background: #F4F4F4 url("/images/loader_question.gif") no-repeat center;
  height:420px;
  cursor: wait;
  filter:alpha(opacity=50);
  -moz-opacity:0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}
.gallery_image_numbering{
  text-align: right;
  height:15px;
  padding:0 30px 10px 0;
}

/* galerijas beigas*/




#galleryslider{
    height: 59px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
#galleryslider ul{
 margin:0px;padding:0px;
 list-style-type: none;
}
#galleryslider ul, #galleryslider ul li{
	margin:0;
	padding:0;
	list-style:none;
    list-style-type: none;
    border: 0px solid #993300;
	}
#galleryslider li{
	height:60px;
    border:0px solid #993300;
	overflow:hidden;
	}
#galleryslider li a{
	font-weight:normal;
    margin:0px;
    padding:0px;
    font-size:11px;
}
#galleryslider li a img{
    border:none;
}
#galleryslider li .galslideimage{
  float: left;
  margin-left:5px;
  margin-top:3px;
}

/* gallery with slider end */


#left_gallery_arrow, #right_gallery_arrow{
  width:20px;
  float:left;
  height:55px;
  margin-top:1px;
}
#right_gallery_arrow{
  right:-20px;
}

#left_gallery_arrow a, #right_gallery_arrow a{
  display:block;
  height:55px;
  width:20px;
  background: #DDDDDD url("/images/layout/gallery/gallery-arrow-left.png") no-repeat center;
}
#right_gallery_arrow a{
  background: #DDDDDD url("/images/layout/gallery/gallery-arrow-right.png") no-repeat center;
}
#left_gallery_arrow a:hover, #right_gallery_arrow a:hover{
  text-decoration:none;
  background: #D4D4D4 url("/images/layout/gallery/gallery-arrow-left.png") no-repeat center;
}
#right_gallery_arrow a:hover{
  background: #D4D4D4 url("/images/layout/gallery/gallery-arrow-right.png") no-repeat center;
}


