
.shadow {
	width: 450px;
	height: 168px;
	position: fixed;
	/*margin-top: 100px;
	margin: -15px -20px;*/
	margin: 25px auto;
	background: transparent url(../images/shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -40;
}

.sb-description h3 {
	font-size: 20px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}

.sb-description h3 a {
	color: #4a3c27;
	text-shadow: 0 1px 1px rgba(255,255,255,0.5);
}

.nav-arrows {
	display: none;
}

.nav-arrows a {
	position: absolute;
	width: 42px;
	height: 42px;
	top: 50%;
	left: 5px;
	background: #203763 url(../images/nav.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	border-radius: 50%;
	box-shadow: 0 1px 1px #203763
	opacity: 0.75;
}

.nav-arrows a:first-child{
	left: auto;
	right: 5px;
	background-position: top right;
}

.nav-arrows a:hover {
	opacity: 1;
}