#gallery {
    position:relative;
    height:330px;
    width:900px;
}
    #gallery a {
        position:absolute;
        width:900px;
        overflow:hidden;
    }
     
    #gallery a img {
        border:none;
        height:250px;
        width:900px;
    }
     
    #gallery a.show {
        z-index:0;
    }
 
    #gallery .caption .content{
        height:80px;
        width:898px;
        position:absolute;
        bottom:0;
        left:0;
        overflow:hidden;
		color:#fff;
        font-size: 12px;
        font-weight:300;
		background-color:#0399D4;
		border-bottom:1px solid #aaa;
		border-right:1px solid #aaa;
		border-left:1px solid #aaa;
    }   
    #gallery .caption .content div{
        margin:10px;
    }
    #gallery .caption .content h4{
        margin:10px;
        padding:0px;
        color:#fff;
        font-size: 16px;
        font-weight:400;
        
    }
    
    #gallery .pre{
   left:0;
    }
    #gallery .next{
    right:0;
    }
    
    #gallery .next, #gallery .pre{
    position:absolute;
    height:250px;
    width:40px;
    background-color:#555;
    color:white;
    text-align: center;
    display:none;
    cursor:pointer;
    z-index:1;
    }
    .header_bottom{
    position:absolute;
    height:20px;
    width:900px;
     box-shadow: 0px 4px 4px #666666;
  	-webkit-box-shadow: 0px 4px 4px #666666;
  	-moz-box-shadow: 0px 4px 4px #666666;
  	top:230px;
    color:white;
    text-align: center;
    cursor:pointer;
    z-index:100;
    }