#slidedeck_frame {
	background: url('../images/back.png') 0 0 no-repeat;
	height: 271px;
	padding: 4px 0 10px 0;
	margin-left: -2px;
	clear: left;
}

#slidedeck_frame dl {
	width: 890px;
	height: 271px;
	margin: 0;
}			

.slidedeck dd {
	width: 890px;
	height: 271px;
	padding: 0px;
	background: url('../images/slides.png') bottom left no-repeat;
}

.slidedeck dt {
	cursor: pointer;
	height: 38px;
	border-top: 3px solid #fff;
	line-height: 38px;
	font-size: 1.4em;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	background: url('../images/spines.png') bottom left no-repeat;
	color: #fff;
	text-align: left!important;
}

.slidedeck dt.longtitle {
	font-size: 1.2em;	
}

.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background-position: top left;
}

.slidedeck dt .index {
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

.slidedeck dt:hover .index { color: #000000; }
.slidedeck dt.active .index { color: #ffffff; }
.slidedeck .activeCorner {
	margin: -8px 0 0 -1px;
	background-image: url('../images/corner.png');
	width: 10px;
	height: 25px;
}
