.scroll-body {
	height: 200px;
	width: 400px;
	position: relative;
	overflow: hidden;
	background: url('images/background2.gif') 0 100% repeat;
}
.scroll-prev {
	position: absolute;
	bottom: 10px;
	right: 25px;
	z-index: 2;
}
.scroll-next {
	position: absolute;
	bottom: 10px;
	right: 5px;
	z-index: 2;
}
.scroll-prev img,
.scroll-next img {
	cursor: pointer;
	
}
.scroll-body table,
.scroll-body table td {
	border-collapse: collapse;
	border: 0;
	margin: 0;
	padding: 0;
}
.scroll-body table img {
	display: block;
}
.scroll-body table p {
	margin: 5px 10px 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
}
