#slideshow {margin:0 auto; width:867px; height:348px;
	background:transparent url(../images/sliderBG.jpg) no-repeat center center;
	position:relative;}
#slideshow #slidesContainer{
  margin:0 auto;
  width:800px;
  height:348px;
  overflow:auto; /* allow scrollbar */
  position:relative;
  text-align:justify;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:800px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:348px;
}

/* Slideshow controls style rules. */
.control {display:block; width:50px; height:348px; text-indent:-10000px; position:absolute; cursor: pointer; z-index:100;}

.disableleft { display:block; width:50px; height:348px; position:absolute; cursor: pointer; background: url(../images/dis_control_left.gif) no-repeat center center; top:0; left:0; z-index:100;}

.disableright {display:block; width:50px; height:348px; position:absolute; cursor: pointer; background: url(../images/dis_control_right.gif) no-repeat center center; top:0; right:0; }


#leftControl {top:0; left:0; background: url(../images/control_left.gif) no-repeat center center;}
#rightControl { top:0; right:0; background: url(../images/control_right.gif) no-repeat center center;}

/* Style rules for Demo page */

#pageContainer {margin:0 auto; width:460px;}

.slide p {margin:15px; font-family:Verdana, Arial, Helvetica, sans-serif; color:#4d4d4d; font-size:11px; line-height:16px; width:570px;}

.slide span {font:Arial, Helvetica, sans-serif; color:#0083da; font-size:14px; font-weight:bold;}

.slide img {float:left;/* margin:10px 15px 30px 35px;*/}

a.more1:link, a.more1:visited, a.more1:hover {text-decoration:underline; color:#FFFFFF; font-weight:normal;}

a.more1:hover{text-decoration:none;}