/*  Gallery  */
#gallery 
{
	/*float:left;*/
	padding:0;
	margin: 10px 10px 10px 10px; 
	list-style-type:none; 
	overflow:hidden;
	border:1px solid #888; 
	background:#ffff ;
}
  
#gallery li {
	float:left;
}

#gallery li a {
  display:block; 
  height:240px;
  width:28px;
  overflow:hidden;
  float:left; 
  text-decoration:none; 
  border-right:1px solid #fff; 
 }

#gallery li a img {
border:0;
/*background: #FFF url(../images/gallery_loading.gif) top left no-repeat;*/
}

#gallery img:hover {
	cursor: pointer;
}

#gallery li a:hover {
  background:#eee; 
  width:320px;
}


.scrollBox {
	height: 500px;
	width: 300px;
	overflow: auto;
	border: 1px solid #666;
	background-color: #999999;
	padding: 8px;

}
