@charset "utf-8";
/* CSS Document */
#slideshow {
	margin:0 auto;
	/* [disabled]height:75px; */
	background:transparent url(img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
#slideshow #slidesContainer {
margin:0 auto;
width:888px;
height:180px;
overflow:hidden; /* allow scrollbar */
position:relative;
}
#slideshow #slidesContainer .slide {
	margin:0 auto;
	width:868px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:180px;
}

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

/* Style rules for Demo page */
.slide h2, .slide h3, .slide p {
	/* [disabled]margin:8px; */
}
.slide p {
line-height: 18px;
color: #333333;
display: block;
margin-top: 10px;
margin-bottom: 10px;
}
.slide h1 {
	font: 33px/40px 'OpenSansCondensedLight', sans-serif;
	-webkit-font-smoothing: antialiased;
	color:#000;
	margin: 0px;
}
.slide h2 {
	font: 33px/40px 'OpenSansCondensedLight', sans-serif;
	-webkit-font-smoothing: antialiased;
	color:#000;
	margin: 0px;
}
.slide h2 {
	font: 20px/27px 'OpenSansCondensedLight', sans-serif;
	font-smooth:always;
	color:#000;
	margin: 0px;
}
.slide h3 {
	font: 20px/27px 'OpenSansCondensedLight', sans-serif;
	font-smooth:always;
	color:#000;
	margin: 0px;
}
#slidesContainer .slide .slider-content {
float: left;
width: 600px;
height: 180px;
}
#slidesContainer .slide .slider-img {
height: 180px;
text-align: center;
display: block;
margin-left: 605px;
}
