/*CSS-Tricks Example by Chris Coyierhttp: //css-tricks.com
*/
#page-wrap { width: 960px; padding: 0 0 0 15px; margin: 0 auto; overflow: hidden; height: 100%; }
.info-col { float: left; width: 132px; height: 100%; }
.info-col h2 { text-align: center; font-family:Georgia, "Times New Roman", Times, serif; color:#b94040; font-size:15px; font-weight:boldl; padding: 25px 0; }
.image { height: 100px; text-indent: -9999px; display: block; border-right: 1px solid white; }
.image1{ background: url(../images/aquaman.jpg) center center no-repeat; }
.image2{ background: url(../images/spiderman.jpg) center center no-repeat; }
.image3{ background: url(../images/batman.jpg) center center no-repeat; }
.image4{ background: url(../images/ironman.jpg) center center no-repeat; }
dl { }
dt {color:#8a8a8a;font-size:11px; font-weight:bold; padding: 5px; background:none;border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; }
dd {font-size:11px; color:#8a8a8a; position: absolute; left: -9999px; top: -9999px; width: 309px; background:none; padding: 10px;  border-right: 1px solid #ccc; }
.curCol { -moz-box-shadow: 0 0 10px rgba(0,0,0,0.4); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.4); z-index: 1; position: relative; }
