
#slideshow-main {
	margin: 25px auto 0;
	width: 960px;
	height:263px;
	position:relative;
}
#slideshow-main #slidesContainer {
	margin:0 auto;
	width: 960px;
	overflow:auto; /* allow scrollbar */
	position:relative;
}
#slideshow-main #slidesContainer #slideInner .slide {
	margin:0 auto;
	width:940px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
	height: 276px;
	padding-top: 24px;
}

/** 
 * Slideshow controls style rules.
 */
.control {
	display:block;
	width:39px;
	height:263px;
	text-indent:-10000px;
	position:absolute;
	cursor: pointer;
}

#leftControl {
	top:0;
	left:0;
	background:transparent url(http://www.slotmachines4saleonline.com/dynasty/themes/dynastyTheme1/img/left-arrow-over.png) no-repeat 0 114px;
	z-index: 1;
}
#rightControl {
	top:0;
	right:0;
	background: transparent url(http://www.slotmachines4saleonline.com/dynasty/themes/dynastyTheme1/img/right-arrow-over.png) no-repeat 0 114px;
	z-index: 1;
}
.slide h2, .slide p {
	margin: 15px 15px 15px 60px;
}
.slide h2 {
	font:italic 24px Georgia, "Times New Roman", Times, serif;
	color:#ccc;
	letter-spacing:-1px;
}
.slide img {
	float:right;
	margin:0 15px;
}
