ul#white { margin:0; padding:0; list-style-type:none; }
ul#white li { position:relative; float:left; border-top:1px; margin-right: 10px; padding-right: 10px;}
ul#white .current { border-top:1px;}
ul#white li:hover { border-top:1px;}
ul#white li a { color: #FFFFFF; font-weight:bold;text-decoration:none; }
ul#white li a:hover { color:#65E039; font-weight:bold; border:none; }
.avatar {
    float:left;
   background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(/images/shadow.gif) no-repeat bottom right;    
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

.avatar img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 5px -6px;
    padding: 4px;
}

.avatar:hover img {
	border: 1px solid gray;
}

.avatar:active img {
	border: 1px solid black;
}

.display_postcard {
    float:left;
   background: url(/images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(/images/shadow.gif) no-repeat bottom right;    
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

.display_postcard img {
    display: block;
    position: relative;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    margin: -6px 6px 5px -6px;
   }

.display_postcard:hover img {
	border: 1px solid gray;
}

.display_postcard:active img {
	border: 1px solid black;
}





