

a, a:visited {
color: white;
text-decoration: underline;
}
a:hover {
color: #ddd;
text-decoration: none;
}

  #facebook{
 background: url('../files/facebook_icon.png') 0px 0px no-repeat;
 float: right;
 width:  68px;
 height: 68px;
 cursor: pointer;
 }
 
   #facebook:hover {
 background: url('../files/facebook_icon.png') 0px -68px no-repeat;
 }
 
   #twitter{
 background: url('../files/twitter_icon.png') 0px 0px no-repeat;
 float: right;
 width:  68px;
 height: 68px;
 cursor: pointer;
 }
 
   #twitter:hover {
 background: url('../files/twitter_icon.png') 0px -68px no-repeat;
 }
   #vimeoi{
 background: url('../files/vimeo_icon.png') 0px 0px no-repeat;
 float: right;
 width:  68px;
 height: 68px;
 cursor: pointer;
 }
 
   #vimeoi:hover {
 background: url('../files/vimeo_icon.png') 0px -68px no-repeat;
 }

  div#gallery
 {
 width:  800px;
 height: auto;
 clear:  both;
 }
 
 div#panel
 {
 width:  800px;
 height: 450px;
 border: 0px solid #000;
 }

 div#thumbs img
 {
 cursor: pointer;
 border: 2px solid #000;
 width: 260px;
 margin-left: 4px;
 margin-top: 4px;
height: 136px;
 }
 
 div#thumbs #thumb{
border: 2px solid #000; 
float: left; 
width: 260px; 
height: 136px; 
cursor: pointer;
 }
 
 div#thumbs #thumb p{
margin-top: 88px; 
padding: 5px; 
background: url('http://www.stackers.ro/slo/files/bg_60.png');"
 }