@CHARSET "UTF-8";
.pj-gallery{
	overflow: hidden;
	font: normal 12px/16px Arial, sans-serif;
}
.pj-gallery-header{
	margin: 0 0 20px;
	overflow: hidden;
}
.pj-gallery-header-right{
	float: right;
	display: none;
}
.pj-gallery-box,
.pj-gallery-highlight{
	float: left;
	width: 180px;
	height: 180px; /*235px;*/
	margin: 0 2px 5px 1px;
	position: relative;
	background-color: #fff;
	border: solid 1px #fff;
}
.pj-gallery-box-hover{
	border: solid 1px #d0d1d3;
	-moz-box-shadow: 0 0 2px #ddd;
	-webkit-box-shadow: 0 0 2px #ddd;
	box-shadow: 0 0 2px #ddd;
}
.pj-gallery-highlight{
	background-color: #eee;
	border: dashed 1px #ccc;
}
.pj-gallery-title{
	height: 20px;
	line-height: 20px;
	position: absolute;
	top: 5px;
	left: 10px;
	right: 10px;
	color: #B2B2B2;
	text-align: center;
	display: none;
}
.pj-gallery-pic{

	top: 24px;
	left: 5px;
	right: 5px;
	height: 115px;/*170px*/
	display: unset;
	text-align: center;
}
.pj-gallery-pic img{
	vertical-align: middle;
	border: solid 1px #d0d1d3;
	-moz-box-shadow: 0 0 2px #ddd;
	-webkit-box-shadow: 0 0 2px #ddd;
	box-shadow: 0 0 2px #ddd;
	background-color: #fff;
	padding: 5px;
	max-width: 160px;
	max-height: 105px;/*160px*/
}
.pj-gallery-control{
	height: 24px;
	bottom: 5px;
	left: 10px;
	right: 10px;
	padding: 0 0 0 17px;
	display: none;
}
.pj-gallery-icon{
	background: url(../img/pj-icon-box.png) 0 0 no-repeat;
	display: inline-block;
	width: 23px;
	height: 24px;
	margin: 0 1px;
}
.pj-gallery-icon:hover{
	background-position: 0 -24px;
}
.pj-gallery-icon span{
	display: block;
	height: 23px;
	width: 24px;
}
.pj-gallery-move span{
	background: url(../img/pj-icon-move.png) 6px 5px no-repeat;
	cursor: move;
}
.pj-gallery-edit span{
	background: url(../img/pj-icon-edit.png) 5px 6px no-repeat;
}
.pj-gallery-delete span{
	background: url(../img/pj-icon-delete.png) 7px 7px no-repeat;
}
.pj-gallery-resize span{
	background: url(../img/pj-icon-resize.png) 5px 5px no-repeat;
}
.pj-gallery-rotate span{
	background: url(../img/pj-icon-rotate.png) 5px 4px no-repeat;
}
.pj-gallery-box-hover .pj-gallery-title,
.pj-gallery-box-hover .pj-gallery-control{
	display: block;
}
.pj-gallery-box-hover .pj-gallery-pic img{
	border: solid 1px #fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 5px;
}
.pj-gallery-upload{
	float: left;
}
.pj-gallery-progress{
	background: url(../img/pj-loader.gif) 0 0 no-repeat;
	height: 19px;
	width: 220px;
	float: left;
	margin: 5px 0 0 10px;
}

.pj-gallery-buttonset abbr{
	font-weight: bold;
	font-size: 13px;
}

.pj-gallery-pic img {
	 max-width: 150px!important;
	 max-height: 150px!important;
}