/********************************************************************************************************
	created by:		ICSurselva AG	http://www.icsurselva.ch
	project:		prohelvetia
	date:			january/2009, ann
	version:		4.1
	file:			gallery.css
	function:		smooth-gallery-styles  
********************************************************************************************************/

/*seitenansicht, Rahmen*/
div#content .content .jdGallery.myGallery {
    border: none;
    display: none;
   height: 280px;
   /* width: 495px;*/
    z-index: 5;
	padding: 0;
}


/*Bild-HG*/
div#content .content .jdGallery .slideElement {
    background-color:#FFFFFF;
	background-position:left 30px;
    /*width:355px;*/
}



/*thumbnails-Button*/
div#content .jdGallery a.carouselBtn {
	background:#FFFFFF;
	color:#000000;
	font-size:10px;
	right:0;
}

/*thumbnails-HG*/
div#content .jdGallery .carousel {
background:#FFFFFF;
}
/*thumbnails-HG für jedes Bild*/
div#content .jdGallery .carousel .carouselInner .thumbnail {
background:#666666;
}

/*thumbnails-Zahl*/
div#content .jdGallery .carousel .label .number {
   font-size:10px;
   color:#000000;
}


div#lbOverlay {
background:#FFFFFF;
}

div#lbCenter{
background:#FFFFFF;
border:none;
}

div#lbBottom {
padding-bottom:10px;
font-family:Arial, Helvetica, sans-serif;
color:#000000;
background:#FFFFFF;
background-color:#FFFFFF;
border:none;
}


* html div#lbBottom {
padding:10px;
border-bottom:none;
border-left:none;
border-right:none;
}

* html div#lbCenter {
border-right:none;
border-top:none;
border-left:none;
}



/*Pfeile*/
div#content .jdGallery a.right { 
	background: url(/fileadmin/templates/prohelvetia/html/img/to-right.gif) no-repeat bottom right; 
	height:84%;
}

div#content .jdGallery a.left { 
	background: url(/fileadmin/templates/prohelvetia/html/img/to-left.gif) no-repeat bottom left;
	height:84%;
}


body #rglbPrevLink:hover{ 
	background: url(/fileadmin/templates/prohelvetia/html/img/to-leftgr.gif) no-repeat center left; 
}

body #rglbNextLink:hover {
    background: url(/fileadmin/templates/prohelvetia/html/img/to-rightgr.gif) no-repeat center right; 
	}

body a #rglbPrevLink:hover{ 
	background: url(/fileadmin/templates/prohelvetia/html/img/to-leftgr.gif) no-repeat center left; 
}

body a #rglbNextLink:hover {
    background: url(/fileadmin/templates/prohelvetia/html/img/to-rightgr.gif) no-repeat center right; 
	}





body #rglbCloseLink{
    background: url(/fileadmin/templates/prohelvetia/html/img/schliessen.gif) no-repeat bottom right; 
	}

/*Vergrösserung*/
div#content .jdGallery a.open:hover {
background:transparent url(/fileadmin/templates/prohelvetia/html/img/oeffnen.gif) no-repeat scroll bottom center;
height:84%;
}

body div#rglbOverlay {
background-color:#FFFFFF;	
}

body div#rglbCenter, body div#rglbBottom {
background-color:#FFFFFF;
border:none;
}

/*------------------------------smooth gallery-----------------------------------------*/