/* SIDEWAYS GALLERY STYLES */

.photopress-gallery-sideways-frame .gallery-icon {
	margin: 0;
}
		
.photopress-gallery-sideways-frame {

    overflow: hidden;
}

.photopress-gallery-sideways-frame ul {
    /*font-size: 50px;*/
    height: 100%;
    list-style: none outside none;
    margin: 0px 0px 0px 0px;
    padding: 0;
}

.photopress-gallery-sideways-frame ul li {
    background: none repeat scroll 0 0 #333333;
    color: #DDDDDD;
    cursor: pointer;
    float: left;
    height: 100%;
    margin: 0 15px 0 0; /* spacing between items */
    padding: 0;
    text-align: center;
    list-style: none outside none;
    /* width: 227px;  not necessary */
}

.photopress-gallery-sideways-frame ul li.active {
    background: none repeat scroll 0 0 #A03232;
    color: #FFFFFF;
}
.photopress-gallery-sideways-scrollbar {
    background: none repeat scroll 0 0 #CCCCCC;
    height: 12px;
    line-height: 0;
    margin: 10px 0 1em;
}
.photopress-gallery-sideways-scrollbar .handle {
    background: none repeat scroll 0 0 #292A33;
    cursor: pointer;
    height: 100%;
    width: 100px;
}
.photopress-gallery-sideways-scrollbar .handle .mousearea {
    height: 20px;
    left: 0;
    position: absolute;
    top: -9px;
    width: 100%;
}
.photopress-gallery-sideways-pages {
    list-style: none outside none;
    margin: 20px 0;
    padding: 0;
    text-align: center;
}
.photopress-gallery-sideways-pages li {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    cursor: pointer;
    display: inline-block;
    height: 14px;
    margin: 0 4px;
    overflow: hidden;
    text-indent: -999px;
    width: 14px;
}
.photopress-gallery-sideways-pages li:hover {
    background: none repeat scroll 0 0 #AAAAAA;
}
.photopress-gallery-sideways-pages li.active {
    background: none repeat scroll 0 0 #666666;
}
.photopress-gallery-container .controls {
    margin: 25px 0;
    text-align: center;
}

.photopress-gallery-container .btn-group { position: relative; display: inline-block; *display: inline; *margin-left: .3em; font-size: 0; white-space: nowrap; vertical-align: middle; *zoom: 1; }
/* Buttons */
.photopress-gallery-container .btn {
	position: relative;
	display: inline-block;
	*display: inline;
	padding: 4px 12px;
	margin-bottom: 0;
	*margin-left: .3em;
	line-height: 30px;
	color: #333333;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom-width: 2px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.15);
	*zoom: 1;
}

.photopress-gallery-container .btn:hover, .photopress-gallery-container .btn:active, .photopress-gallery-container .btn.active, .photopress-gallery-container .btn.disabled, .photopress-gallery-container .btn[disabled] { color: #333; background-color: #f5f5f5; }

.photopress-gallery-container .btn:first-child { *margin-left: 0; }

.photopress-gallery-container .btn:hover { color: #333; text-decoration: none; }
.photopress-gallery-container .btn:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.photopress-gallery-container .btn.active, .photopress-gallery-container .btn:active, .photopress-gallery-container .btn-group.open .btn { outline: 0; top: 1px; border-top-width: 2px; border-bottom-width: 1px; border-top-color: rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 60px 0 rgba(0,0,0,.1); -moz-box-shadow: inset 0 60px 0 rgba(0,0,0,.1); box-shadow: inset 0 60px 0 rgba(0,0,0,.1);
}
.photopress-gallery-container .btn .disabled, .photopress-gallery-container .btn[disabled] { cursor: default; background-image: none; opacity: 0.65; filter: alpha(opacity=65); }


/* Gallery Captions */

.photopress-gallery-container .gallery-item {
  position: relative;
}

.photopress-gallery-container .gallery-item span {
  display: none;
  position: absolute;
  bottom: 0;
  left:0; right:0; bottom:0;
  padding: ;
  background: rgba(0,0,0,.7);
  min-height: 30px;
  border:0px;
}

.photopress-gallery-container .gallery-item:hover span {

  display: block;
}