/*
 Image gallery styles
 v 2.0.2
*/

.prImageLibrary {
  /*width: 500px;*/
  margin: 0 auto;
}

.galleryLoading {
  background: url(/images/loading.gif) no-repeat 50% 0;
  text-align:center;
  padding: 110px 0px 0px 0px;
  height:300px;
  margin-top: 10px;
}


/* index list */
.photoRow {
  clear: left;
  padding-bottom: 1px;
}
.photo_item {
  float: left;
  _display: inline; /* IE6 fix */
  margin: 0px 27px 20px 0;
  width: 145px;
  color: #808284;
}
.photoRow .last {
  margin-right: 0 !important;
}
.photo_item .img_title {
  margin: 5px 0 0;
}
.photo_item .img_subtitle {
  font-size: 9px;
}



/* Album bar */
.albumBar {
  padding: 0 26px;
  zoom: 1;
  height: 57px;
  position: relative;
}
.albumBar .prev, 
.albumBar .next {
  width: 25px;
  font-size: 9px;
  height: 100%;
  position: absolute;
  top: 0;
}
.albumBar .prev {
  left: 0;
  border-right: 1px solid #fff;
}
.albumBar .next {
  right: 0;
  _left: -26px; /* IE6 */
  _margin-left: 100%; /* IE6 */
  border-left: 1px solid #fff;
}
.albumBar .prev a, .albumBar .next a {
  color: #fff;
  background: #ccc url(../images/prgl_icons.png) no-repeat -1000px;
  display: block;
  width: 100%;
  height: 100%;
}
.albumBar .prev a:hover, .albumBar .next a:hover {
  background-color: #a3a3a3;
}
.albumBar .prev a { background-position: 10px -125px; }
.albumBar .next a { background-position: -20px -175px; }
.albumBar .prev span, .albumBar .next span {
  display: none;
}

/* Album list */
#albumListView {
  display: none; /* init state */
}
#albumList {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  background: #e6e6e6;
}
#albumList ul {
  width: 10000px;  /* default width */
  position: relative;
  background: #e6e6e6;
}
#albumList li {
  float: left;
  border-right: 1px solid #fff;
  overflow: hidden;
  position: relative;
  min-width: 30px;  /* min element width for trail effect */
  zoom: 1;
  background: #fff;
  height: 57px;
  cursor: pointer;
}
#albumList li,
#albumList .albumImage img { width: 83px; }

#albumList li.last { border: none;}
#albumList li.width-test { width: auto !important; }
#albumList a {
  outline: none;
}
#albumList h2, #albumList .albumInfo {
  display: none;
}
#albumList .albumImage {
  float: none;
  margin: 0;
}
#albumList .albumImage img {
  opacity: .60;
  filter: alpha(opacity=60); 
}
#albumList li.gl-hover .albumImage img,
#albumList li.gl-active .albumImage img{
  opacity: 1;
  filter: alpha(opacity=100); 
}
#albumList .glTrail-1 .albumImage img{
  opacity: .8;
  filter: alpha(opacity=80); 
}
#albumList .glTrail-2 .albumImage img{
  opacity: .6;
  filter: alpha(opacity=60); 
}
#albumList .glTrail-3 .albumImage img{
  opacity: .4;
  filter: alpha(opacity=40); 
}


#albumList span.gl-active {
  background: transparent;
  border: 5px solid #df142a;
  width: 73px;
  height: 47px;
  position: absolute;
  left: 0;
  top: 0;
  filter: alpha(opacity=70); 
  opacity: .7;
}

/* Album View */
#albumView {
  background: #efefef url(../images/prgl_aview_bg.gif) repeat-x left top;
  border: 1px solid #efefef;
  border-bottom: none;
  padding: 23px 23px 16px;
  zoom: 1;
  font: 13px Geneva, Arial, Helvetica, sans-serif;
  color: #989898;
}
#albumView .albumImage {
  float: left;
  margin: 0 22px 0 0;
}
#albumView h2 {
  font-size: 20px;
  margin: 0 0 2px;
  color: #808284;
}

/* albums border */
.albumBorder {
  zoom: 1;
  display: none;  /* init state */
}
.albumBorder .inner {
  border: 1px solid #e6e6e6;
  zoom: 1;
  padding: 0;
}
.albumBorder #pagingBottom {
 margin-top: 0;
}
.albumBorder .gtl, .albumBorder .gtr, .albumBorder .gbl, .albumBorder .gbr {
  background: url(../images/prgl_rounds.png) no-repeat -1000px -1000px;
  height: 7px;
  font-size: 1px;
} 
.albumBorder .gtl {
  background-position: 0 0;
  padding-left: 10px;
  position: relative;
  top: 1px;
}
.albumBorder .gtr {
  background-position: 100% 0;
}
.albumBorder .gbl {
  background-position: 0 -7px;
  padding-left: 10px;
  position: relative;
  top: -1px;
}
.albumBorder .gbr {
  background-position: 100% -7px;
}

/* album border for top block */
.albumBorderTop {
  position: relative;
  top: 3px;
}
.albumBorderTop .gtl,
.albumBorderTop .gtr {
  position: absolute;
  top: 0;
  z-index: 50;
  width: 7px;
}
.albumBorderTop .gtl {
  background-position: 0 -14px;
  left: 0;
}
.albumBorderTop .gtr {
  background-position: 0 -21px;
  right: 0;
  _left: -7px; /* IE6 */
  _margin-left: 100%; /* IE6 */
}
.albumBorderTop .gbl { background-position: 0 -110px; }
.albumBorderTop .gbr { background-position: 100% -110px; }

/* item rounds */
.photoRow .gtl, .photoRow .gtr, .photoRow .gbl, .photoRow .gbr {
  background: none;
  height: 5px;
  font-size: 1px;
  display: none;
  padding: 0;
}
/*.photoRow .active .gtl, .photoRow .active .gtr, .photoRow .active .gbl, .photoRow .active .gbr {
 display: block; 
 position: static;
}*/

/* index view */
#indexView {
  padding: 16px 23px;
}
#indexView h2 {
  font: bold 11px Verdana, Arial, sans-serif;
  margin: 15px 0; 
}

#imageView {
  display: none;  /* hidden by default */
  padding: 16px 0;
}
.imageViewNav {
  padding: 0 23px;
}
.imageViewNav ul{
  text-align: center;
  position: relative;
  zoom: 1;
}
.imageViewNav li {
  display: inline;
  background: url(../images/prgl_icons.png) no-repeat left top;
}
.imageViewNav .prev {
  position: absolute;
  left: 0;
  top: 0;
  background-position: 0 5px;
  padding-left: 10px;
}
.imageViewNav .next {
  position: absolute;
  right: 0;
  top: 0;
  background-position: 100% -95px;
  padding-right: 10px;
}
.imageViewNav .back {
  background-position: 0 -48px;
  padding-left: 15px; 
}
.imageViewNav .disabled a{
  color: #ccc;
  text-decoration: none;
  cursor: default;
  outline: none;
}
.imageViewNav .disabled-prev{ background-position: 0 -345px; }
.imageViewNav .disabled-next{ background-position: 100% -295px; }


/* Image info tabs */
.prImageLibrary .ui-tabs .ui-tabs-hide {
  display: none !important;
}
.prImageLibrary .eTabs a {
  outline: none;
  text-decoration: none;
  color: #595959;
}
.prImageLibrary .eTabs {
  height: 33px;
  border-bottom: 1px solid #ccc;
  padding-left: 8px;
  margin: 0 23px;
}
.prImageLibrary .eTabs li {
  float: left;
  height: 32px;
  background: #f2f2f2 url(../images/prgl_rounds.png) no-repeat 0 -30px;
  position: relative;
  top: 1px;
  margin-right: 5px;
  padding-left: 15px;
}
.prImageLibrary .eTabs li span {
  display: block;
  height: 100%;
  min-width: 35px;
  _width: 35px; /* IE6 min width */
  text-align: center;
  font-weight: bold;
  line-height: 32px;
  cursor: pointer;
  background: url(../images/prgl_rounds.png) no-repeat 100% -30px;
  padding-right: 15px;
}
.prImageLibrary .eTabs .ui-tabs-selected {
  background-color: #fff;
  background-position: 0 -70px;
  height: 33px;
} 
.prImageLibrary .eTabs .ui-tabs-selected span{
  background-position: 100% -70px;
} 

/* image info */
.prImageLibrary .glInfo {
 padding: 23px;
 padding-bottom: 0;
}
.prImageLibrary .eImageData {
 padding: 0 23px 23px;
}
.prImageLibrary .ePlayer { text-align: center; }
.prImageLibrary .eImageData h2{
 margin: 17px 0;
 font-size: 14px;
}

/* permalinks */
.prImageLibrary .glPermalink {
  float: right;
  font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.prImageLibrary #albumView .glPermalink {
/*  float: none;*/
  text-align: right;
  font: 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
  margin-top: -13px;
}


.eContent {
  zoom: 1; /* IE fix */
}
.eContent .bl, .eContent .br {
  display: none;
}
.eContent .glDescription {
  margin: 10px 0;
}

.eAlbum {
  font-weight: bold;
  margin-bottom: 10px;
  display: none;
}

/* video ratings */
.ratingList .title {
  float: left;
  display: block;
  margin: 2px 5px 0 0;
}
.ratingList a {
  background: url(../images/icons.png) no-repeat -1000px -1000px;
  padding: 2px 16px 2px 0;
  text-decoration: none !important;
  outline: none;
  float: left;
  display: block;
}
.ratingList .rateon {
  background-position: 4px -360px;
}
.ratingList .rateoff {
  background-position: 4px -400px;
}
.ratingList .loading {
  background: url(/images/loading_mini.gif) no-repeat left 0;
  padding: 2px 0 2px 20px;
  width: 40px;
  float: left;
}


.tagsList {
  margin: 12px 0;
  font-size: 10px;
}

.glDownload, .glInfo .detail {
  margin: 12px 0;
}


/* comments */
.eComments{
  background: #fff;
  padding: 23px 0 0;
}
.eComments .leaveComment {
  margin-bottom: 1em;
}
.eCommentsList {
  padding: 0 23px;
}

.cmtInfo {
  margin-bottom: .5em;
}
.cmtInfo .cmtDate {
  color: #989898;
}

.cmtReply {
  text-align: right;
  margin-top: 10px;
}
.cmtReply a {
  background: url(../images/icons.png) no-repeat 0 -320px;
  padding-left: 17px;
}

/* Ñomments form */
.eCommentsForm {
  background: url(../images/prgl_cmt_form_bg.gif) repeat-x left top;
  margin-top: 20px;
  padding: 1px 23px 0;
  zoom: 1; /* IE fix */
}
.eCommentsForm h2 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 15px;
  margin: 16px 0;
}
.eCommentsForm .req { color: red; }

.eCommentsForm .reply { display: none; }
.eCommentsForm .field {
  margin: 1em 0 0;
}
.field input, .field textarea   {
  width: 97%;
  padding: 8px 5px;
  font: 11px Verdana, Arial, sans-serif;
  color: #808284;
}
.fldComment textarea {
  height: 100px;
}
.fldCaptcha {
  margin: 10px 0;
}
.fldCaptcha input {
  width: auto;
  background: #f2f2f2;
  border: 1px solid #ccc;
}
.fldCaptcha table{ margin-top: .5em; }


.replyForm .eCommentsForm {
  background: none;
  border: none;
  padding: 0;
  margin-top: 0;
}
.replyForm .eCommentsForm .leave { display: none; }
.replyForm .eCommentsForm .reply { display: block; }
.replyForm .eCommentsForm h2 {
  margin: 10px 0 8px;
}
.replyForm label {
  display: none;
}
.replyForm .eCommentsForm .field {
  margin: 3px 0;
}
.replyForm .field input {
  width: 95%;
}
.replyForm .fldName, .replyForm .fldMail {
  float: left;
  width: 49%;
  margin: 0;
} 
.replyForm .eCommentsForm .fldMail {
  margin-left: 6px;
}

/* input rounds */
.eComments .inputBorders input, .eComments .inputBorders textarea {
  background: #f2f2f2;
  border: 1px solid #ccc;
}
.eComments .inputBorders .inner {
  border: none;
  background: none;
}
.eComments .inputBorders .tl, .eComments .inputBorders .tr,
.eComments .inputBorders .bl, .eComments .inputBorders .br {
  display: none;
}

/* Slider */
#scrollWrap {
	background: #f2f2f2;
	border: 1px solid #fff;
  border-bottom: none;
  padding-right: 20px;
  zoom: 1;
}
.ui-slider {
	font-size: 1px;
	height: 10px;
	position: relative;
}
.ui-slider-handle {
	position: absolute;
	z-index: 2;
	top: 0;
	width: 20px;  /* default handle width */
	height: 10px;
	background: #ccc;
  outline: none;
}
.ui-slider-handle:hover, .ui-slider-handle-active, .ui-slider-handle-active:hover {
	background: #a3a3a3;
}


.galleryMessage {
  margin: 1em 0;
}

/* Colorbox customization */
#modalBackgroundOverlay{
 background: #000;
 cursor: default !important;
}

#borderTopLeft, #borderTopRight, #borderBottomLeft, #borderBottomRight {
  background: url(../images/prgl_colorbox.png) -1000px -1000px no-repeat;
  width: 21px;
  height: 21px;
}
#borderTopLeft{background-position: 0 0;}
#borderTopRight{background-position: -21px 0;}
#borderBottomLeft{background-position: 0 -21px;}
#borderBottomRight{background-position: -21px -21px;}

#borderTopCenter, #borderBottomCenter{
  height:21px; 
  background: url(../images/prgl_colorbox_mh.png) -100px -100px repeat-x;;
}
#borderTopCenter{ background-position: 0 0; }
#borderBottomCenter { background-position: 0 -21px; }

#borderMiddleLeft, #borderMiddleRight{
  width:21px; 
  background: url(../images/prgl_colorbox_mv.png) -100px -100px repeat-y;;
}
#borderMiddleLeft{background-position: 0;}
#borderMiddleRight{background-position: -21px 0;}

#modalContent{background:#fff;}
  #modalLoadedContent{padding: 10px;}
    #contentTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; background:#fff; font-weight:bold; color:#949494;}
    #contentCurrent{position:absolute; bottom:3px; left:58px; font-weight:bold; color:#949494;}
  #modalLoadingOverlay{background:url(/images/loading.gif) center center no-repeat #fff;}

#modalWrap {
  margin-top: 30px;
}
#colorbox {
  padding-right: 140px !important;
  padding-bottom: 72px !important;
}
#modalClose{
  position: absolute;
  font-weight: bold;
  text-indent: -9999px;
  background: url(../images/prgl_icons.png) no-repeat 0 -400px;
  width: 36px;
  height: 36px;
  right: -37px;
  top: -35px;
}
#contentTitle { display: none; }

