.event_to_remember{
	background-image:url('../images/event_to_remember.jpg');
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:247px;
	margin-right:19.5px;
	padding-top:290px;
	width:382px;
}
	.event_to_remember p{
		margin-bottom:15px;
		padding:0px 15px;
	}
div.photo_gallery{
	background-image:url('../images/photo_gallery.jpg');
	background-repeat:no-repeat;
	display:block;
	height:35px;
	margin-bottom:15px;
	width:219px;
}
	ul.scroller{
		background-color:#000;
		display:block;
		list-style:none;
		height:409.5px;
		margin:0;
		width:200px;
		padding:9.5px;
		overflow:hidden;
	}
		ul.scroller li{
			display:block;
			height:200px;
			width:200px;
			margin-bottom:9.5px;
		}
			/* Container DIV - automatically generated */
			.simply-scroll-container { 
				position:relative;
			}
			
			/* Clip DIV - automatically generated */
			.simply-scroll-clip { 
				position: relative;
				overflow: hidden;
				z-index: 2;
			}					
			/* UL/OL/DIV - the element that simplyScroll is inited on
			Class name automatically added to element */
			.simply-scroll-list { 
				position: absolute;
				top: 0;
				left: 0;
				z-index: 1;
				overflow: hidden;
				margin: 0;
				padding:0;
				list-style: none;
			}
				
			.simply-scroll-list li {
				display:block;
				width:200px;
				height:209.5px;
			}
			/* Container DIV */
			.vert {
				border-bottom:9.5px solid #000;
				border-top:9.5px solid #000;
				width:219px;
				height:438px;
				overflow:hidden;
			}
			
			/* Clip DIV */
			.vert .simply-scroll-clip {
				height:438px;
			}
			
			/* Explicitly set height/width of each list item */
			.vert img{
				display:block;
				width:200px;
				height:200px;
			}
	.view_photos{
		background-color:#000;
		color:#c17e0f;
		display:block;
		font-size:14px;
		text-transform:uppercase;
		width:219px;
		height:30px;
		line-height:30px;
		text-decoration:none;
		text-align:center;
	}
		.view_photos:hover{
			text-decoration:underline;
		}
