/* vouchers */


/* body */

#body {
overflow: visible;
}

ul#vouchers {
list-style: none;
margin: 2em 0 1.5em;
overflow: hidden;
width: 780px;
}

ul#vouchers > li {
margin: 0;
position: relative;
width: 32%;
smargin-right: 3%;
float: left;
}

ul#vouchers > li h3 {
position: absolute;
width: 100%;
top: 30%;
text-align: center;
z-index: 100;
font-weight: bold;
font-size: 2em;
cursor: default;
text-shadow: 0 0 .5em #fff;
}

ul#vouchers > li img {
display: block;
width: 100%;
opacity: .382;
z-index: 0;
}

ul#vouchers > li:hover h3 {
opacity: 0;
}

ul#vouchers > li:hover img {
opacity: 1;
}


/* sidebar */




