#slidedeck_frame {
	background:#1c1e1f;
	width: 931px;
	height: 310px;
	padding: 10px 10px 0 10px;
	margin-left:15px;
}
#slidedeck_frame dl {
	width: 931px;
	height: 300px;
	margin: 0;
}			
.slidedeck dd {
	height: 294px;
	border-right: 5px solid #1c1e1f;
	background: url('images/slides.png') bottom left #1c1e1f repeat-x;
}
.slidedeck dt {
	cursor: pointer;
	height: 41px;
	line-height: 38px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Futura Bold", Arial, Helvetica, sans-serif;
	background: url('images/spines.png') top left #1c1e1f;
	color: #f4f4f4;
}
.slidedeck dt:hover {
	color: #000;
	background-position: center left;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #000;
	background-position: bottom left;
}
.slidedeck dt .index {
	font-size: 24px;
	font-weight: normal;
	font-family: Futura, Arial, Helvetica, sans-serif;
	color: #4c4c4c;
}
.slidedeck dt:hover .index { color: #000000; }
.slidedeck dt.active .index { color: #000; }
.slidedeck .activeCorner {
	margin-left: -6px;
	background-image: url('images/corner.png');
	width: 12px;
	height: 25px;
}
