﻿
body {
	background-color: #FFFFFF;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

#gallery 
{
position:absolute;
  margin-left:0px;
  margin-top:25px;
  padding:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:495px; 
  height:240px; 
  border:2px solid #888; 
  background:#fff url(images/gallery.png);
}
#gallery li 
{  
  float:left;
}
#gallery li a 
{
  display:block; 
  height:240px;
  width:28px; 
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
  cursor:default;
}
#gallery li a img 
{
  width:28px; 
  height:240px; 
  border:0;
}
#gallery li a:hover 
{
  background:#eee; 
  width:320px;
}
#gallery li a:hover img 
{
  width:320px;
}

