 * Slideshow style rules.
 */
 @charset "utf-8";
#slideshow {
	margin:0 auto;
	width:900px;
	height:210px;
	/*background:transparent url(jqueryslideshow/img/bg_slideshow.jpg) no-repeat 0 0;*/
	/*background-color:#CC3300;*/
	position:relative;
	
}
#slideshow a {
	color:#B33835;
}
#slideshow a:hover {
	color:#666;
}
#slideshow p{
	color:#666;	
}
#slideshow img{

border-color:#CC3300;	
}

#slideshow ul
{
color:#FFFFFF;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:810px;
  height:220px;
  overflow:hidden; /* allow scrollbar */
  position:relative;
  
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:660px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:220px;
  overflow:hidden;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:39px;
  height:210px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(jqueryslideshow/images/control_left.gif) no-repeat 0 0;
}
#rightControl {
  top:0;
  right:0;
  background:transparent url(jqueryslideshow/images/control_right.gif) no-repeat 0 0;
}

/** 
 * Style rules for Demo page
 */


 h1 {
  display:block;
  width:960px;
  height:114px;
  background:transparent url(jqueryslideshow/img/bg_pagecontainer_h1.jpg) no-repeat top left;
  text-indent: -10000px;
  color:#CC3300;
}
.slide h2, .slide p {
  margin:15px;
  
}

.slide img {
  float:right;
  margin:13px 15px;
  width:200px;
  height:175px;
}
