#scroll_outer {
	float: left;
	border: 1px solid silver;
	height: 400px;
	width: 650px;
}

#scroll_content_holder {
	float: left;
	width: 450px;
	height: 398px;
	border: 1px solid black;
}

.scroll_button_small {
	float: left;
	width: 195px;
	height: 78px;
	border: 1px solid black;
}

.scroll_large {
        width: 195px;
        height: 78px;
}

.large_title {
        position: absolute;
        color: yellow;
        padding: 5px;
        font-size: 1.2em;
        width: 185px;
}

.scroll_small {
        width: 195px;
        height: 78px;
}	

.scroll_content {
	display: none;
	position: relative;
	height: 398px;
	text-align: center;
}

.scroll_description {
	position: absolute; 
	bottom: 0px; 
	width: 440px; 
	padding: 5px; 
	background: black; 
	opacity: .8; 
	color: white;
	z-index: 2;
	text-align: left;
}

#scroll_outer img {
	border: 0px;
}

.display_me {
	display: block;
}

.hide_me {
	display: none;
}

#left_indicator {
	background: url(/images/left_indicator.png);
	position: absolute; 
	top: 57px; 
	right: 240px; 
	z-index: 1;
	height: 78px;
	width: 39px;
	opacity:0.6;
	filter:alpha(opacity=60);
}

.scroll_description_title {
	color: white;
	font-size: 1.5em;
	font-style: oblique;
}

.scroll_description_title a:link, .scroll_description_title a:visited {
	color: white;
}

