@import url("/mods/galery/slideshow/css/layout.css");
@import url("/mods/galery/slideshow/css/jd.gallery.css");
/* Slideshow style
----------------------------------------------- */
.GalImg {
border:solid #fff;
border-width:8px 4px;
margin:0;
}

.GalText {
text-align:justify;
font-weight:400;
line-height:1em;
}

/* misc
----------------------------------------------- */
.section {
display:block;
overflow:hidden;
margin:0;
padding:0;
}

#content .section img {
border:#fff 0 solid;
}

#content .section a img {
border:#fff 0 solid;
background:url(/img/bgthumb.jpg) #aab67d 0 0 repeat-x;
}

#content .section a img:hover {
border:#ccc 0 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:700;
float:left;
width:100%;
margin:20px 0 0;
padding:5px 5px 5px 0;
}

.back_href a {
font-weight:700;
padding:5px 5px 5px 0;
}

.back_href a:hover {
font-weight:700;
}

#back_href_title {
color:#fff;
font-size:120%;
padding:5px;
}

.slide_href {
display:block;
float:left;
width:100%;
margin:20px 0 0;
}

.slide_href a {
display:block;
color:#43492e;
font-weight:600;
text-align:center;
border:solid #9eaa71;
background-color:#9eaa71;
width:220px;
border-width:0;
padding:5px 10px;
}

.slide_href a:hover {
background-color:#aab67d;
}

#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: absolute;
right:200px;
top:8px;
float:right;
cursor: pointer;
}
.toggleSoundOn {
color:#fff;
display:block;
padding-left:20px;
background:url(/img/onoff.png) 0 0px no-repeat;
}
.toggleSoundOff {
color:#ccc;
display:block;
padding-left:20px;
background:url(/img/onoff.png) 0 -16px no-repeat;
}

div#backtogal {
display:block;
background-color:#fff;
font-size:1.6em;
width:160px;
height:28px;
position:relative;
left:0;
top:0;
margin: 0px 0px 2px 180px;
}
div#backtogal a {
display:block;
text-align:center;
}
div#backtogal a:hover {
color:#ccc;
}