.carouselLeft {	
	display:none;
	background:url(../images/icons/arrow-back.gif);	
	width:30px; height:15px;
	background-position: 0px 0px;
}
.carouselLeft:hover {		
	width:30px; height:15px;
	background-position: 0px 15px;
	cursor:auto;
}
.carouselRight {
	display:none;
	background:url(../images/icons/arrow-forward.gif);	
	width:30px; height:15px;
	background-position: 0px 0px;
}
.carouselRight:hover {	
	width:30px; height:15px;
	background-position: 0px 15px;
}
/****************************************/

#moments-title {
	display:none;	
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	margin-left: 5px;
	margin-bottom: 5px;
	font-weight:bold;
}
#moments-alt{
	display:none;
	color:#000;
	margin-left: 5px;
	margin-top:0px;
	font-size:12px;
	
}