/** 
 * Slideshow style rules.
 */
#slideshow {
	width:400px;
	height:auto;
	position:relative;
	margin-top: 30;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-color: transparent;
}
h2 a {
	color: #666;
	margin-left: 20px;
	font-size: 24px;
}
#slideshow #slidesContainer {
	width:314px;
	height:auto;
	overflow:auto; /* allow scrollbar */
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#pause:hover {
	background-color: #999999;
	background-color: linear-gradient(top, #7CD54B 0%,#589534 75%);
	box-shadow: 0 1px 0 rgba(255,255,255,0.3) inset, 0 1px 3px rgba(0,0,0,0.4);
}
#pause  {
	height: 32px;
	width: 40px;
	margin-top: 2px;
	background-image: url(../images/paused1.png);
	cursor: pointer;
	margin-right: 5px;
	position: absolute;
	margin-left: 40px;
	float: right;
}


#slideshow #slidesContainer .slide {
	width:314px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height:auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

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

/** 
 * Style rules for Demo page
 */
/** {
  margin:0;
  padding:0;
  font:normal 11px Verdana, Geneva, sans-serif;
  color:#ccc;
}
a {
  color: #fff;
  font-weight:bold;
  text-decoration:none;
}*/
a:hover {
  text-decoration:underline;
}
.slide h2, .slide p {
	margin:15px;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
}
.slide h2 {
	color:#333;
	letter-spacing:-1px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
}
.slide img {
  float:right;
  margin:0 15px;
}
