﻿div.tx-phlgallery{
	/*border: 1px solid red;*/
	/*height: 100%; */
}

.athumb{
	float: left;
}

.tx-phlgallery{
	font-size: 12px;
}

div.iconset{
	display: block;
	background-image: url(../res/phlgallery2.png);
	width: 0px;
	height: 24px;
	line-height: 24px;
	float: left;
	color: white;
	text-decoration: none;
	padding-left: 24px;
	font-size: 7px;
}
div.iconset.icon-edit{
	background-position: 0px 0px;
}
div.iconset.icon-edit.hover{
	background-position: -24px 0px;
}
div.iconset.icon-move{
	background-position: -48px 0px;
}
div.iconset.icon-move.hover{
	background-position: -72px 0px;
}
div.iconset.icon-remove{
	background-position: -96px 0px;
}
div.iconset.icon-remove.hover{
	background-position: -120px 0px;
}
.thumbicons{
	display:none;	
}
.plgthumbtText{
	overflow: -moz-hidden-unscrollable;
	min-height: 14px;
}

/*copyright*/
.mfp-cr{	
	.font-size: 14px;
	color: white;
	position: relative;
	top: -42px;
	float: right;
	padding: 3px;
	padding-right: 8px;
}

.plgthumbtextwrapper{
	min-height: 80px;
   background: #ffffff; /* Old browsers http://www.colorzilla.com/gradient-editor/ */
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 91%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(91%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 91%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 91%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#f1f1f1 50%,#e1e1e1 91%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 50%,#e1e1e1 91%,#f6f6f6 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */

}

#thebigthumb{
	position: absolute;
	width: 100px;
	background-color: #ddd;
	display: none;
	padding: 3px;
}


.nolirepadding{padding-left: 0px; padding-right: 0px;}

.mythumbbigPOS{display:none;}
#thePID{display: none;}

.mythumbbig{}
.plgthumbtTextBig{width: 100%}

.onethumb{
    border: 2px solid transparent;
    float: left;
   /* height: 170px;*/
    margin-left: 0;
    padding: 4px;
    width: 109px;
	text-align: center;
 }

.ui-dialog {top: 15%!important;}

.bigPicPath{display: none;}

.hover_off{
	border: 3px solid red;
	padding: 0px;
}
#paginationWrapper{text-align: center;}

.tx-phlgallery .plgthumb{
	text-align: center;
	
	margin:3px; 
	float: left;
}

div.tx-phlgallery div.plgthumbrow{
	width: 100%;
	/*height: 170px;*/
	overflow: hidden;
}

.tx-phlgallery .overlay #plgtitle{color:#ffffff;}
  
  
  
  
.mythumbbigOFF{display:none;} 
  
  .plgimagedescription,.plgcaption{display: none;}
  
  
  
 /* the overlayed element */ 
.tx-phlgallery .overlay { 
	display:none; 
	z-index:10000;
	background-color:#333; 
	color: grey;
     
    min-width:675px;     
    min-height:200px; 
    border:1px solid #666; 
     
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
} 
 
/* close button positioned on upper right corner */ 
.tx-phlgallery .overlay .close { 
	background-image:url(../typo3conf/ext/phlgallery/res/close.png); 
   	position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}



/* styling for elements inside overlay */ 
.tx-phlgallery .tdetails { 
    position:absolute; 
    top:15px; 
    right:15px; 
    font-size:11px; 
    color:#fff; 
    width:150px; 
} 
 
.tx-phlgallery .tdetails h3 { 
    color:#aba; 
    font-size:15px; 
    margin:0 0 -10px 0; 
}



/*style the message div*/  
.tx-phlgallery #message{
  font-weight: bold;
  font-size: 125%;
  border: 2px red solid;
}