.gallery-icon, .gallery-icon a {
	background: none top left no-repeat;
}

ul.profile-icons li.gallery-icon {
	width: 20px; height: 20px;
}

.gallery-icon, .gallery-icon a {
	background-image: url("./images/icon_contact_gallery.gif");
}

h2.invade-linklist {
	margin-top: -7px;
}

.rtl .icon-gallery {
	background-position: 100% 50%;
	padding: 1px 17px 0 0;
}

fieldset.gallery dd.simulate-dt label {
	margin-left:	0;
	float:			left;
	font-weight:	bold;
	text-align:		left;
	color:			#425067;
}
.rtl fieldset.gallery dd.simulate-dt label {
	text-align:		right;
}

fieldset.gallery dl:hover dd.simulate-dt label {
	color:			#000000;
}

fieldset.gallery dt.simulate-dt {
	width:			22em;
}

fieldset.gallery dt.first {
	min-height:		16em;
}

fieldset.gallery dd.simulate-dt {
	margin-left:	0;
	float:			left;
}

fieldset.gallery dd.simulate-dd {
	margin-left:	35em;
}

fieldset.gallery #format-buttons {
	margin-top: 0;
}

fieldset.gallery input.readonly, fieldset.gallery textarea.readonly {
	background: #DCDCDC;
}

dd.g_lastimage {
	padding-left: 5px;
	width: 30%;
}

dd.g_moderation {
	width: 35%;
}

dd.g_rating, dd.g_comments {
	width: 12%;
	text-align: center;
	font-size: 1.1em;
}

dd.g_status {
	width: 15%;
	text-align: center;
	font-size: 1.1em;
}

span.reported-images-number {
	color: red;
}

.g_unapproved {
	background: 100% 0 no-repeat url("./images/icon_gallery_unapproved.gif");
}

.g_locked {
	background: 100% 0 no-repeat url("./images/icon_gallery_locked.gif");
}

.g_reported {
	background: 100% 0 no-repeat url("./images/icon_gallery_reported.gif");
}

input.autowidth-gallery {
	width: 96%;
	max-width: 186px;
}

.polaroid img {
	width: 245px;
	height: 168px;
	object-fit: cover;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 1px #fff, 0 0 5px #000;
	margin-bottom:15px;
}

.polaroid-last img {
	width: 245px;
	height: 168px;
	object-fit: cover;
	border-radius: 3px;
	box-shadow: 0px 0px 0px 1px #fff, 0 0 5px #000;
	margin-bottom:15px;
}

.polaroid-last {
	width: 275.5px;
	background: rgba(255, 255, 255, 0.8);
	display: block;
	float: left;
	margin: 9px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	transition: all .15s linear;
	border: 1px solid #EFEFEF;
	border-radius: 3px;
	color: black;
	font-size: 1.1em;
}

.polaroid {
	width: 275.5px;
	background: rgba(255, 255, 255, 0.8);
	display: block;
	float: left;
	margin: 9px;
	padding: 10px 13.7px;
	text-align: center;
	text-decoration: none;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
	transition: all .15s linear;
	border: 1px solid #EFEFEF;
	border-radius: 3px;
	color: black;
	font-size: 1.1em;
}

.panel-albom {
    background-color: rgba(255, 255, 255, 0.2);
    border-top-color: #e8e1cf;
    border-radius: 3px;
    margin: 10px 0;
    padding: 15px;
    box-shadow: inset rgba(255,255,255,0.4) 0px 1px 0px, inset rgba(255,255,255,0.2) 0px 0px 0px 1px, rgba(0,0,0,0.5) 0px 1px 3px;
}

.panel-albom-title {
    background-color: rgba(255, 255, 255, 0.2);
    border-top-color: #e8e1cf;
    border-radius: 3px;
    margin: 10px 0;
    padding: 15px 15px 6px 15px;
    box-shadow: inset rgba(255,255,255,0.4) 0px 1px 0px, inset rgba(255,255,255,0.2) 0px 0px 0px 1px, rgba(0,0,0,0.5) 0px 1px 3px;
}

.panel-albom-menu {
    background-color: rgba(255, 255, 255, 0.2);
    border-top-color: #e8e1cf;
    border-radius: 3px;
    margin: 10px 0;
    padding: 7px;
    box-shadow: inset rgba(255,255,255,0.4) 0px 1px 0px, inset rgba(255,255,255,0.2) 0px 0px 0px 1px, rgba(0,0,0,0.5) 0px 1px 3px;
}

.image_unapproved
{
	display: inline-block !important;
	background: transparent none 0 0 no-repeat;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	background-image: url("./images/icon_topic_unapproved.png");
	padding-left: 16px;
	padding-top: 14px;
	float: right;
}

.image_locked
{
	display: inline-block !important;
	background: transparent none 0 0 no-repeat;
	margin: 0;
	padding: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	background-image: url("./images/lock.png");
	padding-left: 16px;
	padding-top: 14px;
	float: right;
}

fieldset.fields2 dd {
    margin-left: 18em;
    border-left-width: 0;
    background-color: transparent;
}

.image_prev_image
{
	float: left; 
	text-align: left; 
	width: 227px;
	/* clip-path: url(#left_arrow); */
	margin: 8px 0;
}
.image_next_image
{
	float: right; 
	text-align: right; 
	width: 227px;
	/* clip-path: url(#right_arrow); */
	margin: 8px 0;
}
.img-l {
  position: absolute;
  top: 45px;
  left: 89px;
  z-index: 10;
}
.img-r {
  position: absolute;
  top: 45px;
  right: 89px;
  z-index: 10;
}
.postbody_album {
	text-align:center;
}
.postbody_album img.postimage {
	margin: 10px auto 10px auto;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
.polaroid {
	width: 332px;
	margin: 4px;
}
.panel-albom {
    padding: 10px;
}
.responsive-hide-g {
display: none !important;
}
}
