#sidebar {
    color:#000;
    margin-left:100px;
    position:fixed;
    width:150px;
    height:auto;
    margin-top:140px;
    text-align:left;
    }
    
#sidebarimage img {
    margin-left: 48px;
    width:155px;
    border:3px double #f2f2f2;
    border-radius:10px ;
    padding:3px;
    height:180px;
    margin-top:-50px;
    margin-bottom:10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    }
    
#sidebar:hover #sidebarimage img {-webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear; -o-transition: all 0.6s linear; transition: all 0.6s linear; -webkit-transition: all 0.6s linear; -moz-transition: all 0.6s linear;  opacity:1; -webkit-filter: grayscale(60%);}   
    
.tt {margin-top:-155px; opacity:1; margin-left:47px;text-align:center; font-family:pacifico; font-size:23px; color:transparent; position:absolute;-moz-transition-duration:1.3s;
    -webkit-transition-duration:1.3s;
    -o-transition-duration:1.3s;}
    
#sidebar:hover .tt {margin-left:80px; opacity:1.0; color:#696969;
    
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;}    
    
#sidebar:hover .desc {margin-top:18px; opacity:1.0; 
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;}   
   


.desc {
    
    
    font-family:georgia;
    padding:3px;
    margin-left:47px;
    margin-top:-10px;
    height:114px;
    width:170px;
    font-style:oblique;
    text-align:center;
    font-size:9px;
    color:#696969;
    letter-spacing:1px;
    line-height:155%; -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;}


#link{ width: 180px;margin-top:-42px; margin-left: 63px;opacity:1; -webkit-transition-duration:0.8s;-moz-transition-duration: 0.8s; position:fixed;}

#link  a.links {
    display:inline-block;
    width:20px;
    text-align: center;
    text-transform: uppercase;
    line-height: 9px;
    color: #929292;
    font-size:8px;
    font-family: calibri;
    padding:4px 3px 4px 2px;
    background: #eeeeee;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;    
    transition: all 0.5s ease-in-out;
    cursor:pointer;
    margin-bottom: 3px;
    margin-left: 0px; 
}



#link a:hover {#dadada; background: #eeeeee;box-shadow: 1px 1px #dcdcdc;}
