.fade {
	z-index: 9999;
	visibility: visible;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 300px;
	width: 400px;
}
.outer_box{
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #4a1f00;
	border-bottom-color: #4a1f00;
	float: left;
}
.prev_arrow{
	background-image: url(prev_arrow.jpg);
	background-repeat: no-repeat;
	height: 302px;
	width: 18px;
	float: left;
	cursor: hand;
}
.next_arrow{
	background-image: url(next_arrow.jpg);
	background-repeat: no-repeat;
	height: 302px;
	width: 18px;
	float: left;
	cursor: hand;
}
body {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

