ul.files{padding:0;margin:0;list-style-type:none;font-size:13px;color:#999999;margin:2px 0 8px;}
ul.files a{color:#104054;}
ul.files a:hover{color:red;}


#projects { text-align:center; padding:20px 0 0 20px; }
.project { border-width:3px; border-style:solid; border-color:#707070; position:relative;  width:222px; height:140px; margin:0 30px 15px 0; display:inline-block; vertical-align:top; text-decoration:none; text-align:left; background:#ddd url('/img/no_photo.png') no-repeat center 33px; }
.project:hover { border-color:#467da7; }
.project:hover .clone{ opacity:0; }
.project .caption { padding:5px; width:212px; font-size:12px; min-height:30px; color:#fff; position:absolute; bottom:0; left:0; background:#ec0000; z-index:3; }
.project .thumb { position:absolute; top:0; left:0; z-index:1; width:222px; }
.project .clone { z-index:2; opacity:1; }
