.sb-wrapper *,
.sb-wrapper *:after,
.sb-wrapper *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.sb-wrapper {
	position: relative;
/*	max-width: 825px;
	width: 100%;
	padding: 0 50px;
	margin: 0 auto;*/
	padding: 0 0;
	margin: 0 0;
}

.sb-shadow {
	width: 100%;
	height: 168px;
	position: relative;
	margin-top: -110px;
	background: transparent url(shadow.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

.sb-shadow1 {
	width: 100%;
	height: 120px;
	position: relative;
	margin-top: -70px;
	background: transparent url(shadow1.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	/*z-index: -1;*/
	display: none;
}

.sb-shadow2 {
	width: 100%;
	height: 80px;
	position: relative;
	margin-top: -50px;
	background: transparent url(shadow2.png) no-repeat bottom center;
	background-size: 100% 100%; /* stretches it */
	z-index: -1;
	display: none;
}

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

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

.sb-nav-arrows {
	display: none;
}

.sb-nav-arrows a {
	width: 42px;
	height: 42px;
	background: #cbbfae url(nav.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 10px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.9;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
	text-decoration: none;
	border: 0px;
	border-bottom: 0px;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);	
	opacity: 0.7;
}

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

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

.sb-nav-dots {
	text-align: center;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}

.sb-nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #cbbfae;
	cursor: pointer;
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1);
}

.sb-nav-dots span.nav-dot-current {
	box-shadow: 
		0 1px 1px rgba(255,255,255,0.6), 
		inset 0 1px 1px rgba(0,0,0,0.1), 
		inset 0 0 0 3px #cbbfae,
		inset 0 0 0 8px #fff;
}

.sb-nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}

.sb-nav-options span {
	width: 30px;
	height: 30px;
	background: #cbbfae url(options.png) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}

.sb-nav-options span:first-child{
	background-position: -30px 0px;
	margin-right: 3px;
}

.sb-nav-options span:hover {
	opacity: 1;
}
