@charset "utf-8";
/* CSS Document */
*{border: none; margin:0; padding:0;}
.subjectTile{display:block; width:100px; height:100px; position:relative; float: left; margin:20px; border: #CCCCCC solid 1px; border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px; behavior:url(../border-radius.htc);}
.subjectTile img{position:absolute; top:0; left:0;}
.subjectTile .title{font-family:Arial, Helvetica, sans-serif; color:#fff; width:100%; line-height: 100px; position:relative; text-align:center; z-index:200; cursor:pointer; display:none;font-weight:bold;}
.subjectTile div.hover{position:absolute; top:0; left:0; background: #333; z-index:100; width:100px; height:100px; display:none; cursor:pointer;}
