/* $Id: PhotoViewer.css 08.02.13 10:28 michael $ */

#wpPhotoViewer {
  background-color: #000000;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  height: 0;
  opacity: 0;

  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;

}
#wpPhotoViewer.active {

  height: 100%;
  opacity: 1;

  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;

  z-index: 100;
}

#wpPhotoViewer .wpContainer {
  margin: 35px 25px 15px;
  overflow: hidden;
}
#wpPhotoViewer .wpPhoto {
  float: left;
  overflow: hidden;
}
#wpPhotoViewer .wpComments {
  float: left;
  overflow: hidden;
}

#wpPhotoViewer .wpPhotoContentTable,
#wpPhotoViewer .wpCommentsContent {
  overflow: hidden;
}
@media(max-width: 1950px) and (min-width: 470px) and (min-height: 300px){
    #tagger_form{
        top: 310px;
    }
    #lassoMask{
        top: 0;
    }
}
#wpPhotoViewer .wpPhotoContentTable {
  background-color: #0A0A0A;
  border: 1px solid #222222;
  border-collapse: inherit;
}

#wpPhotoViewer .wpPhotoContent {
  text-align: center;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}
#wpPhotoViewer .wpPhotoContent.moving {
  cursor: move;
}

/** Hide */
#wpPhotoViewer .thephoto {
  position: relative;
  display: none;
  opacity: 0;
  -moz-transition: opacity 0.5s ease 0s, transform 0.5s ease 0s, margin-top 0.05s ease 0s, margin-left 0.05s ease 0s;
  -webkit-transition: opacity 0.5s ease 0s, -webkit-transform 0.5s ease 0s, margin-top 0.05s ease 0s, margin-left 0.05s ease 0s;
  transition: opacity 0.5s ease 0s, transform 0.5s ease 0s, margin-top 0.05s ease 0s, margin-left 0.05s ease 0s;

}
/** Show */
#wpPhotoViewer .thephoto.active {

  zoom: 1;
  display:-moz-inline-box;
  -moz-box-orient:vertical;
  display:inline-block;
  _display:inline;
  *display:inline;
  vertical-align: middle;

}
/** Animation */
#wpPhotoViewer .thephoto.fade {
  opacity: 1;
}


#wpPhotoViewer .thephoto .photo_options,
#wpPhotoViewer .thephoto .tag_div,
#wpPhotoViewer .thephoto .tagger_form,
#wpPhotoViewer .thephoto .tag_label {
  line-height: 15px;
}
#wpPhotoViewer .moveElement {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
#wpPhotoViewer.nozoom .thephoto {
  margin-top:0 !important;
  margin-left:0 !important;

  -moz-transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;

}
/*#wpPhotoViewer .thephoto img {*/
  /*vertical-align: middle;*/
  /*max-height: 100%;*/
  /*position: relative;*/
  /*top: 50%;*/
  /*transform: translateY(-50%);*/
  /*-webkit-transform: translateY(-50%);*/
  /*-ms-transform: translateY(-50%);*/

/*}*/


#wpPhotoViewer.nozoom .thephoto img {
  width: auto !important;
  height: auto !important;
}
#wpPhotoViewer.zooming .tag_div {
  display: none !important;
}
#wpPhotoViewer.zooming.nozoom .tag_div {
  display: block !important;
}



#wpPhotoViewer .photo_options {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
}
#wpPhotoViewer .openfull,
#wpPhotoViewer .hidefull {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px 5px 5px 5px;
  color: #FFFFFF;
  font-size: 16px;
  padding: 10px;
  text-decoration: none;

  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);

  -moz-transition: opacity 0.5s, background-color 0.5s;
  -webkit-transition: opacity 0.5s, background-color 0.5s;
  transition: opacity 0.5s, background-color 0.5s;

}
#wpPhotoViewer .thephoto:hover .openfull,
#wpPhotoViewer .thephoto:hover .hidefull {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);

  -moz-transition: opacity 0.5s, background-color 0.5s;
  -webkit-transition: opacity 0.5s, background-color 0.5s;
  transition: opacity 0.5s, background-color 0.5s;
}
#wpPhotoViewer .openfull:hover,
#wpPhotoViewer .hidefull:hover {
  background-color: rgba(0, 0, 0, 0.9);
  text-decoration: none;

  -moz-transition: opacity 0.5s, background-color 0.5s;
  -webkit-transition: opacity 0.5s, background-color 0.5s;
  transition: opacity 0.5s, background-color 0.5s;

}
#wpPhotoViewer .photo_comment {
  height: 100%;
}
#wpPhotoViewer .photo_comment .loading {
  padding-left: 21px;
  background: url("../../../Photoviewer/externals/images/loader16.gif") no-repeat scroll left center transparent;
}

#wpPhotoViewer .hidefull {
 display: none;
}
#wpPhotoViewer .openfull {
  display: block;
}
#wpPhotoViewer.zooming .openfull {
  display: none !important;
}
#wpPhotoViewer.zooming .hidefull {
  display: none !important;
}
#wpPhotoViewer.fullmode .hidefull {
  display: block;
}
#wpPhotoViewer.fullmode .openfull {
  display: none;
}
#wpPhotoViewer.fullmode .wpPhotoContent {

}
#wpPhotoViewer.fullmode .wpContainer {
  margin: 0;
}

#wpPhotoViewer .external-top {
  left: 35px;
  position: absolute;
  top: 3px;

  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);

  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;

}
#wpPhotoViewer .external-top:hover {

  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);

  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;

}
#wpPhotoViewer .external-bottom {
  bottom: 24px;
  position: absolute;
  right: 35px;
  z-index: 17;
}
#wpPhotoViewer .wpTags {
  margin: 10px 0;
}
#wpPhotoViewer .wpTags .tag_info {
  margin-left: 5px;
}

#wpPhotoViewer.slideshow_process .photo_options {
  display: none;
}
#wpPhotoViewer.slideshow_process .wpSlideshow {
  display: block !important;
}
#wpPhotoViewer .wpSlidStart,
#wpPhotoViewer .wpSlidPause,
#wpPhotoViewer .wpSlidRepeat {
  border-right: medium none !important;
  border-radius: 5px 0 0 5px !important;
}
#wpPhotoViewer .wpSlidClose {
  border-radius: 0 5px 5px 0 !important;
}

#wpPhotoViewer.slideshow_process .wpClose {
  display: none;
}


/**
* FULL MODE {
*/

#wpPhotoViewer.fullmode .wpComments,
#wpPhotoViewer.fullmode .wpBar{
  display: none;
}
#wpPhotoViewer.fullmode .wpPhoto {
  width: 100% !important;
}
#wpPhotoViewer.fullmode .wpPhotoContentTable {
  background: transparent;
  border: none;
}
#wpPhotoViewer.fullmode .wpNext,
#wpPhotoViewer.fullmode .wpPrev,
#wpPhotoViewer.fullmode .wpClose {

  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);

  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#wpPhotoViewer.fullmode.mouseActive .wpNext,
#wpPhotoViewer.fullmode.mouseActive .wpPrev,
#wpPhotoViewer.fullmode.mouseActive .wpClose {

  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);

  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#wpPhotoViewer.fullmode .wpClose {
  /*display: none;*/
}

/**
* } FULL MODE
*/




#wpPhotoViewer .wpPhotoList {
  background: none repeat scroll 0 0 #000000;
  bottom: -400px;
  height: 400px;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;

  -moz-transition: bottom 0.2s;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}
#wpPhotoViewer .wpPhotoList.one_col {
  height: 280px;
}
#wpPhotoViewer .wpPhotoList.one_col .photos {
  height: 125px;
  margin: 0 20px;
}
#wpPhotoViewer .wpPhotoList.active {
  bottom:0;
  -moz-transition: bottom 0.2s;
  -webkit-transition: bottom 0.2s;
  transition: bottom 0.2s;
}
#wpPhotoViewer .wpPhotoOptions {
  background: none repeat scroll 0 0 #0A0A0A;
  border-top: 1px solid #222222;
  bottom: 0;
  height: 70px;
  left: 0;
  overflow: hidden;
  position: fixed;
  width: 100%;
}
#wpPhotoViewer .wpPhotoOptions .leftside {
  float: left;
   overflow: hidden;
   padding-left: 15px;
}
#wpPhotoViewer .wpPhotoOptions .leftside > .wpbtn {
  float: left;
  margin-right: 10px;
  margin-top: 20px;
}
#wpPhotoViewer .wpPhotoOptions .leftside .info {
  float: left;
  overflow: hidden;
  padding-left: 15px;
  padding-top: 15px;
}
#wpPhotoViewer .wpPhotoOptions .album_info {
  font-weight: bold;
}
#wpPhotoViewer .wpPhotoOptions .album_title {
  color:#FFF !important;
}

#wpPhotoViewer .wpPhotoOptions .album_title a,
#wpPhotoViewer .wpPhotoOptions .album_title a:active,
#wpPhotoViewer .wpPhotoOptions .album_title a:visited,
#wpPhotoViewer .wpPhotoOptions .album_title a:link {
  color:#FFF !important;
}
#wpPhotoViewer .wpPhotoOptions .album_owner a:hover {
  color:#FFF !important;
  text-decoration: underline;
}

#wpPhotoViewer .wpPhotoOptions .album_owner {
  color:#B3B3B3 !important;
}

#wpPhotoViewer .wpPhotoOptions .album_owner a,
#wpPhotoViewer .wpPhotoOptions .album_owner a:active,
#wpPhotoViewer .wpPhotoOptions .album_owner a:visited,
#wpPhotoViewer .wpPhotoOptions .album_owner a:link,
#wpPhotoViewer .wpPhotoOptions a.actions,
#wpPhotoViewer .wpPhotoOptions a.actions:active,
#wpPhotoViewer .wpPhotoOptions a.actions:link {
  color:#B3B3B3 !important;

  outline:none;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;


}
#wpPhotoViewer .wpPhotoOptions .album_owner a:hover,
#wpPhotoViewer .wpPhotoOptions a.actions:hover {
  color:#B3B3B3 !important;
  text-decoration: underline;
}


#wpPhotoViewer .wpPhotoOptions .count {
  color:#B3B3B3 !important;
  font-size: 9pt;
  margin-top:5px;
}
#wpPhotoViewer .wpPhotoOptions .current {
}
#wpPhotoViewer .wpPhotoOptions .total {

}
#wpPhotoViewer .wpPhotoOptions .rightside {
  float: right;
  margin-right: 20px;
  padding: 20px;
}
#wpPhotoViewer .wpPhotoOptions .rightside  a {
  margin: 0 5px;
}
#wpPhotoViewer .photos a {
  border: 1px solid #222222;
  float: left;
  height: 100px;
  line-height: 100px;
  margin: 5px;
  padding: 5px;
  width: 100px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;

  -moz-transition: border 0.5s;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;

  outline:none;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;



}
#wpPhotoViewer .photos a.active {
  border: 1px solid #CCC;

  -moz-transition: border 0.5s;
  -webkit-transition: border 0.5s;
  transition: border 0.5s;

}

#wpPhotoViewer .photos img {
  line-height: 100px;
  max-height: 100px;
  max-width: 100px;
  vertical-align: middle;
  opacity: 0;
}

#wpPhotoViewer .photos img.loaded {
  opacity: 1;

  -moz-transition: opacity 1s;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}

#wpPhotoViewer .wpPhotoList .title {
  background-color: #333333;
  color: #FFFFFF;
  font-size: 12pt;
  margin-bottom: 20px;
  overflow: hidden;
  padding: 10px 10px 10px 20px;
  height: 20px;
}
#wpPhotoViewer .wpListClose,
#wpPhotoViewer .wpListClose:link,
#wpPhotoViewer .wpListClose:active{
  color: #FFFFFF;
  position: absolute;
  right: 10px;
  top:6px;
  text-decoration: none;
  font-size: 14px;
  margin-top: 3px;
}
#wpPhotoViewer .wpListClose:hover {
  text-decoration: none;
}
#wpPhotoViewer .photos {
  height: 240px;
  margin: 0 30px;
  overflow: auto;

  outline: none;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

}
#wpPhotoViewer .wpCommentsContent {
  padding-left: 10px;
}
#wpPhotoViewer .wpBar {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 16;
}
#wpPhotoViewer.fullmode {
  cursor: none;
}
#wpPhotoViewer.fullmode.mouseActive {
  cursor: auto;
}
#wpPhotoViewer .wpSlideshow {
  bottom: 50px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  text-align: center;
  width: 200px;

  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);

  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#wpPhotoViewer.mouseActive .wpSlideshow {

  opacity: 1;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);

  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
#wpPhotoViewer .wpSlideshow a {
  font-size: 15pt;
  line-height: 50px;
  height: 52px;
  padding: 0 15px;

  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);

}
#wpPhotoViewer .wpSlideshow a:hover {
  -moz-box-shadow: #FFF 1px 0px 10px;
  -webkit-box-shadow: #FFF 1px 0px 10px;
  box-shadow: #FFF 1px 0px 10px;
}
#wpPhotoViewer .wpOver {
  background-color: rgba(0, 0, 0, 0);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 15;

  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;

}


#wpPhotoViewer .wpOver.active {
  background-color: rgba(0, 0, 0, 0.5);

  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;

}
#wpPhotoViewer .layout_page_photoviewer_index_comments {
  background-color: #FFFFFF;
  border: 1px solid transparent;
  height: 100%;
  overflow-y: scroll;
  margin-left: 15px;
}
#wpPhotoViewer .layout_page_photoviewer_index_comments .layout_main {
  padding: 9px;
}

#wpPhotoViewer a.wpClose,
#wpPhotoViewer a.wpClose:active,
#wpPhotoViewer a.wpClose:link {
  color: #FFF;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  text-decoration: none;
  z-index: 14;

  -moz-transition: text-shadow 0.1s;
  -webkit-transition: text-shadow 0.1s;
  transition: text-shadow 0.1s;

  outline:none;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;


}
#wpPhotoViewer a.wpClose:hover {
  text-decoration: none;
  text-shadow: #FFF 0 0 3px;

  -moz-transition: text-shadow 0.1s;
  -webkit-transition: text-shadow 0.1s;
  transition: text-shadow 0.1s;
}


#wpPhotoViewer a.wpNext,
#wpPhotoViewer a.wpNext:active,
#wpPhotoViewer a.wpNext:link {
  color: #FFF;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  width: 25px;
  height: 100%;
  display: block;
  z-index: 14;


  -moz-transition: text-shadow 0.1s;
  -webkit-transition: text-shadow 0.1s;
  transition: text-shadow 0.1s;

  outline:none;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;


}
#wpPhotoViewer a.wpNext:hover {
  text-decoration: none;
  text-shadow: #FFF 0 0 3px;

  -moz-transition: text-shadow 0.1s;
  -webkit-transition: text-shadow 0.1s;
  transition: text-shadow 0.1s;

}

#wpPhotoViewer a.wpPrev,
#wpPhotoViewer a.wpPrev:active,
#wpPhotoViewer a.wpPrev:link {
  color: #FFF;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  width: 25px;
  height: 100%;
  padding-left: 10px;
  display: block;
  z-index: 14;


  -moz-transition: text-shadow 0.1s;
  -webkit-transition: text-shadow 0.1s;
  transition: text-shadow 0.1s;

  outline:none;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;



}
#wpPhotoViewer a.wpPrev:hover {
  text-decoration: none;
  text-shadow: #FFF 0 0 3px;

  -moz-transition: text-shadow 0.1s;
  -webkit-transition: text-shadow 0.1s;
  transition: text-shadow 0.1s;

}

#wpPhotoViewer .owner_info {
  overflow: hidden;
  margin-bottom: 10px;
}
#wpPhotoViewer .owner_info .thumb {
  float: left;
}
#wpPhotoViewer .owner_info .thumb img {
  max-width: 32px;
  max-height: 32px;
}
#wpPhotoViewer .owner_info .poster {
  float: left;
  margin-left: 7px;
}
#wpPhotoViewer .photo_info {
  margin: 10px 0;
}
#wpPhotoViewer .photo_info .photo_title {
  font-weight: bold;
}
#wpPhotoViewer .photo_info .photo_description {
  margin: 5px 0;
}

#wpPhotoViewer .external-options {
  background-color: #0A0A0A;
   border: 1px solid #222222;
   padding: 5px;
   position: absolute;
   width: 180px;
   z-index: 17;
}
#wpPhotoViewer .external-options a,
#wpPhotoViewer .external-options a:link,
#wpPhotoViewer .external-options a:active,
#wpPhotoViewer .external-options a:visited {
  background: none repeat scroll 0 0 #0A0A0A;
   color: #FFFFFF !important;
   display: block;
   padding: 10px;
   text-decoration: none;
   width: 160px;
}
#wpPhotoViewer .external-options i {
  margin-right: 10px;
}
#wpPhotoViewer .external-options a + a {
  border-top: #222222 1px solid;
}
#wpPhotoViewer .external-options a:hover {
  background: #111;
  color:#FFF !important;
  text-decoration: none;
}
/**
Hide standard links Post Comment and Like/Unlike
*/
/**
TODO replace colors to theme's constants
*/

#wpPhotoViewer .comments_options {
  font-size: 0 !important;
  color: transparent !important;
}
#wpPhotoViewer .comments_options span {
  font-size:13px !important;
  color:#777 !important;
}

#wpPhotoViewer .comments_options > a {
  display: none;
}

#wpPhotoViewer .album_timestamp {
  color: #888888;
  font-size: 0.8em;
}
#wpPhotoViewer .tagger_form li {
  margin:0;
  padding:0 5px 5px;
  list-style-type: none;
}
#wpPhotoViewer .tagger_form li.autocompleter-choices img {
  float: left;
  height: 16px !important;
  margin-right: 5px !important;
  width: 16px !important;
}


.hideScroll {
  overflow: hidden;
}


/**
* Browsers compatible fix
*/
#wpPhotoViewer.wpIe7 .wpSlidClose i {
  line-height: 50px;
}


.wpbtn i {
  margin-right: 10px;
}
.wpbtn i.onlyicon {
  margin:0;
}
.wpbtn i.right {
  margin-right: 0;
  margin-left: 10px;
}

.wpbtn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 12px;
  line-height: 18px;
  color: #333333 !important;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
/*
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
*/
/*  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;*/
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.wpbtn:hover,
.wpbtn:active,
.wpbtn.active,
.wpbtn.disabled,
.wpbtn[disabled] {
  color: #333333 !important;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.wpbtn:active,
.wpbtn.active {
  background-color: #cccccc \9;
}

.wpbtn:first-child {
  *margin-left: 0;
}

.wpbtn:hover {
  color: #333333 !important;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.wpbtn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.wpbtn.active,
.wpbtn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.wpbtn.disabled,
.wpbtn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}


.wpbtn-inverse {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #333333, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), to(#222222));
  background-image: -webkit-linear-gradient(top, #333333, #222222);
  background-image: -o-linear-gradient(top, #333333, #222222);
  background-image: linear-gradient(to bottom, #333333, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.wpbtn-inverse:hover,
.wpbtn-inverse:active,
.wpbtn-inverse.active,
.wpbtn-inverse.disabled,
.wpbtn-inverse[disabled] {
  color: #ffffff !important;
  background-color: #222222;
  *background-color: #151515;
}

.wpbtn-inverse:active,
.wpbtn-inverse.active {
  background-color: #080808 \9;
}



.wpbtn-danger {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.wpbtn-danger:hover,
.wpbtn-danger:active,
.wpbtn-danger.active,
.wpbtn-danger.disabled,
.wpbtn-danger[disabled] {
  color: #ffffff !important;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.wpbtn-danger:active,
.wpbtn-danger.active {
  background-color: #942a25 \9;
}


.wpbtn-success {
  color: #ffffff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.wpbtn-success:hover,
.wpbtn-success:active,
.wpbtn-success.active,
.wpbtn-success.disabled,
.wpbtn-success[disabled] {
  color: #ffffff !important;
  background-color: #51a351;
  *background-color: #499249;
}

.wpbtn-success:active,
.wpbtn-success.active {
  background-color: #408140 \9;
}

.moveElement > div:not(.tagger_form), #wpPhotoViewer .moveElement{
  height: 100%;
}

.photo_comment .layout_middle {
    margin: 0;
}

.wpComments .photo_comment .comments {
    width: auto;
}

.photo_comment .comments #comment-form textarea {
    width: 100%;
    max-width: none;
}