
#slideshow {
	margin:0 auto;
	width:523px;
	height:184px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:523px;
  height:184px;
  overflow:hidden;
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:523px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:184px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:18px;
  height:19px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
/*
#leftControl {
  top:80px;
  left:0;
  z-index: 1;
  background:transparent url(img/prev.png) no-repeat 0 0;
}
#rightControl {
  top:80px;
  right:0;
  background:transparent url(img/next.png) no-repeat 0 0;
}
*/
#button1 {
  top:160px;
  left:418px;
  z-index: 1;
  background:transparent url(/images/button_01.png) no-repeat 0 0;
}

.b1selected {
  background:transparent url(/images/button_01_hover.png) no-repeat 0 0 !important;
}
.b2selected {
  background:transparent url(/images/button_02_hover.png) no-repeat 0 0 !important;
}
.b3selected {
  background:transparent url(/images/button_03_hover.png) no-repeat 0 0 !important;
}
.b4selected {
  background:transparent url(/images/button_04_hover.png) no-repeat 0 0 !important;
}

.b5selected {
  background:transparent url(/images/button_05_hover.png) no-repeat 0 0 !important;
}

#button1:hover{
  top:160px;
  left:418px;
  z-index: 1;
  background:transparent url(/images/button_01_hover.png) no-repeat 0 0;
}


#button2 {
  top:160px;
  left:438px;
  z-index: 1;
  background:transparent url(/images/button_02.png) no-repeat 0 0;
}

#button2:hover {
  top:160px;
  left:438px;
  z-index: 1;
  background:transparent url(/images/button_02_hover.png) no-repeat 0 0;
}

#button3 {
  top:160px;
  left:458px;
  z-index: 1;
  background:transparent url(/images/button_03.png) no-repeat 0 0;
}

#button3:hover {
  top:160px;
  left:458px;
  z-index: 1;
  background:transparent url(/images/button_03_hover.png) no-repeat 0 0;
}

#button4 {
  top:160px;
  left:478px;
  z-index: 1;
  background:transparent url(/images/button_04.png) no-repeat 0 0;
}

#button4:hover {
  top:160px;
  left:478px;
  z-index: 1;
  background:transparent url(/images/button_04_hover.png) no-repeat 0 0;
}

#button5 {
  top:160px;
  left:498px;
  z-index: 1;
  background:transparent url(/images/button_05.png) no-repeat 0 0;
}

#button5:hover {
  top:160px;
  left:498px;
  z-index: 1;
  background:transparent url(/images/button_05_hover.png) no-repeat 0 0;
}

a:hover {
  text-decoration:underline;
}

#pageContainer {
  margin:0 auto;
  width:523px;
}

#pageContainer h1 {
}
.slide img {
  float:right;
  margin:0 0px;
  border: none;
}
