/* Slideshow style
----------------------------------------------- */
@import url("/mods/galery/slideshow/css/layout.css");
@import url("/mods/galery/slideshow/css/jd.gallery.css");

.GalImg {
  margin: 0;
  border: solid #fff;
  border-width: 8px 4px 8px 4px;
}
.GalText {
  text-align: justify;
  font-weight: normal;
  line-height: 1em;
}
/* misc
----------------------------------------------- */
.section{
	display: block;
	margin: 0px;
	padding: 0px;
    overflow: hidden;
	}
/*#content .section img {
 border: #fff 0px solid;
}
#content .section a img {
 border: #fff 0px solid;
 background: url(/img/bgthumb.jpg) #aab67d 0 0px repeat-x;
}
#content .section a img:hover{
 border: #ccc 0px solid;
 background: url(/img/bgthumb.jpg) #cfdfa1 0 -140px repeat-x;
}*/
.caption { 
    font-size: 0.9em; 
	padding-top: 0.2em ;	
	}

.back_href { 
  display: block;
  font-weight: bold;
  margin: 20px 0 0px 0;
  padding: 5px 5px 5px 0px;
  float: left;
  width: 100%;
}
.back_href a { 
  font-weight: bold;
  padding: 5px 5px 5px 0px;
}
.back_href a:hover {
  font-weight: bold;
}
#back_href_title { 
  color: #fff;
  font-size: 120%;
  padding: 5px 5px 5px 5px;
}

.slide_href { 
  display: block;
  margin: 20px 0 0px 0;
  float: left;
  width: 100%;
}
.slide_href a { 
  display: block;
  color: #999;
  font-weight: 600;
  text-align: center;
  padding: 5px 10px 5px 10px;
  border: solid #9eaa71;
  border-width: 0px 0px 0px 0px;
  background-color: #eee;
  width: 220px;
  }
.slide_href a:hover {
  color: #444;
  background-color: #ccc;
}

#soundContainer {
	position: absolute;
	left: -256px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#soundOff, #soundOn {
	display: none;
	position: absolute;
	width: 128px;
	height: 128px;
	left: 50%;
	top: 50%;
	margin-left: -64px;
	margin-top: -64px;
	z-index: 999999;
}
#soundOff {
	background: url(/img/mel.sound.png) no-repeat left;
}
#soundOn {
	background: url(/img/mel.sound.png) no-repeat right;
}

#toggleSound {
    display: block;
	position: relative;
	right: 0px;
	top:0px;
        margin: 0px 0px 2px 640px;
}
div#backtogal {
    display: block;
	background: url(/img/back.gif) no-repeat right;
        font-size: 1.6em;
        width: 160px;
        height: 28px;
	position: absolute;
	left: 0px;
	top: 0px;
        margin: 0px 0px 2px 180px;
}
  div#backtogal a {
        display: block;
        text-align: center;
  }
