
#slideshow {
	margin:0 auto;
	width:618px;
	height:184px;
	position:relative;
}
#slideshow #slidesContainer {
  margin:auto;
  width:618px;
  height:184px;
  overflow:auto; /* allow scrollbar */
  background-repeat:repeat-y;
  background-position:center;
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:618px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:184px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:17px;
  height:16px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
.control2 {
  display:block;
  width:17px;
  height:16px;
  text-indent:-10000px;
  position:absolute;
  cursor: default;
}
#leftControl {
	border:1px #dfe1e2 solid;
	margin-top:-46px;
	margin-left:571px;
  top:0;
  left:0;
  background:transparent url(../coslider/img/control_left.png) no-repeat 0 0;
  
}
#leftControlHide {
	border:1px #dfe1e2 solid;
	margin-top:-46px;
	margin-left:571px;
  top:0;
  left:0;
  background:transparent url(../coslider/img/control_left_hide.png) no-repeat 0 0;
}

#rightControl {
	border:1px #dfe1e2 solid;
	margin-top:-46px;
	margin-right:10px;
  top:0;
  right:0;
  background:transparent url(../coslider/img/control_right.png) no-repeat 0 0;
}
#rightControlHide {
	border:1px #dfe1e2 solid;
	margin-top:-46px;
	margin-right:10px;
  top:0;
  right:0;
  background:transparent url(../coslider/img/control_right_hide.png) no-repeat 0 0;
}
