@charset "utf-8";
/* CSS Document */    
@font-face {
 font-family: Papyrus;
 src: url("PAPYRUS.eot") /* EOT file for IE */
}
@font-face {
 font-family: Papyrus;
 src: url("PAPYRUS.TTF") /* TTF file for CSS3 browsers */
}
.boxgrid h3{ margin: 10px 5px -3px 5px; color:#fff; font:16px Papyrus, Arial, sans-serif; text-align:center; }
.boxgrid{ 
        width: 175px; 
        height: 214px; 
        margin:4px; 
        float:left; 
        background:#161613; 
        border: solid 1px #F284A7; 
        overflow: hidden; 
        position: relative; 
		z-index: 0;
    }
    .boxgrid img{ 
        position: absolute; 
        top: 0; 
        left: 0; 
        border: 0; 
    }
    .boxgrid p{ 
        padding: 0 5px; 
        color:#afafaf; 
        font-weight:bold; 
        font:10pt "Lucida Grande", Arial, sans-serif; 
    }
    .boxcaption{ 
        float: left; 
        position: absolute; 
        background: #000; 
        height: 214px; 
        width: 175px; 
        opacity: .8; 
        /* For IE 5-7 */
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
        /* For IE 8 */
        -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }
	.boxcaption a{ color:#C8DCE5;}
    .captionfull .boxcaption {
        top: 175px;
        left: 0px;
    }