#slidedeck_frame {
	background: url(deck-back.png) 0 0 no-repeat;
	width: 935px;
	height: 320px;
	padding: 19px 20px;
}
#slidedeck_frame dl {
	width: 953px;
	height: 320px;
	margin: 0;
	background:#bebebe;
}
.slidedeck dd {
	border-right: 5px solid #bebebe;
	background: url('slides.png') bottom left #bebebe repeat-x;
}
.slidedeck dt {
	cursor: pointer;
	height: 42px;
	line-height: 38px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: url('spines.png') top left #bebebe;
	color: #959595;
	background:#fff;
	border-bottom:#bebebe  solid 2px;
}
.slidedeck dt:hover {
	color: #fff;
	background-position: left center;
	background-color: #FF8000;
	font-family: "Trebuchet MS", Verdana;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background-position: bottom left;
	background:#F37F01;
}

.slidedeck dt .index {
	font-size: 14px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #bebebe;
}
.slidedeck dt:hover .index { color: #fff; }
.slidedeck dt.active .index { color: #ffffff; }
.slidedeck .activeCorner {
	margin-left: -2px;
	background-image: url('corner.png');
	width: 8px;
	height: 17px;
	float:left;
}
