/* Internal style sheets for 
KatzoffRiggs website
Created January, 2007

Copyright Maiya Holliday 2007*/
#ClientGallery {
	float: right;
	margin-top: 15px;
	margin-left: 0px;
	position: relative;
	width: 321px;
}

#ClientList {
	float: left;
	margin-left: 0px;
	margin-top: 0px;
	width: 180px;
	
	}
#gallery {
  padding:0; 
  margin:0; 
  list-style-type:none; 
  overflow:hidden; 
  width:320px; 
  height:auto;
  border-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  /*background:#fff url(windows/win_back.gif);*/
  }
#gallery li {
  float:left;
  }
#gallery li a {
  display:block; 
  height:20px;
  width:320px; 
  float:left; 
  text-decoration:none; 
  border-bottom:1px solid #fff; 
  cursor:default;
  }
#gallery li a img {
  width:320px; 
  height:20px; 
  border:0;
  }
#gallery li a:hover {
  background:#eee; 
  height:239px;
  top: 0px;
  left: 0px;
  }
#gallery li a:hover img {
  height:239px;
  top: 0px;
  left: 0px;
  }
