﻿#contentRight
{
 display: none;
}

#main
{
 width: 900px;
}

#galleryOuter
{
 margin-left: 20px;
 position: absolute;
 width: 840px;
 height: 120px;
 border-top: solid 1px #b53e17;
 border-bottom: solid 1px #b53e17;
}

#galleryWindow
{
 width: 800px;
 height: 123px;
 overflow: hidden;
 position: absolute;
 left: 20px;
}

#btnLeft, #btnRight
{
 position: absolute;
 top: 50px;
 font-size: 12pt;
}

#btnLeft
{
 left: -10px;
}

#btnRight
{
 left: 830px;
}

#caption
{
  width: 700px;
  margin: 0 0 20px 100px;
}

#gallery
{
 position: absolute;
 width: 999999px;
}

#gallerySpacer
{
 clear: both;
 height: 140px;
}

.photo
{
 float: left;
 height: 100px;
 margin: 15px 10px 5px 0;
 abackground: transparent url(/_images/bg-gallery.jpg) no-repeat top left;
}

.photo div
{
 height: 90px;
 overflow: hidden;
 vertical-align: middle;
 text-align: center;
 cursor: pointer;
}

#imageHolderOne
{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 z-index: 2;
 text-align: center;
 vertical-align: middle;
 line-height: 200px;
}

#imageHolderTwo
{
 position: absolute;
 top: 0px;
 left: 0px;
 width: 100%;
 z-index: 1;
 text-align: center;
 vertical-align: middle;
 line-height: 200px;
}

#image
{
 width: 830px;
 height: 200px;
 position: absolute;
}

#imageSpacer
{
 height: 320px;
}