#slidedeck_frame {
	/*background: url(slideDeckBack.png) 0 0 no-repeat;*/
	width: 960px;
	height: 320px;
	padding: 7px 20px;
}
#slidedeck_frame dl { margin: 0; }			
.slidedeck dd {
	padding: 0;
	background: #fff;
}
.slidedeck dt {
	cursor: pointer;
	height: 43px;
	width: 350px;
	line-height: 38px;
	font-size: 17px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	background: url(/slides/Spines.png) top right #d7d7d7;
	color: #f3f3f3;
	text-shadow: #4d4d4d 1px 1px 0px
}
.slidedeck dt span.customIndex{
	float: left;
	display: block;
	position: relative;
	font-weight: bold;
}
.slidedeck dt:hover {
	color: #fff;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	background-position: bottom right;
}
.slidedeck dt .customIndex {
	font-size: 20px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.slidedeck .activeCorner {
	margin-left: -1px;
	background-image: url(corner.png);
	width: 12px;
	height: 25px; 
}

/********************************************************/
.slidedeck dd
{
	width:430px;
	background-color: #fff;
}
.slidedeck dt
{
	cursor:pointer;
	height:43px;
	line-height: 38px;
	background:url('/slides/Spines.png');
}
/**green**/
.slidedeck dt.slide1
{
	background-position:0px 0px;
}
/**red**/
.slidedeck dt.slide2
{
	background-position:0px -43px;
}
/**orange**/
.slidedeck dt.slide3
{
	background-position:0px 216px;
}
/**brown**/
.slidedeck dt.slide4
{
	background-position:0px 43px;
}
.slidedeck dt.slide5
{
	background-position:0px -172px;
}
.slidedeck dt.slide6
{
	background-position:0px -215px;
}

.slidedeck dt.active:hover{
background-position:0px -215px;
}
.slidedeck dt.active, .slidedeck dt.active:hover
{
	cursor:default;
}
.slidedeck dt .index{}
.slidedeck dt:hover .index{}
.slidedeck dt.active .index{}
.slidedeck .activeCorner {
}


