#slidedeck_frame {
	background: url('../images/slidedeck-back.gif') 0 0 no-repeat;
	width: 900px;
	height: 314px;
	padding: 28px 30px;
}
#slidedeck_frame dl {
	width: 900px;
	height: 300px;
	margin: 0;
}			
.slidedeck dd {
	border-right: 5px solid #fff;
	background: url('../images/slides.png') bottom left #d7d7d7 repeat-x;
	height:299px;
}
.slidedeck dt {
	cursor: pointer;
	height: 31px;
	line-height: 30px;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url('./images/spines.png') top left #2a2a2a;
	color: #fff;
	border-top:solid 1px #fff;
}
.slidedeck dt:hover {
	background-color: #333;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
}
.slidedeck dt .index {
	font-size: 0px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #505050;
}
.slidedeck dt:hover .index { color: #000000; }
.slidedeck dt.active .index { color: #ffffff; }
.slidedeck .activeCorner {
	margin-left: -6px;
	background-image: url('corner.png');
	width: 12px;
	height: 25px;
}
.slidedeck .sizes-spine.active {
	background-image: url(../images/sercio/active-spines.gif);
	background-repeat: no-repeat;
	background-position: left 1px;
}
.slidedeck .mattresses-spine.active {
	background-image: url(../images/sercio/active-spines.gif);
	background-repeat: no-repeat;
	background-position:0 -30px;
}
.slidedeck .finishes-spine.active {
	background-image: url(../images/sercio/active-spines.gif);
	background-repeat: no-repeat;
	background-position:0 -61px;
}
.slidedeck .options-spine.active {
	background-image: url(../images/sercio/active-spines.gif);
	background-repeat: no-repeat;
	background-position:0 -92px;
}
.slidedeck .accessories-spine.active {
	background-image: url(../images/sercio/active-spines.gif);
	background-repeat: no-repeat;
	background-position:0 -123px;
}
.slidedeck .pricing-spine.active {
	background-image: url(../images/sercio/active-spines.gif);
	background-repeat: no-repeat;
	background-position:0 -154px;
}
