.content_viewergal{
    display:none;
    background: rgba(0,0,0,0.8);
    width: 976px;
    height: 846px;
    position: absolute;
    z-index: 1000;
    top: 250%;
    left: 50%;
    margin: -15px 0 0 -490px;	  
}
.container2{
min-width:50px;
}
.viewergal{
    width: 950px;
    height: 320px;
    margin: 13px;
    border: none;
}
.viewer_textgal{
    width: 500px;
    height: 320px;
    border: none;
    float: right;
	overflow-x: hidden;
	
}
.viewer_textgal h3{
    font-size: 18px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: lighter;
    margin: 15px 0 10px;
    color: #fff;
    letter-spacing: -1px;
	
}

.viewer_textgal p{
    font-size: 12px;
    font-weight: lighter;
    color: #fff;
    letter-spacing: -1px;
    line-height: 1.6;
    text-align: justify;
	padding-right: 10px;
	margin-bottom: 10px;
}
.box_containergal{
	overflow: hidden;
    display: none;
    background: rgba(0,0,0,0.8);
    width: 976px;
    height: 346px;
    position: fixed;
    z-index: 10;
    top: 50%;
    left: 50%;
    margin: -175px 0 0 -490px;
    border: 2px solid #4f4f4f;
	
    -webkit-box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.75);
    -moz-box-shadow:    0px 0px 15px rgba(255, 255, 255, 0.75);
    box-shadow:         0px 0px 15px rgba(255, 255, 255, 0.75);
    -o-box-shadow:      0px 0px 15px rgba(255, 255, 255, 0.75);
    -ms-box-shadow:     0px 0px 15px rgba(255, 255, 255, 0.75);
}
.contentgal{	
    margin: 0;
    width: 100%;
	height: 946px;
	position: relative;
}
.albuns
{
 margin:10px;
 border: 1px solid #fff;
 display:inline-block;
}
.albuns a
{
 color:green; 
}
.albuns img
{
 width: 100%;
height: 150px;
}
.imagensgal
{
 width:950px;
 height: 500px;
 overflow: hidden;

}

.wrapper .container {
	width: 950px;
	overflow-x: hidden;
}


.imagensgal h1
{
color: #fff;
font-size: 20px;
}

.showimg
{
border: 2px solid #fff;
position:absolute;
margin-top: 20;
margin-left:515;
z-index: 20;
 display:none;
 width: 450px;
 height:450px;
 overflow: hidden;
}
.next
{
width:50px;
margin-left: 40;
height:50px;
cursor:pointer;
position:absolute;
background: url('next1.png') no-repeat;
}
.prev
{
width:50px;
height:50px;
cursor:pointer;
position:absolute;
background: url('prev1.png')no-repeat;
}
.imgg
{
 width: 450px;
 height:450px;
}
.closeimg{
	cursor:pointer;
    width: 16px;
    height: 16px;
    background: url('close.png');
    position: absolute;
    z-index: 11;
    right: 5px;
    top: 5px;
}