

#wrapper
{
  width: 663px;
}

#gallery
{
  width: 567px;
  overflow: hidden;
  background-color:white;
  float:left;
  left:200px;
  height: 178px;
  margin-top: 15px;
}
  
div.image
{
	width: 1563px;
	overflow: hidden;
	height: 176px;
	padding: 0px;
	clear:both;
	z-index: 5;
	position: relative;
	display: inline;
}  
  
#gallery div.img_wrapper
{
  width: 166px;
  height: 174px;
  background: url('../img/misc/gallery_bg.png') no-repeat center center;
  margin: 0px 10px;
  text-align: center;
}

#gallery img
{
  margin-top: 15px;

	text-align: center;
	vertical-align: middle;
	clear:both;
	display:inline;
}

#gallery a img
{
  border: 0px;
}

p.gal_label
{
  color: #ed1c24;
  font-weight: bold;
  font-size: 11px;

}

img.arrow
{
  cursor: hand;
  cursor:pointer;
  margin-top: 80px;
  display: none;
}

div.mask
{
  width:48px;
  text-align:center;
  display:inline;
  margin-top: 15px;
}

div.gallery_line
{
  background: url('../img/misc/gallery_line.png') no-repeat; 
  width:663px;
  height:10px;
  margin-top: 40px;
}