div.scroller {
	/* modify width and height of scrolling section if necessary	*/		
	width: 620px;
	height: 745px;
	overflow: hidden;
	}
	div.scroller div.section {
	/* modify width and height of each section as needed (should match the size of the scroller window)	*/		
		width:620px;
	height:745px;
	overflow:hidden;
	float:left;
		}
	div.scroller div.content {
		width: 10000px;
		}
.back-arrow {
	float: left;
	height: 80px;
	width: 50px;
}
.next-arrow {
	float: left;
	height: 80px;
	width: 50px;
}
.casino-desc_area {
	height: 270px;
	width: 620px;
}
.casino-screen {
	text-align: center;
	height: 245px;
	width: 315px;
	float: left;
}
.casino-screen img {
	border: 2px solid #ffcc00;
}
.casino-details {
	float: right;
	width: 290px;
	padding-left: 10px;
	color:#000000;
	font-family:Tahoma, "Microsoft Sans Serif";
	font-size:11px;
	line-height: 120%;
}
.casino-thumbs_area {
	width: 620px;
}
.casnio-thumbs_crop {
	width: 550px;
	text-align:center;
	margin-right: auto;
	margin-left: auto;
}

.casino-thumbs {
	margin: 10px;
	height: 120px;
	width: 160px;
	float: left;
}
.controls {
	text-align: center;
	height: 60px;
	width: 620px;
	margin-bottom: 30px;
	padding: 10;
}
.controls a {
	margin-right: 10px;
	margin-left: 10px;
}

