/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/

* { margin: 0; padding: 0; }

#page-wrap { width: 664px;overflow: hidden; height: 100%; }

.info-col { float: left; width: 132px; height: 100%; padding: 50px 0 0 0; }
.info-col h2 { text-align: center; font-weight: normal; padding: 25px 0; }

.image { height: 100px; text-indent: -9999px; display: block; border-right: 1px solid white; }

.batman { background: url(../images/batman.jpg) center center no-repeat; }
.spiderman { background: url(../images/spiderman.jpg) center center no-repeat; }
.aquaman { background: url(../images/aquaman.jpg) center center no-repeat; }
.ironman { background: url(../images/ironman.jpg) center center no-repeat; }
.superman { background: url(../images/superman.jpg) center center no-repeat; }

dt { padding: 5px; background: #900; color: white; border-bottom: 1px solid white; border-right: 1px solid white; }
dd { position: absolute; left: -9999px; top: -9999px; width: 153px; background: #900; padding: 5px; color: white; border-right: 1px solid white; font-size:11px; }

dt:nth-of-type(1) { background: #66cb3d; }
dd:nth-of-type(1) { background: #66cb3d; }

dt:nth-of-type(2) { background: #4c992f; }
dd:nth-of-type(2) { background: #4c992f; }

dt:nth-of-type(3) { background: #1b4d08; }
dd:nth-of-type(3) { background: #1b4d08; }

dt:nth-of-type(4) { background: #636572; }
dd:nth-of-type(4) { background: #636572; }

dt:nth-of-type(5) { background: #3b415d; }
dd:nth-of-type(5) { background: #3b415d; }

dt:nth-of-type(6) { background: #181d39; }
dd:nth-of-type(6) { background: #181d39; }

.curCol { -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); z-index: 1; position: relative; }