/*------------------------------------*\
| SALEM BOYS AUTO                      |
|                                      |
| Design by Nienhouse Digital          |
| Index-Specific styles                |
| Last edited: 03/11/2013              |
\*------------------------------------*/

/* Slideshow Area */
address#slogan {
	margin-top: 25px;
}
#slideshow {
	background: #3577bd url('../images/slideshowBg.png') top left repeat-x;
	height: 350px;
	position: relative;
		top: 25px;
		left: -75px;
	width: 1100px;
		
/* Black Outer Border */
	border-top: 1px solid rgba(255,255,255,0.90);
	border-bottom: 1px solid rgba(255,255,255,0.95);
}
/* White Inner Border */
#slideshowIn {
	border-top: 1px solid rgba(0,0,0,0.35);
	border-bottom: 1px solid rgba(0,0,0,0.35);
	position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
	z-index: 100;
}
#slideshowBorder {
	background: url('../images/slideshowBorder.png') top center no-repeat;
	height: 350px;
	position: absolute;
		top: 0;
		right: 50%;
	width: 75px;
	z-index: 99;
}
#slideshow #slider {
	height: 350px;
	margin: 0 0 0 -50px;
	overflow: hidden;
	position: relative;
		left: 50%;
	width: 600px;
}
#slideshow p {
	color: white;
	float: left;
	font-size: 20px;
	line-height: 24px;
	margin: 35px 0 25px 0;
	position: absolute;
		top: 0;
		left: 75px;
	text-shadow: 0 0 5px rgba(0,0,0,0.75);
	width: 400px;
}

/* Footer area */
footer {
	margin: 50px 0 0 0;
}