section#gallery {
	margin-left:  160px;
}
section#gallery div {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -ms-transition: all  .5s linear;
    transition: all .5s linear;
    
    float: left;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left:  65px;
    height: 200px;
    width: 225px;
    background: black;
    opacity: .5;
}
section#gallery span {
    -webkit-transition: all .25s linear;
    -moz-transition: all .25s linear;
    -o-transition: all .25s linear;
    -ms-transition: all  .25s linear;
    transition: all .25s linear; 

    display: block;
    height: 200px;
    width: 225px;
    background: url(../art/hover_bar.png) no-repeat bottom;
    text-align:  center;
    opacity: 0;
}
section#gallery div:hover {
	opacity: 1;
}
section#gallery span:hover {
	opacity: 1;
}
section#gallery span p {
	padding-top: 155px;
}
section#gallery div a {
	font-size: 1.25em;
	text-decoration: none;
	color: white;
}
section#gallery div#thumb1 {
	background: url(../art/packaging/bubbleblast.png) no-repeat center;
}
section#gallery div#thumb2 {
	background: url(../art/packaging/xlr8.png) no-repeat center;
}
