@charset "UTF-8";

		div.successStoryLink {
			margin: 0 0 20px 0;
			padding: 0 30px 0 0;
			height: 64px;
			width: 270px;
			background-position: right;
			background-repeat: no-repeat;
		}
				div.activeSuccessStoryLink {
					margin: 0 0 20px 0;
					padding: 0 30px 0 0;
					height: 64px;
					width: 270px;
					background: #553328 url(../images/leftArrow.gif) right center no-repeat;
				}
			div.storyLabel	{
				width: 165px;
				padding-right: 5px;
				float: left;
				clear: left;
				text-align: right;
			}
				div.storyLabel a	{
					color: white;
					text-decoration: none;
				}
				div.storyLabel a:hover	{
					text-decoration: underline;	
				}
			div.storyIcon {
				padding: 0;
				margin: 0;
				float: right;
			}
				div.storyIcon img {
					border: 7px solid white;
				}

	div.imageBrowser {
		float: left;
		margin: 0 15px 15px 0;
	}
		div.imageBrowser img {
			border: 7px solid #553328;
		}
			div.imageBrowser div.activeImage span.imageCaption {
				background: #553328;
				color: white;
			}
		div.imageBrowser a {
			text-decoration: none;
		}