#body_blocker{
  top:0;left:0;
  background-color: black;
  width:100%;
  height:200%;
  position: absolute;
  z-index:99;
  opacity:0.0;
  filter:alpha(opacity=1);
  visibility: hidden;
}
#window_alert{
  text-align: left;
  vertical-align: middle;
  top:100%;left:100%;
/*  background: url(/images/BlackLoading.gif) scroll #b50000 no-repeat center center; */
  background: url(/images/BlackLoading.gif) scroll #3B70A4 no-repeat center center;
  border:1px solid black;
  width:0px;
  height:0px;
  position: absolute;
  z-index:100;
  visibility: hidden;
  overflow: hidden;
  padding:5px 15px 30px 15px;
  left: 50%;
  top: 50%;
  margin-left: -345px;
  margin-top: -300px;
}
#window_alert span{
  margin-right: -12px;
  margin-top: -2px;
}

#wrapper {
margin:auto;
text-align:left;
width:970px;
}
#main {
float:left;
width:970px;
}
.slider{
  width: 560px;
  margin:0 2px;
  float: left;
  overflow: hidden;
  background-color:#000000 ;
}
.slider ul{
 background-color:#000000 ;
 height: 80px;
 overflow:hidden;
 padding: 0;
 float: left;
 margin: 5px 0px;
 }
 .slider ul li{
 width: 89px;
 height: 80px;
 float: left;
 border:0;
 list-style-type: none;
 text-align: center;
 }
 .slider ul li img{
 border: 0;
 vertical-align: middle;
 margin: 0px auto;
 }
.bigImage{
  width:100%;
  height: auto;
  vertical-align: middle;
  text-align: center;
  padding: 3px;
/*  background: url(/images/BlackLoading.gif) scroll #000000 no-repeat center center; */
  overflow: hidden;
  min-height: 300px;
}

.photoTitle{
  font-family: "Trebuchet MS", Arial;
  font-size: 16px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  margin: 5px 0 5px 0;
  color: white;
}
.sliderContainer{
  width:100%;
  background-color:#000000 ;
  overflow: hidden; 
}

.previous {
  float: none;
  margin: 0;
  padding: 0;
}
.previous div {
  background: url(/images/null.gif) #000000 no-repeat center center;
  cursor:pointer;
  width: 10px;
  height: 90px;
  text-align: center;
  
}

#mainPicture {
	max-width:590px;
	max-height:440px;
}

