div.thumbsholder {
position: relative;
height: 155px;
width: 100%;
border: 1px solid #D9984E;
margin: 0px;
padding: 0px;
}
div.thumbsholder a.leftbtn {
position: absolute;
top: 0px;
left: 0px;
margin: 0px;
padding: 0px;
display: block;
height: 155px;
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-image: url('wide-arrow-left.gif');
width: 20px;
height: 100%;
border-right: 1px solid #D9984E;
background-color: #47000B;
}
div.thumbsholder a.rightbtn {
position: absolute;
top: 0px;
right: 0px;
margin: 0px;
padding: 0px;
display: block;
height: 155px;
width: 100%;
background-repeat: no-repeat;
background-position: center center;
background-image: url('wide-arrow-right.gif');
width: 20px;
height: 100%;
border-left: 1px solid #D9984E;
background-color: #47000B;
}
div.fsimageholder {
position: absolute;
left: 220px;
top: 250px;
width: 615px;
height: 460px;
z-index: 1000;
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
padding: 20px;
border: 10px solid #339E36;
background-color: #BCDE8C;
}
div.fsimageholder img {
border: 0px;
}
div.fsimageholder h4 {
margin: 4px;
text-align: center;
font-size: 12px;
font-weight: bold;
}
div.gallery {
    overflow: hidden;
  width: 580px;
  height: 155px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 0px;
}
a.thumbdiv {
  float: left;
  display: block;
  border: 1px solid #339E36;
  background-color: #BCDE8C;
  height: 112px;
  width: 116px;
  padding: 2px;
  padding-top: 5px;
  margin: 2px;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
}
a.thumbdiv:hover {
  border: 1px solid #FFFFFF;
  background-color: #339E36;
}
a.thumbdiv span {
display: block;
margin:0;
text-align:center;
font-size: 11px;
font-weight: normal;
height: 30px;
overflow: hidden;
white-space: normal;
color: black;
}
a.thumbdiv img {
border:0;
}

div.gallerylistitem {
padding: 20px;
padding-bottom: 10px;
border-bottom: 1px solid #BCDE8C;
clear: both;
cursor: pointer;
_cursor: hand;
position: relative;
height: 120px;
}

div.gallerylistitem:hover {
background-image: url('images/galleryitemhover.gif');
background-repeat: no-repeat;
background-position: bottom right;
}

div.gallerylistitem div.leftdiv {
position: absolute;
left: 20px;
top: 20px;
width: 150px;
height: 120px;
}

div.gallerylistitem div.contdiv {
margin-left: 150px;
font-size: 10px;
font-family: Tahoma,sans-serif;
color: #000000;
}

div.gallerylistitem div.contdiv h2 {
margin: 0px;
margin-bottom: 6px;
padding-bottom: 6px;
padding-left: 0px;
color: #329D35;
font-family: Tahoma,sans-serif;
font-size: 12px;
font-size-adjust: none;
font-stretch: normal;
font-style: normal;
font-variant: normal;
font-weight: normal;
line-height: normal;
text-decoration: none;
text-align: left;
}

div.imageshadow {
background-image:url(images/shadow.gif);
background-position:right bottom;
background-repeat:no-repeat;
float:left;
margin-bottom:10px;
margin-right:10px;
padding:0px 3px 3px 0px;
}

div.imageshadow img {
border:5px solid #BCDE8C;
display:block;
left:-2px;
position:relative;
top:-2px;
}