#slidedeck_frame {
	background: url('back.png') 0 0 no-repeat;
	width: 910px;
	height: 450px;
	padding: 10px;
}

#slidedeck_frame dl {
	width: 910px;
	height: 450px;
	margin: 0;
}			

.slidedeck dd {
	padding: 10px;
	background-color: #FFF;
	background-image: url(slides.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.slidedeck dt {
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #505050;
	background-color: #d7d7d7;
	background-image: url(../images/spines.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.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: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #505050;
}
.slidedeck dt:hover .index { color: #000000; }
.slidedeck dt.active .index {
	color: #000;
}
.slidedeck .activeCorner {
	margin-left: -6px;
	background-image: url('corner.png');
	width: 12px;
	height: 25px;
}

.slidedata {
	float: left;
	width: 632px;
}
.gallery {
	clear: both;
	padding-top: 10px;
}
.gallery ul {
	list-style-type: none;
}
.gallery ul li {
	float: left;
	display: inline;
	margin-left: 4px;
	margin-bottom: 5px;
}
.gallery ul li a {
	border: 2px solid #272A70;
	display: block;
}
