@CHARSET "UTF-8";

#gmbImageManager {
    float: right;
    width: 250px;
    overflow: hidden;
    padding-left: 8px;
}

#gmbNumber {
    position: absolute;
    right: 0;
    top: 0;
}

#gmbContainer {
    display: table;
}

#gmbNextLink {
    background-image: url('../../../../../media/mint/icons/16/navigation-000-white.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#gmbPrevLink {
    background-image: url('../../../../../media/mint/icons/16/navigation-180-white.png');
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

#gmbNextLink, #gmbPrevLink {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}

#gmbCloseLink {
    position: absolute;
    right: 0px;
    top: 0px;
    border: 2px solid red;
    margin: 0px;
    padding: 0px;
    float: none;
    width: 20px;
    height: 20px;
    background-image: url('../../../../../media/mint/icons/16/cross.png');
    -webkit-border-radius: 11px;
    -khtml-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background-position: 50% 50%;
}

#leftLink, #rightLink {
    float: left;
    width: 50px;
}

#gmbMedia img {
    vertical-align: middle;
    padding: 10px;
}

#gmbMedia {
    float: left;
    text-align: center;
    vertical-align: middle;
    display: table-cell;

}

#gmbTitle {
    max-height: 120px;
    overflow: hidden;
}

#gmbTitle, #gmbCaption {
    display: block;
    text-align: left;
}

#gmbBottom {
    clear: both;
    text-align: left;
    color: #999;
    min-height: 46px;
    padding: 5px 0 0 0 !important;
    margin: 0px;
    overflow: hidden;
}

#gmbBottom .image-wrapper:hover {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -moz-transform: scale(1.4) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -webkit-transform: scale(1.4) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -o-transform: scale(1.4) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    -ms-transform: scale(1.4) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
    transform: scale(1.4) rotate(0deg) translate(0px, 0px) skew(0deg, 0deg);
}

#gmbBottom .image-wrapper {
    display: block;
    float: left;
    margin: 3px 1px !important;
    padding: 0px !important;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    border: 1px solid #666666;
}

DIV.image-wrapper a {
    text-decoration: none !important;
    background-color: transparent !important;
}

#gmbBottom a, #gmbBottom a:link, #gmbBottom a:visited, #gmbBottom a:hover, #gmbBottom a:active, #gmbBottom a img {
    text-decoration: none !important;
    background: none;
    border: none;
}

#comments_list {
    overflow: auto;
}

#gmbAccordion {
    clear: both;
}

#gmbAccordion a {
    text-decoration: none;
}

#gmbAccordion ul {
    margin: 5px 0 0 0 !important;
    padding: 0px !important;
}

#gmbAccordion ul li {
    list-style-type: none;
    display: block;
    padding: 8px 5px !important;
}

#gmbAccordion ul li .commentUser {
    font-size: 10px;
}

#gmbAccordion ul li .commentText {
    text-align: left;
    font-size: 12px;
}

.image-wrapper-thumb {
    position: absolute;
    display: block;
}

.image-element {
    opacity: 0;
}

.image-wrapper-thumb a:hover {
    text-decoration: none !important;
    background-color: transparent !important;
    border: 0px solid transparent !important;
}

#imageinfo {
    text-align: center;
}

#infopanel {
    overflow: auto;
    overflow-x: hidden;
}

.mainwrap {
    display: block;
}

.delete-comment {
    background-image: url('../../../../../media/mint/icons/16/cross.png');
    float: right;
    display: block;
    width: 16px;
    height: 16px;
}

.delete-comment:HOVER {
    text-decoration: none !important;
    background: url('../../../../../media/mint/icons/16/cross.png') transparent;
}

table.tbl td {
    text-align: left;
    padding: 3px !important;
}

table.tbl td.tblbl {
    text-align: right;
}

#googlemap {
    display: block;
    width: 250px;
    height: 200px;
}

.gallery-avatar {
    float: left;
    margin-right: 10px;
}

#gmbRating {
    position: absolute;
}

#gmbDownload {
    position: absolute;
}

#gmbDescription {
    position: absolute;
    background-color: #000000;
    border-radius: 5px 5px 5px 5px;
    opacity: 0.8;
    padding: 5px !important;
    color: #FFFFFF;
}

#gmbCounter {
    position: absolute;
    font-family: "Trebuchet MS";
    color: #aaa;
    font-size: 0.8em;
    font-weight: bold;
}

#gmbScroll {
    height: 30px;
}

#commentsform {
    display: block;
    height: 80px;
    overflow: hidden;
}

#commentsform #savecommenttext {
    height: 40px;
    display: block;
    font-size: 11px;
    border: 1px solid #ccc;
    margin: 2px;
    width: 93%;
}

#commentsform a {
    font-weight: bold;
    margin-right: 2px;
    text-decoration: none;
    float: right;
    width: 100px;
}

#commentsform a:HOVER {
    background: none repeat scroll 0 0 #095197;
    color: #FFFFFF;
}

#gmbOverlay {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	background-color: #000;
	cursor: pointer;
}

#gmbOverlay.mbOverlayOpaque {
	background: transparent url(80.png) repeat;
}

#gmbOverlay.mbOverlayAbsolute {
	position: absolute;
}

#gmbOverlay.mbMobile {
	position: absolute;
	background-color: transparent;
}

#gmbBottom.mbMobile {
	line-height: 24px;
	font-size: 16px;
}

		/*	Overlay panel styling	*/

#gmbCenter {
	position: absolute;
	z-index: 9999;
	left: 50%;
	padding: 10px;
	background-color: #000;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000'); /* For IE 5.5 - 7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=180, Color='#000000')"; /* For IE 8 */
	-webkit-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-khtml-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
	box-shadow: 0px 5px 20px rgba(0,0,0,0.50);
}

#gmbCenter.mbLoading {
	background: #000 url(images/loading-dark.gif) no-repeat center;
		/*	This style is applied only during animation.	*/
		/*	For example, the next lines turn off shadows	*/
		/*	improving browser performance on slow systems.	*/
		/*	To leave shadows on, just remove the following:	*/
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#gmbMedia {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #171717;
	border: 1px solid #171717;
}

		/*	Title, Caption and Button styling	*/




#gmbTitle, #gmbPrevLink, #gmbNextLink, #gmbCloseLink {
	display: inline;
	color: #fff;
	font-weight: bold;
}

#gmbNumber {
	display: inline;
	color: #999;
/*	line-height: 0.8em; */
	font-size: 0.8em;
	margin: auto 10px;
}

#gmbCaption {
	display: block;
	color: #999;
	line-height: 1.6em;
	font-size: 0.8em;
}

#gmbPrevLink, #gmbNextLink, #gmbCloseLink {
	float: right;
	outline: none;
	margin: 0 0 0 10px;
	font-weight: normal;
}

#gmbPrevLink b, #gmbNextLink b, #gmbCloseLink b {
	color: #eee;
	font-weight: bold;
	text-decoration: underline;
}

#gmbPrevLink big, #gmbNextLink big, #gmbCloseLink big {
	color: #eee;
	font-size: 1.4em;
/*	line-height: 0.9em;*/
	font-weight: bold;
}


		/*	Error message styling	*/

#gmbError {
	position: relative;
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
	line-height: 20px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border: 10px solid #700;
	padding: 10px 10px 10px;
	margin: 20px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#gmbError a, #gmbError a:link, #gmbError a:visited, #gmbError a:hover, #gmbError a:active {
	color: #d00;
	font-weight: bold;
	text-decoration: underline;
}




#gmbAccordion ul li {
	color: #B2B2B2;
}
#gmbAccordion ul li:nth-child(odd) {
	background-color: #171717;
}


#gmbNextLink:hover,#gmbPrevLink:hover {
	background-color: #202020;
	opacity: 1;
}

#gmbCloseLink:HOVER {
	background-color: #ffe4e4;
}

#gmbNextLink {
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 0px 10px 10px 0px;
	border-radius: 0px 10px 10px 0px;
	border: 1px solid transparent;
}

#gmbPrevLink {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius: 10px 0px 0px 10px;
	border-radius: 10px 0px 0px 10px;
	border: 1px solid transparent;
}

.commentUser {
	float: left;
	color: #626262;
}

.commentText {
	clear: both;
}

.disactiveInput {
	display: none;
}

.tbl,.tbl td,.tbl tr {
	font-size: 10px;
	border: 0px solid #fff !important;
	color: #b5b5b5;
}

.gallery-name {
	font-size: 14px;
	font-weight: normal;
}

#titletext {
	font-size: 11px;
	color: #b2b2b2;
	font-weight: normal;
}

#gmbCenter * {
	font-family: Myriad, Verdana, Arial, Helvetica, sans-serif;
}

#gmbAccordion h3 {
	background-color: #2f2f2f;
	color: #626262;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#gmbAccordion ul {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#gmbCenter .rating-container {
	background-color: #555;
	padding: 5px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border-radius: 5px;
}

#gmbCenter .rating-container * {
	opacity: 1 !important;
}

.download-button:hover {
	background: rgb(191,210,85); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 50%, rgba(114,170,0,1) 51%, rgba(158,203,45,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(50%,rgba(142,185,42,1)), color-stop(51%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 50%,rgba(114,170,0,1) 51%,rgba(158,203,45,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
		
}
.download-button {
	background: rgb(180, 227, 145); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(180, 227, 145, 1) 0%, rgba(97, 196, 25, 1) 50%, rgba(180, 227, 145, 1) 100% ); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(180, 227, 145, 1) ), color-stop(50%, rgba(97, 196, 25, 1) ), color-stop(100%, rgba(180, 227, 145, 1) ) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(180, 227, 145, 1) 0%, rgba(97, 196, 25, 1) 50%, rgba(180, 227, 145, 1) 100% ); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(180, 227, 145, 1) 0%, rgba(97, 196, 25, 1) 50%, rgba(180, 227, 145, 1) 100% ); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(180, 227, 145, 1) 0%, rgba(97, 196, 25, 1) 50%, rgba(180, 227, 145, 1) 100% ); /* IE10+ */
	background: linear-gradient(top, rgba(180, 227, 145, 1) 0%, rgba(97, 196, 25, 1) 50%, rgba(180, 227, 145, 1) 100% ); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#b4e391', endColorstr='#b4e391', GradientType=0 );
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	border-radius: 5px; /* IE6-9 */
	padding: 1px 5px !important;
	border: 3px solid #72aa00;
	-webkit-transition: all 0.2 ease;
	-moz-transition: all 0.2 ease;
	-o-transition: all 0.2 ease;
	transition: all 0.2 ease;
}
.download-button img {
	float: left;
	margin-right: 5px !important;
	margin-top: 3px !important;
}
.download-button a {
	text-decoration: none !important;
	color: #284720 !important;
	font-weight: bolder;
	background-color: transparent !important;
	text-shadow: 1px 1px 3px #f2ffe5;
	filter: dropshadow(color=#f2ffe5, offx=1, offy=1);
}
.download-button a div {
	font-size: 10px;
	font-weight: normal;
	padding-left: 22px !important;
}
#googlemap {
    height: 200px;
    width: 239px;
	border: 5px solid #626262;
}
#savecommenttext {
	background-color: #626262;
	border: 1px solid #888888;
	color: white;
}
@CHARSET "UTF-8";

.image-wrapper-over1 {
}

.image-wrapper-over2 {
    -webkit-transform:  scale(1.2) rotate(0deg) translate(20px, 20px) skew(0deg, 0deg);
    -moz-transform:  scale(1.2) rotate(0deg) translate(20px, 20px) skew(0deg, 0deg);
    -ms-transform:  scale(1.2) rotate(0deg) translate(20px, 20px) skew(0deg, 0deg);
    -o-transform:  scale(1.2) rotate(0deg) translate(20px, 20px) skew(0deg, 0deg);
    transform: scale(1.2) rotate(0deg) translate(20px, 20px) skew(0deg, 0deg);
}
.image-wrapper-over3 {
    -webkit-transform: scale(1.4) rotate(0deg) translate(40px, 40px) skew(0deg, 0deg);
    -moz-transform: scale(1.4) rotate(0deg) translate(40px, 40px) skew(0deg, 0deg);
    -ms-transform: scale(1.4) rotate(0deg) translate(40px, 40px) skew(0deg, 0deg);
    -o-transform: scale(1.4) rotate(0deg) translate(40px, 40px) skew(0deg, 0deg);
	transform: scale(1.4) rotate(0deg) translate(40px, 40px) skew(0deg, 0deg);
}
.image-wrapper-thumb {
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
    position: absolute;
}