﻿#thumbNailScrollBar
{
  background: #333333;
  border: solid 1px Gray;
  height: 600px;
  left: 0px;
  position: relative;
  top: 0px;
  width: 85px;
}

#thumbNailScrollBar .previousPicture, #thumbNailScrollBar .nextPicture
{
  cursor: pointer;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

#thumbNailContainer
{
  border: none;
  height: 500px;
  left: 5px;
  overflow: hidden;
  position: relative;
  width: 73px;
}

#thumbNailList
{
  left: 0px;
  position: relative;
  top: 0px;
}

#thumbNailList td
{
  padding-bottom: 4px;
}

#thumbNailList td img
{
  border: solid 1px Gray;
  cursor: pointer;
  display: block;
  height: 93px;
  margin: 0px;
  width: 71px;
}

#scaledImageContent
{
  background-image: url(../images/ajax-loader.gif);
  background-position: center;
  background-repeat: no-repeat;
  text-align: -moz-center;
  #text-align: center;
  padding: 10px;
  
}

#scaledImage
{

}



