/*
 * Galleria city-map Theme
 * Copyright (c) 2011, city-map Internetmarketing AG
 */

#logo{
	position: relative;
	width: 230px;
	min-height:205px;
    height:auto !important;
    height:205px;
	float: left;
	z-index: 9999;
	margin:12px 0 0 13px;
}
#tscroll {
  position:relative;
  width: 230px;
  float:left;
  height: 20px;
  top:-25px;
  left:10px;
  background: transparent url("../gallery/arrows2.png") no-repeat left top;
  cursor: pointer;
  margin-bottom:-25px;
}

#tscroll.true {
  background-position: left -20px;
}

#galleriaWrapper{
	width:990px; 
	height:370px;
	margin:0 auto;
}

#galleria{
	width:990px; 
	height:370px;
	margin:0;
	padding:0;
	background: url("../gallery/gallery-bg.png") no-repeat scroll left top transparent;
	margin-top:20px;
}
.galleria-container {
    position: relative;
    height: 325px;
    margin:0 auto;
    padding: 10px 0;
    width: 970px;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}
.galleria-stage {
    width:725px;
    height:325px;
    float:right;
    margin-right:10px;
}
.galleria-thumbnails-container {
    position: absolute;
    top: 224px;
    width: 238px;
    height: 109px;
    overflow:hidden;
    left:13px;
}
.galleria-thumbnails{
    max-width: 238px !important;
    height: auto;
}
.galleria-carousel .galleria-thumbnails-list {
    margin:0;
}
.galleria-thumbnails .galleria-image {
    width: 70px;
    height: 50px;
    padding:0;
    margin: 0 9px 8px 0;
    float: left;
    cursor: pointer;
}
.galleria-counter {
    display:none;
}
.galleria-loader {
    background: #fff;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 154px;
    right: 354px;
    z-index: 2;
    display: none;
    background: url('../gallery/cmGalleryLoader.gif') no-repeat 2px 2px;
}
.galleria-info {    
    width:725px;
    float:right;
    margin-right:10px;
}

.galleria-info-text {
    padding:7px 0;
    /* IE7 */ zoom:1;    
}
.galleria-info-title {
    display:none;
}
.galleria-info-description {
   font: bold 11px/16px Verdana,Arial,Sans-Serif;
   margin: 0;
   color: #5b5b5b;
}
.galleria-info-close {
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
    display: none;
}
.galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-info-link {
    display:none;
}
.galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-image-nav {
    position: absolute;
    top:11px;
    right:10px;
    overflow:hidden;
    width: 725px;
    height: 325px;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
    background:transparent url("../gallery/cmGalleryNavigation.png") no-repeat;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
    cursor: pointer;
    width: 62px;
    height: 325px;
    position: absolute;
    left:0px;
    z-index: 2;
    background-position:0 center;
}
.galleria-image-nav-left:hover,
.galleria-image-nav-right:hover {
}

.galleria-image-nav-right {
    left: auto;
    right: 0px;
    background-position: -253px center;
    z-index: 2;
}

.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=20);
    cursor: default;
}
.galleria-thumbnails-container .disabled:hover {
    opacity: 0.2;
    filter: alpha(opacity=20);
    background-color: transparent;
}
