
.slide p {
  	margin:10px;
  	font:normal 13px Verdana, Geneva, sans-serif;
  	color:#444;
}
.slide h2 {
  	margin:10px;
  	font:italic 21px Georgia, "Times New Roman", Times, serif;
  	color:#666;
	margin:0 0 15px 5px;
}
.slide img {
	float:right;
	margin:-2px -10px 0 0;
	}

#slideshow {
	margin:0;
	width:889px;
	height:244px;
	background:transparent url(bg-slideshow.jpg) no-repeat 0 0;
	position:relative;
}

#slideshow #slidesContainer {
	height:246px;
	padding-top:2px;
	margin:0 auto 0 20px;
	overflow:auto;
	position:relative;
	width:832px;
	}

#slideshow #slidesContainer .slide {
  	margin:0 auto;
  	/*width:440px;*/ /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  	height:244px;
}

/**
 * Slideshow controls style
 */
.control {
  	display:block;
	top:93px;
  	width:35px;
  	height:73px;
  	text-indent:-10000px;
  	position:absolute;
  	cursor: pointer;
}
#leftControl {
	z-index:2;
	right:825px;
	top:92px;
	width:70px;
	background:url(../images/gallery_left_bt.png) no-repeat ;
}

#rightControl {
	right:13px;
	top:92px;
	width:70px;
	background:url(../images/gallery_right_bt.png) no-repeat ;
	
	
}
