#slideshow {
	margin:0 auto;
	width:940px;
	height:300px;
	position:relative;
	z-index: 0;
	background-color: #e9e9e9;
}
#slideshow #slidesContainer {
  margin:0 auto;
  width:720px;
  height:290px;
  overflow:hidden; /* allow scrollbar */
  position:relative;
  padding:35px 0 0 0;
}
#slideshow #slidesContainer .slide {
  margin:0 auto;
  width:700px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:290px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
  display:block;
  width:70px;
  height:263px;
  text-indent:-10000px;
  position:absolute;
  cursor: pointer;
}
#leftControl {
  top:0;
  left:0;
  background:transparent url(../img/control_left.png) no-repeat 0 0;
}
#rightControl {
	top:0;
	right:0;
	background-color: transparent;
	background-image: url(../img/control_right.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.slide h2, .slide p {
  margin:10px 0 0 0;
  	line-height:140%;
}

.slide p a{
	background-color: #f5f5f5;
	padding:5px 10px 6px 7px;
border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
	text-decoration:none;
	color:#333333;
}

.slide p a:hover{

  background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.slide h2 {
	width:300px;
	display: inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size:1em;

}
.slide img {
clear:both;
  float:right;
  margin:10px;
}