.slideshow {  
	width:900px;
	height:170px;
	background:transparent url(/img/bg_slideshow.jpg) no-repeat 0 0;
	position:relative;
}
.slideshow .slidesContainer {
  margin:0 auto;
  width:900px;
  height:170px;
  overflow:auto; /* allow scrollbar */
  position:relative;
}
.slideshow .slidesContainer .slide {
  margin:0 auto;
  width:900px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:170px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:21px;
  height:170px;

  position:absolute;
  cursor: pointer;
}

.leftControl { 
  top:0;
  left:0;
  /*background:transparent url(/img/slideleft.png) no-repeat 0 0;*/
}
.rightControl {
  top:0;
  right:0;
 /* background:transparent url(/img/slideright.png) no-repeat 0 0;*/
}/*
.rightControl:hover {
  background:transparent url(/img/slideright_h.png) no-repeat 0 0;
}
.leftControl:hover {
  background:transparent url(/img/slideleft_h.png) no-repeat 0 0;
}*/
/** 
 * Style rules for Demo page
 */

.slide p{
	margin-top:-170px;
	display:block;
	color:#FFF;
	padding-right:21px;
	background:#000000;
	width:350px;
	height:170px;
	float:right;
	text-align:justify;
	background: url(/img/bg.png) repeat;
	padding:10px 30px 10px 10px !important;


}

.slide h2 {
  font:italic 24px Georgia, "Times New Roman", Times, serif;
  color:#ccc;
  letter-spacing:-1px;
}
.slide img {

	float:right;
  margin:0 0px;
}

