#slidedeck_frame {
	background: url(deck-back.png) no-repeat 0 -5px;
	width: 950px;
	height: 335px;
	padding: 19px 20px;
}
#slidedeck_frame dl {
	width: 953px;
	height: 320px;
	margin: 0;
}
.slidedeck dd {
	border-right: 5px solid #bebebe;
	background: url('slideBg.png') no-repeat bottom left;
}
.slidedeck dt {
	cursor: pointer;
	height: 42px;
	line-height: 38px;
	font-size: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background: url('spines.png') left bottom #699A2F;
	color: #fff;
	text-align:left;
}
.slidedeck dt:hover {
	color: #fff;
	background-color:#4D4D4F;
	background-position: top left;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background-color:#4D4D4F;
	background-position: top left;
}
.slidedeck dt .index {
	font-size: 0px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-indent:-9999px;
	color:#000;
	height:0;
}
.slidedeck dt:hover .index { color: #000; }
.slidedeck dt.active .index { color: #000; }
.slidedeck .activeCorner {
	margin-left: 0px;
	background-image: url('corner.png');
	width: 8px;
	height: 17px;
	float:left;
}
.index1{}

