.b-galleryrow{
  clear: both;
  list-style: none;
  padding:0;
  margin:0;
}

.b-galleryrow li{
  float: left;
  list-style: none;
  padding:0;
  width:170px;
  padding:10px;
  height:100px;
  overflow: hidden;
  background:#333333;
  margin:0 10px 20px 0;
  cursor:pointer;
}

.b-galleryrow2 img.pk{
  cursor: pointer;
}

.b-galleryrow div{
  width:170px;
  height:30px;
  padding:5px 0 5px 0;
  overflow: hidden;
}

.b-galleryrow .divimg{
  width:170px;
  height:100px;
  overflow: hidden;
}

.b-galleryrow img.pi{
  width:170px;
  height:80px;
}

.b-bigpgalleryphoto{
  display:none;
  position:absolute;
  z-index:5001;
}

#writebox_background{
  display:none;
  position:absolute;
  z-index:5000;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  filter:alpha(opacity=80);
  -moz-opacity:.80;
  opacity:.80;
  background:#000000;
}


.b-managgallery {
	position: fixed;
    z-index: 5002;
	min-height: 44px;
	min-width: 999px;
	width: 100%;
	bottom: 0;
	left: 0;
    text-align:right;
    display:none;
}
/*
.b-managgallery .arrows{
    float:right;
    text-align:center;
    margin:0 5px 7px 0 0;
    padding:5px;
    width:150px;
}
*/
.b-managgallery .button{
    float:right;
    text-align:center;
    margin:0 5px 7px 0 0;
    padding:5px;
    width:150px;
   -moz-border-radius: 15px;
   border-radius: 15px;
  background:#000000;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, top, bottom, from(#333333), to(#000000));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(bottom, #333333, #000000);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(bottom, #333333, #000000);
  /* IE 10 */
  background: -ms-linear-gradient(bottom, #333333, #000000);
  /* Opera 11.10+ */
  background: -o-linear-gradient(bottom, #333333, #000000);
  color:#ffffff;
  font-size:14px;
  cursor: pointer;
}

.b-managgallery .button b{
  font-size:18px;
  font-weight:bold;
  color:#ffffff;
}

.b-managgallery .button i{
  font-size:14px;
  font-weight:bold;
  font-style: normal;
  letter-spacing:3px;
}
.b-managgallery br{
  clear: both;
}

.b-managgallery .arrows{
    float:right;
    text-align:center;
    margin:0 5px 7px 0 0;
    padding:5px;
    width:160px;
    list-style:none;
    color:#ffffff;
}
.b-managgallery .arrows li{
  float:left;
  margin:0 10px 0 10px;
  list-style:none;
  cursor:pointer;
}
.b-managgallery .arrows li img{
  vertical-align: middle;
  margin:-3px 0 0 0;
}

