﻿

#slideshowOutline {
	/* margin:0 auto; */
	width:968px;
	height:333px;
	position:relative;
	top:173px;
	left:7px;
	z-index:99;
	margin-bottom:-333px;
}


#slideshow {
	margin:0 auto;
	width:590px;
	height:333px;
	/* background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0; */
	  position:relative;  
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:590px;
  height:333px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  left:-4px;
  top:-148px;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:590px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:333px;
}

#slideclose
{
    margin:0 auto;
    width:580px;
    height:20px;
    position:relative;
    left:-4px;
    top:-148px; 
    text-align:right;
    color:gray;
    cursor:pointer;

}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:333px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
  background-color:Red;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(/images/maintitle/leftarrow.jpg) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(/images/maintitle/rightarrow.jpg) no-repeat 0 0;
}

 
#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer h1 {
  display:block;
  width:960px;
  height:114px;
  /* background:transparent url(img/bg_pagecontainer_h1.jpg) no-repeat top left; */
  text-indent: -10000px;
}
.slide h2, .slide p {
  margin:15px;
}
.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {
  float:right;
  margin:0px;
}


