*{border: none; color: black;}
#kazanklozet{width: 465px;}
#gcontainer {
 width: 460px; /* да събере div.content width и div.navigation width от gallery.php */
 margin-right: auto;
 margin-left: 0px;
}
div.content {
 /* The display of content is enabled by a javascript generated style on the page.
    This is so that the slideshow content won't display unless javascript is enabled. */
 display: none;
 float:left;
 width: 460px;
}
div.content a, div.navigation a {
 text-decoration: none;
}
div.content  a:focus, div.content  a:hover, div.content  a:active {
}
div.controls {
 margin-top: 3px;
 height: 20px;
}
div.controls a {
 padding: 3px;
}
div.ss-controls {
margin: 0 0 0px 0;

}
div.nav-controls {
margin: 0 0 20px 0px;
 width: 400px;

}

div.loader {
 background-position: center;
 width: 480px;
 height: 350px
}
div.slideshow {
 clear: both; 

}
div.slideshow span.image-wrapper {
 float: left;
 padding-bottom: 12px;

}
div.slideshow a.advance-link {
 padding: 2px;


}
div.slideshow img { 
 border: none;
 display: block;
 
}
div.download {
 float: right;
}
div.embox {
 clear: both;
 padding: 10px;
 margin-right: 5px;
}
div.image-title {
 margin-left: -10px;
 padding-left: 10px;
 background-repeat: no-repeat;
 background-position: left top;
 font-weight: normal;
 font-size: 0.8em;
}
div.image-desc {
 line-height: 1.3em;
 padding-top: 12px;
}
div.navigation {
 /* The navigation style is set by a javascript generated style on the page.
    This is so that the javascript specific styles won't be applied unless javascript is enabled. */
}



ul.thumb
       {
 margin: 0;
 padding: 0;
 width:120px;
border: 1px solid white;
 }

.thumbs
{

  padding:0;
  margin:0;
  overflow:hidden;
  width:136px;
  float:left;


}
ul.thumbs li {
 list-style: none;

}
a.thumb {
 padding: 2px;
 width:120px;
 
}
ul.thumbs li.selected a.thumb
 {

}



a.thumb:focus {
 outline: none;
}
ul.thumb img {
color: black;	
}
div.pagination {
 clear: both;
 margin: 10px 0 0 0px;  
}
div.navigation div.top {
 margin-bottom: 12px;
 height: 11px;
}
div.navigation div.bottom {
 margin-top: 12px;
 
}
div.pagination a, div.pagination span.current {
 display: block;
 float: left;
 margin-right: 2px;
 padding: 4px 7px 2px 7px;

}
div.pagination a:hover {

 text-decoration: none;
 
}
div.pagination span.current {

}

/* Minimal Gallery Styles */
#thumbs-min ul.thumbs li {
 float: none;
 padding: 0;
 margin: 0;
 list-style: none; 
}

#thumbs-min a.thumb {
 padding: 0px;
 width:120px;
 display: block;
 border: none;
 
}



#thumbs-min ul.thumbs li.selected a.thumb {
 background: inherit;

 font-weight: bold;
 width:120px;
}
.pause, .play, .prev, .next {
 color: #ff9900 !important;
 font-size: 12px !important;
 font-weight: bold;
}
.pause:hover, .play:hover, .prev:hover, .next:hover {
 color: #96035d !important;;
}
.next{
 margin-right: 5px;
}