@charset "utf-8";
/* CSS Document */
#slideshow {
	margin:0 auto;
	width:470px;
	height:190px;
	
	/*background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;*/
	position:relative;
	padding:right;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:400px;
  height:238px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:400px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:238px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:238px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../images/control_left.jpg) no-repeat 0 0;
  margin-top:5em;
  height:40px;
  width:20px;
}
#rightControl {
  top:0;
  right:0;  
  background:transparent url(../images/control_right.jpg) no-repeat 0 0;
  margin-top:5em;
  height:40px;
  width:20px;
}

/** 
 * Style rules for Demo page
 */
#p_id {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#000000;
}
#a_id {
  color: #666666;
  font-weight:bold;
  text-decoration:none;
}
#a_id:hover {
  text-decoration:underline;
}
#pageContainer {
  margin:0 auto;
  width:960px;
}
#pageContainer #h1_id {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(slider/img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
}
.slide #h2_id, .slide #p_id {
  margin:15px;
}
.slide #h2_id {
  font: 18px vardana, "Times New Roman", Times, serif;
  background-color:#EBEBEB;
  color:#333333;
  letter-spacing:-1px;
  padding-left:5px;
  
}
.slide img {
  float:right;
  margin:0 15px;
}
#footer_id {
  height:100px;
}
#footer_id #p_id {
  margin:30px auto 0 auto;
  display:block;
  width:430px;
  height:40px;
}
