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

/*
.sb-description-rosa {
	color: #5f5f5f;
	font-family: "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
	text-shadow: none;
}

.sb-description-azul {
	color: #5f5f5f;
	font-family: "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
	text-shadow: none;
}

.sb-description-negro {
	color: #5f5f5f;
	font-family: "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
	text-shadow: none;
}
*/

.sb-description-negro h3 a {
	text-shadow: none;
	color: #000;
	background: #fff;
	padding: 2px 5px;
	margin: 0 2px;
	line-height: 18px;
	display: inline-block;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font-weight:600;
}

.sb-description-negro h3 a:hover {
	background: #000;
	color: #fff;
}

.sb-description-azul h3 a {
	text-shadow: none;
	background: #fe7730;
	color: #016fb0;
	padding: 2px 5px;
	margin: 0 2px;
	line-height: 18px;
	display: inline-block;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font-weight:600;
}

.sb-description-azul h3 a:hover {
	color: #fe7730;
	background: #016fb0;
}

.sb-description-rosa h3 a {
	text-shadow: none;
	background: #5bc8a1;
	color: #fd70b2;
	padding: 2px 5px;
	margin: 0 2px;
	line-height: 18px;
	display: inline-block;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font-weight:600;
}

.sb-description-rosa h3 a:hover {
	color: #5bc8a1;
	background: #fd70b2;
}

.sb-description-violeta h3 a {
	text-shadow: none;
	background: #fbe494;
	color: #634782;
	padding: 2px 5px;
	margin: 0 2px;
	line-height: 18px;
	display: inline-block;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font-weight:600;
}

.sb-description-violeta h3 a:hover {
	color: #fbe494;
	background: #634782;
}

.sb-description-rojo h3 a {
	text-shadow: none;
	background: #358ddd;
	color: #e9394d;
	padding: 2px 5px;
	margin: 0 2px;
	line-height: 18px;
	display: inline-block;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
	font-weight:600;
}

.sb-description-rojo h3 a:hover {
	color: #358ddd;
	background: #e9394d;
}

.nav-arrows, .nav-arrows-azul, .nav-arrows-rosa, .nav-arrows-violeta, .nav-arrows-rojo {
	display: none;
}

.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #000 url(../images/nav.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	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);
}

.nav-arrows-azul a {
	width: 42px;
	height: 42px;
	background: rgba(254,119,48,0.9) url(../images/nav-azul.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.8;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows-rosa a {
	width: 42px;
	height: 42px;
	background: rgba(91,200,161,0.9) url(../images/nav-rosa.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.8;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows-violeta a {
	width: 42px;
	height: 42px;
	background: rgba(251,228,148,0.9) url(../images/nav-violeta.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.8;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

.nav-arrows-rojo a {
	width: 42px;
	height: 42px;
	background: rgba(53,141,221,0.9) url(../images/nav-rojo.png) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 0.8;
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(255,255,255,0.8);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav-dots span.nav-dot-current {
	box-shadow: 
		inset 0 0 0 3px #000,
		inset 0 0 0 8px #fff;
}

.nav-dots-azul span.nav-dot-current {
	box-shadow: 
		inset 0 0 0 3px #fe7730,
		inset 0 0 0 8px #016fb0;
}

.nav-dots-rosa span.nav-dot-current {
	box-shadow: 
		inset 0 0 0 3px #5bc8a1,
		inset 0 0 0 8px #fd70b2;
}

.nav-dots-violeta span.nav-dot-current {
	box-shadow: 
		inset 0 0 0 3px #fbe494,
		inset 0 0 0 8px #634782;
}

.nav-dots-rojo span.nav-dot-current {
	box-shadow: 
		inset 0 0 0 3px #358ddd,
		inset 0 0 0 8px #e9394d;
}

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

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

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

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