/* @override http://pngati.org.br/blocks/galeria_de_fotos/css/galleria.classic.css?v=fc8ceb4eddf02254ffe550351d8c65ec */

/* @override http://pngati.org.br/blocks/galeria_de_fotos/css/galleria.classic.css?v=fc8ceb4eddf02254ffe550351d8c65ec */

/*
 * Galleria Classic Theme
 * Copyright (c) 2010, Aino
 * Licensed under the MIT license.
 */

/*container
    stage
        images
        loader
        counter
            current
            total
        image-nav
            image-nav-right
            image-nav-left
    thumbnails-container
        thumb-nav-left
        thumbnails-list
            thumbnails
        thumb-nav-right
    info
        info-text
            info-title
            info-description
            info-author
    tooltip

*/
/* btn fechar
*/
#galeria{

position:aboslute;
width:0px;
height:0px;
top:0px;
left:0px;

overflow:hidden;

}

.galleria-container .galleria-close,.galleria-container .galleria-dd{
	width:120px;

	margin:1px auto;
	color:white;
	font-size:12px;
	font-weight: bold;
	font-family:Arial;
	line-height:31px;
	cursor:pointer;
	padding-top:10px;
	position:absolute;
	z-index:3000;
	bottom:25px;
	left:0;
	right:0;
	text-align:center;


}

.galleria-container .galleria-dd{
width:91px;
    left:-340px;
}


.galleria-container .galleria-close:hover{
	color:white;
}
.galleria-container .galleria-close:hover .icone-close{
	/*background:transparent url(../img/fechar_btn_white.png) no-repeat;
	*/
}

.galleria-container .galleria-close .icone-close{
	display:block;
	float:left;
	margin-right:7px;
	width:28px;
	height:28px;


}

.galleria-container .galleria-dd .icon-arrow-down{
    display:inline-block;
    float:left;
    margin-right:0px;
    width:10px;
    height:28px;


}


/* ornamentos
*/
.galleria-container .galleria-orna-top{
	position:absolute;
	top:-10px; left:0;right:0;
	height:26px;

	z-index:2000;


}

.galleria-container .galleria-orna-bottom{
	position:absolute;
	bottom:-15px; left:0;right:0;
	height:26px;
	z-index:2000;


}

.galleria-container .galleria-orna-bottom-thumb{
	position:absolute;
	bottom:-19px; left:0;right:0;
	height:26px;
	z-index:2000;


}



.galleria-container {
    position: relative;
    overflow: hidden;
   /* background: #000;*/
/*	background:transparent url(../img/fundo.png) repeat;*/
	background:black;
}
.galleria-container img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.galleria-stage {
    position: absolute;
    top: 0px;
    bottom: 80px;
    left: 0px;
    right: 0px;
    overflow:hidden;

/*    background:#222222;*/
/*	background:transparent url(../img/fundo.png) repeat;*/
}
.galleria-thumbnails-container {
    height: 80px;
    bottom: 0px;
    position: absolute;
    left: 10px;
    right: 10px;
    z-index: 2;



}


.galleria-thumbnails-container .galleria-thumbnails-list .galleria-thumbnails{
position:relative;
margin:2px auto;

}


.galleria-carousel .galleria-thumbnails-list {
    margin-left: 30px;
    margin-right: 30px;

}
.galleria-thumbnails .galleria-image {
    height: 50px;
    width: 60px;
    background: #000;
    margin: 0 0px 0 0;
    border: 1px solid #000;
    float: left;
    cursor: pointer;

}


.galleria-image{
/*background:black;*/
}


.galleria-counter {
    position: absolute;
    bottom: 95px;
    right: 30px;
    text-align: right;
    color: #fff;
    font: normal 25px/1 sans-serif;
    z-index: 1;
	font-width:bolder;
}



.galleria-loader {
    background: #000;

    position: absolute;
    top: 10px;
    right: 10px;
    left: 10px;
    bottom: 10px;

    z-index: 4000;
    display: none;
    background:url(classic-loader.gif) no-repeat 50% 50%;
}


.galleria-info {
    width: 100%;
    bottom: 80px;
    height: 70px;
    left: 0px;
    z-index: 1;
    position: absolute;
		background:black;
	    opacity: .5;
	    filter: alpha(opacity=50);



}
.galleria-info-text {

    padding: 10px 10px 10px 10px;
    display: none;
    margin: 0px auto;
    width: 400px;
	margin-top:30px;
	margin-left:40px;



    /* IE7 */ zoom:1;
}
.galleria-info-title {
    font: bold 13px/1.1 "Helvetica-Neue",Arial,sans-serif;
    font-width:100;
    margin: 0;
    color: #fff;
margin-bottom: 2px;
	letter-spacing: 1px;
}
.galleria-info-description {
    font: normal 12px/1.4 sans-serif;
    margin: 0;
    color: #bbb;
}
.galleria-info-close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-position: -753px -11px;
    opacity: .5;
    filter: alpha(opacity=50);
    cursor: pointer;
	display:none !important;


}
.notouch .galleria-info-close:hover{
    opacity:1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-close:active{
    opacity:1;
    filter: alpha(opacity=100);
}
.galleria-info-link {
    background-position: -669px -5px;
    opacity: .7;
    filter: alpha(opacity=70);
    position: absolute;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-color: #000;
}
.notouch .galleria-info-link:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-info-link:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-image-nav {
    position: absolute;
    top: 50%;
    margin-top: -62px;
    width: 100%;
    height: 62px;
    left: 0;
}
.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .3;
    filter: alpha(opacity=30);
    cursor: pointer;
 /*   width: 62px;
    height: 124px;
    position: absolute;
    left: 10px;*/
    z-index: 2;
    background-position: 0 46px;
}








.galleria-image-nav-right {
    left: auto;
    right: 10px;
    background-position: -254px 46px;
    z-index: 2;
}



.galleria-image-nav {
    position: absolute;
    top: 80px;
    width: 100%;
	 bottom:130px;
	 height: 100%;
    left: 0;
}

.galleria-image-nav-left,
.galleria-image-nav-right {
    opacity: .2;
    filter: alpha(opacity=30);
    cursor: pointer;
	top: 0px;
	height: 100%;
	width: 50%;
    position: absolute;
    z-index: 2;
    background: url('../img/seta_left.png') no-repeat 10px 50% !important;

}
.galleria-image-nav-left{
	left: 15px;

}

.galleria-image-nav-right {
	right: 15px;
    background: url('../img/seta_right.png') no-repeat 100% 50% !important;

}









.notouch .galleria-image-nav-left:hover,
.notouch .galleria-image-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.touch .galleria-image-nav-left:active,
.touch .galleria-image-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right {
    cursor: pointer;
    display: none;
    background-position: -495px 12px;
    position: absolute;
    left: 0;
    top: 0;
    height: 50px;
    width: 23px;
    z-index: 3;
    opacity: .8;
    filter: alpha(opacity=80);
}
.galleria-thumb-nav-right {
    background-position: -578px 12px;
    border-right: none;
    right: 0;
    left: auto;
}
.galleria-thumbnails-container .disabled {
    opacity: .2;
    filter: alpha(opacity=90);
    cursor: default;
}
.notouch .galleria-thumb-nav-left:hover,
.notouch .galleria-thumb-nav-right:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.touch .galleria-thumb-nav-left:active,
.touch .galleria-thumb-nav-right:active {
    opacity: 1;
    filter: alpha(opacity=100);
    background-color: #111;
}
.notouch .galleria-thumbnails-container .disabled:hover {
    opacity: .2;
    filter: alpha(opacity=20);
    background-color: transparent;
}

.galleria-carousel .galleria-thumb-nav-left,
.galleria-carousel .galleria-thumb-nav-right {
    display: block;
}
.galleria-thumb-nav-left,
.galleria-thumb-nav-right,
.galleria-info-link,
.galleria-info-close,
.galleria-image-nav-left,
.galleria-image-nav-right {
    background-image: url(classic-map.png);
    background-repeat: no-repeat;
}




@media screen and (max-width: 480px) {

	.galleria-stage {
	    position: absolute;
	    top: 20px;
	    bottom: 0px;
	    left: 0px;
	    right: 0px;
	    overflow:hidden;
	padding:0px;

	}

	.galleria-container .galleria-close{
	position:absolute;
	font-size:10px;
	line-height:4px;
	right:15px;
	top:-2px;
	margin:0;
	width:auto;

	}

	.galleria-container .galleria-close .icone-close{
		display:block;
		float:left;
		margin-right:3px;
		width:28px;
		height:18px;
		margin-top:-6px;
		background:transparent url(../img/fechar_btn.png) no-repeat 50% 50%;

	}

	.galleria-thumbnails-container {
	    height: 70px;
	    bottom: 0px;
	    position: absolute;
	    left: 10px;
	    right: 10px;
	    z-index: 2;
	display:none;

	}

	.galleria-info {

		    width: 100%;
		    bottom: 0;
		    height:auto !important;
		    left: 0px;
		    z-index: 2;
		    position: absolute;
		   background:black;
	}


	.galleria-info-title {
	    font: bold 11px/1.1 arial,sans-serif;

	    margin: 0;
	    color: #fff;
	margin-bottom: 1px;
	letter-spacing: 0px;
	}
	.galleria-info-description {
	    font: normal 10px/1.1 sans-serif;
	    margin: 0;
	    color: #bbb;
	}

	.galleria-counter {
		display: none;
	}

}


@media screen and (max-height: 480px) {

	.galleria-stage {
	    position: absolute;
	    top: 20px;
	    bottom: 0px;
	    left: 0px;
	    right: 0px;
	    overflow:hidden;
	padding:0px;

	}

	.galleria-container .galleria-close{
	position:absolute;
	font-size:16px;
	line-height:4px;
	right:15px;
	top:-2px;
	margin:0;
	width:auto;

	}

	.galleria-container .galleria-close .icone-close{
		display:block;
		float:left;
		margin-right:3px;
		width:28px;
		height:18px;
		margin-top:-6px;
		background:transparent url(../img/fechar_btn.png) no-repeat 50% 50%;

	}

	.galleria-thumbnails-container {
	    height: 80px;
	    bottom: 0px;
	    position: absolute;
	    left: 10px;
	    right: 10px;
	    z-index: 2;
	display:none;

	}

	.galleria-info {

		    width: 100%;
		    bottom: 0;
		    height:auto !important;
		    left: 0px;
		    z-index: 2;
		    position: absolute;
		   background:black;
	}


	.galleria-info-title {
	    font: bold 11px/1.1 arial,sans-serif;

	    margin: 0;
	    color: #fff;
		margin-bottom: 1px;
		letter-spacing: 0px;
	}
	.galleria-info-description {
	    font: normal 10px/1.1 sans-serif;
	    margin: 0;
	    color: #bbb;
	}


	.galleria-counter {
		display: none;
	}




}
