/* Products & Projects Gallery Styles */



#gallery{
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold;
 background-color:#555555;
 padding:0; margin:0;
 height:30px;
 line-height:30px;
 text-align:center; 
 color:#FFF;
 border-top:1px;
 border-top-color:#000000;
 border-top-style:solid;
 border-bottom:1px;
 border-bottom-color:#000000;
 border-bottom-style:solid;
}


#gallery h1{

 font-size:16px;



}



#gallery p {
  font-size:14px;
   color:#FFF;
   text-decoration:none;   
}


#gallery a {
   font-size:14px;
   color:#FFF;
   text-decoration:none; 
   display:inline-block;

   padding:0 4px 0 4px;
   margin:0 4 0 4;

}

#gallery a:hover{

   background-color:#990000;
  text-decoration:underline;

}


.spacer {

  display:none;

}



