
#gallery_box {
    height: 320px !important;
    overflow: hidden !important;
}

#gallery {
	position:relative;
	height:320px
}
#gallery a {
    float:left;
    position:absolute;
    z-index: -100;
}

#gallery a img {
    border:none;
    width: 350px;
    height: 250px;
}

#gallery a.show {
    z-index:500
}

#gallery .content h3 {
    color: #fa0;
/*    margin-left: 0; */
}
#featured-block {
    padding-bottom: 8px;
}

