		/*---------Inicio da Galeria-----------*/
	
		/*html, body, div, span, a,
        h1, img, ul, li, form {
        	margin: 0;
        	padding: 0;
        	border: 0;
        	outline: 0;
        	font-size: 100%;
        	vertical-align: baseline;
        	background: transparent;
        }
        a { text-decoration: none; }
        ul li {list-style: none;}
         
        /* --- */
         
        /*body {
            padding: 20px 0;
            font: medium/1.3 Helvetica, Arial, sans-serif;
            color: #222;
            background-color: #fafafa;
        }
         
        form { margin-top: 1em; }
         
        ul, form ul li { margin-bottom: .5em; }
         
        strong { font-weight: bold; }
         
        h1 { margin-bottom: 1em; }
         
        #wrapper {
			background:url("../images/galeria/ml.gif") repeat-y scroll 0 0 transparent;
			width:658px;
			margin:0px;
			min-width:658px;
        }
         
        #img {
            position: relative;
            width: 658px;
            height: 480px;
            margin-bottom: 1em;
        }
         
        #gallery { 
        	height: 84px; 
        }
         
        #wrappe, #img, #gallery li {
            border: 1px solid #223106;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }
         
        #gallery li {
            float: left;
            padding: 1px;
            background: transparent url(../i/ajax-loader-small.gif) 50% 50% no-repeat;
            border-color: #345;
            cursor: pointer;
        }
         
        .caption {
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            width: 96%;
            height: 50px;
            padding: 0 2%;
            line-height: 50px;
            color: #fff;
            background-color: #000;
            opacity: .8;
        }*/
		/*---------Fim da Galeria-----------*/


/*.gallery*/
#wrapper {
	background:url("../images/galeria/ml.gif") repeat-y scroll 0 0 transparent;
	width:658px;
	margin:0px;
	min-width:658px;
}
.gallery_header {
	background:transparent;
	border:1px solid #CCCCCC;	
}
.gallery_center{
	border:1px solid #CCCCCC;
	background:url("../images/bg_gallery.jpg");
	width:640px;
}

#thumbdisplay{
	border:1px solid #CCCCCC;
}
#thumbbox li {
    cursor: pointer;
}

#thumbbox{
	border:1px solid #CCCCCC;
	padding:0px;
	position:relative;
	text-align:center;
	width:640px;
	height:115px;
}	
#thumb_container{
	position:relative;
	overflow:hidden;
	/*width:576px;*/
	height:115px;
	margin:0px;
	float:left;
}
#rightmore a {
	background:url(../images/galeria/right_more.gif) no-repeat;
	display:block;
	color:#fff;
	text-decoration:none;
	width:32px;
	padding:0;
	float:right;
}
#rightmore a:hover {
	background:url(../images/galeria/right_more_over.gif) no-repeat;
	color:#fff;
	height:115px;
}
#leftmore a {
	background:url(../images/galeria/left_more.gif) no-repeat;
	display:block;
	color:#fff;
	text-decoration:none;
	width:32px;
	padding:0;
	float:left;
}
#leftmore a:hover {
	background:url(../images/galeria/left_more_over.gif) no-repeat;
	color:#fff;
	height:115px;
}
.spacing {
	padding:1px;
}

.thumb_img{
	height:115px;
	width:153px;
	border:0px;
}

#imgloader img{
	visibility: visible; 
	opacity: 1;
}
