@charset "utf-8";
/* CSS Document */
.scrollerheading{
	width:550px;
	height:20px;
	position:absolute;
	top:1035px;
	font-size:14px;
	color:#990033;
}
#viewer {
	height:121px; 
	width:870px; 
	clear:both;
	padding-top:20px;
	padding-bottom:21px;
	overflow:hidden; 
	background-color:#303030;
}
	
#viewerFrame{
	width:823px;
	height:121px;
	padding-left:40px;
	clear:both;
	overflow:hidden;
}
#viewer img {
	width:182px; 
	height:121px;
	display:inline; 
	border:0;
}
#viewer a {
	display:block; 
	float:left; 
	margin-right:20px;
	width:182px; 
	height:121px; 
}
.prev{
	display:block;
	float:left;
	background-image: url(../images/left-arrow.jpg);
	background-repeat: no-repeat;
	height: 162px;
	width: 56px;
	cursor: pointer;
}
.next{
	display:block;
	float:right;
	background-image: url(../images/right-arrow.jpg);
	background-repeat: no-repeat;
	height: 162px;
	width: 56px;
	cursor: pointer;
}