* {margin:0; padding:0}
#gallery {position:relative; width:381px;}
#imagens {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {position:relative; width:381px; height:213px; padding:5px; border:1px solid #ccc; background:#FFF url(../tratamentos_termicos/imagens/loading.gif) center center no-repeat}
#image img {position:absolute; top:5px; left:5px} 
#thumbwrapper {margin-top:10px; padding:5px 0; width:682px; height:100px; border:2px solid #666; background:#FFF; display:none;}
#thumbarea {position:relative; overflow:hidden; height:100px; width:381px; }
#thumbs {position:absolute; list-style:none; margin-left:5px; height:100px; width:10000px; border-right:5px solid #FFF}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {position:absolute; width:20%; z-index:100; height:213px; width:20%; z-index:100; outline:none; cursor:pointer}
#previmg {left:0; background:url(imagens/left.png) left center no-repeat; border-left:5px solid #FFF}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {right:0; background:url(imagens/right.png) right center no-repeat; border-right:5px solid #FFF}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}


#wrapper{
	color:#000000;
	font-family:tahoma;
	font-size:14px;
	margin:0 auto;
	width:515px;
}

#wrapper a{
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	text-decoration:underline;
}

.box {
    background-color: #ffffff;
    color: #888888;
    left: 100%;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 515px;
    z-index: 101;
}

.overlay {
    background: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}

#conteudoModal{
	margin-top:-20px;	
}

a.boxclose {
    background: url("../imagens/cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 12px;
    position: relative;
    top: -33px;
    width: 26px;
	z-index:102;
}