#gallery_title
{
    font-size: 16px;
    font-weight:bold;
    padding-bottom:10px;
}
#gallery_imgs
{
    margin-top:15px;
}
#gallery_imgs a
{    
display:block;
float:left;        
width:150px;
height:113px;
padding:1px;       
overflow:hidden;
margin:10px;         
text-align:right;       
}
#gallery_show_box
{
    z-index:2000;
width:100%;
height:100%
background-color:black;           
}
#gallery_img_dsc
{
    background-color:black;
    color:white;
padding:10px;
}
#gallery_box_main
{
display:none;
position: absolute;
padding: 0;
margin:0;
margin-top:40px;
border: 0px;
background-color: white;
z-index:1100;
width:1024px;
height:768px;      
z-index:2000;       
}
#gallery_box_info
{
display:none;
position: absolute;
background-color:white;
height:41px;
z-index:1100;
border:0px;
z-index:2000;       
/*border-left: 1px solid black;
border-right: 1px solid black;*/
}
.gallery_box_next
{
float:right;
cursor: pointer;

}
.gallery_box_prev
{
float:left;
cursor: pointer;
}
#gallery_box_txt
{    
float:left;
text-align:center;
width:70%;
height:32px;
margin-top:0px;       
color:black;
font-weight:bold;
padding-top:5px;
}
.gallery_close_box
{
position:absolute;
margin-left:102%;
margin-top:-310px;
}
#gallery_box_black
{
display:none;    
position: absolute;
top: 0%;
left: 0%;
width: 100%;
height: 500%;
background-color: black;
color:red;
z-index:1500;
opacity:0.9;
filter: alpha(opacity=90);
}


