/*
	 CSS-Tricks Example
	 by Chris Coyier
	 http://css-tricks.com
*/ 
 
.page-wrap { width: 100%; padding: 0 0 0 15px; margin: 0 auto; overflow: hidden; /*height: 100%;*/ }

.info-col { float: left; height: 100%; padding: 0 0 0 0; }
.curCol{ padding:0 0 30px 0 !important;}
.info-col h2 { text-align: center; font-weight: normal; padding: 15px 0; margin:0;font-size: 15px;text-transform: uppercase; }

.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; }

.page-wrap .info-col dt { padding: 5px; background: #900; color: white; border-bottom: 1px solid white; border-right: 1px solid white; }
.page-wrap .info-col dd { position: absolute; left: -9999px; top: -9999px; background: #900; padding: 5px 10px 25px 10px; color: white; border-right: 1px solid white; margin:0; }
.page-wrap .info-col dl { margin:0;}
.info-col a.readmore-text{ color:#FFFFFF !important; position:absolute; right:10px;background: none !important;}

/*dt:nth-of-type(1) { background: #b44835; }
dd:nth-of-type(1) { background: #b44835; }

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

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

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

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

dt:nth-of-type(6) { background: #656b60; }
dd:nth-of-type(6) { background: #656b60; }*/

.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; }