/* JqModal */

.jqmWindow.galeria .box { background: #fff; }

.jqmWindow.galeria #botao-fechar {
	position: relative;
	right: 0; 
	top: 0;
}

#paginacao {
}

#paginacao tr td span#paginas {
	position: relative;
	top: 4px;
}

.thumbs {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}
.thumbs { width:172px;}

#thumbs li {
    height: 57px;
    width: 76px;
	float: left;
	margin: 0 10px 10px 0;
}

#thumbs li img {
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}

#thumbs li img:hover {
	opacity:100;
	-moz-opacity: 1.0;
	-webkit-opacity: 1.0;
}

#thumbs li a { float: left; }
#thumbs { height: 445px; }

#modal-coluna-direita p { margin: 0; }

.jqmWindow table tr td {
	padding: 10px 0;
	position: relative;
}

#opcoes { margin: 10px 0 0 0; }

#opcoes select { margin: 0 5px 0 0; }

#opcoes table {
	width: 100%;
	clear: both;
	text-align: left;
	margin-bottom: 0;
}

.jqmWindow tr td img {
	position: relative;
	top: 5px;
	margin: 0 5px;
}

.jqmWindow table tr td.botao-voltar img { margin-left: 0; }

.jqmWindow table tr td.botao-avancar img { margin-right: 0; }

.jqmWindow table col { width: 33% }

/* Galleriffic thumbs */
ul.thumbs {
        clear: both;
        margin: 0;
        padding: 0;
}
ul.thumbs li {
        float: left;
        padding: 0;
        margin: 10px 10px 5px 0;
        list-style: none;
}
a.thumb {
        padding: 2px;
        display: block;
        border: 1px solid #ccc;
}
ul.thumbs li.selected a.thumb {
        background: #000;
}
a.thumb:focus {
        outline: none;
}
ul.thumbs img {
        border: none;
        display: block;
}
/* Galleriffic slideshow */

div.loader {
	background-image: url('loader.gif');
	background-repeat: no-repeat;
	background-position: center;
	width: 495px;
	height: 370px
}
div.slideshow {
	clear: both;
	width: auto;
	height: 370px;
    text-align:center;
	
}
div.slideshow span.image-wrapper {
	float: left;
	padding-bottom: 12px;
}
div.slideshow a.advance-link {
	padding: 2px;
	display: block;
	border: 1px solid #ccc;
	line-height:370px;
	text-align:center;
}
div.slideshow img {
	border: none;
	display: block;
    
}

/* Galleriffic paginação */

div.pagination {
        clear: both;
        margin-top:25px;
        margin-left:37px;
        width:125px;
        text-align:center;
}
div.navigation div.top {
        margin-bottom: 0px;
        height: 40px;
        
}

div.top {
        margin-top:65px;
        
}
div.navigation div.bottom {
        margin-top: 0px;
}
div.pagination a, div.pagination span.current {
        display: block;
        float: left;
        margin-right: 2px;
        padding: 4px 7px 2px 0px;
        border: none;
}
div.pagination a:hover {
        background-color: none;
        text-decoration: none;
}
div.pagination span.current {
        font-weight: none;
        background-color: none;
        border-color: #000;
}

