#slidedeck_frame {
    background: url('img/slidedeck/rounded-back.png') 0 0 no-repeat;
    width: 914px;
    padding: 12px;
}

#slidedeck_frame dl {
    margin: 0;
}

.slidedeck dd {
    width: 300px;
    background: url('img/slidedeck/template.png');
}

.slidedeck dt {
    cursor: pointer;
    height: 43px;
    line-height: 38px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    background: url('img/slidedeck/spines.png') top left #d7d7d7;
    color: #505050;
}

.slidedeck dt:hover {
    color: #000;
    background-position: center left;
}

.slidedeck dt.active, .slidedeck dt.active:hover {
    cursor: default;
    color: #fff;
    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: #ffffff;
}

.slidedeck .activeCorner {
    margin-left: -6px;
    background-image: url('img/slidedeck/corner.png');
    width: 12px;
    height: 25px;
    z-index: 100 !important;
}

/*
.slidedeck dt
{
    cursor:pointer;
    height:43px;
    /* background:url('img/slidedeck/slideDeckSpine2.png'); */
/* background: url('img/slidedeck/spines.png');
} */
/*
.slidedeck dt.slide1
{
	background-position:0px 0px;
}
.slidedeck dt.slide2
{
	background-position:0px 172px;
}
.slidedeck dt.slide3
{
	background-position:0px 129px;
}
.slidedeck dt.slide4
{
	background-position:0px 86px;
}
.slidedeck dt.slide5 
{
	background-position:0px 43px;
}
.slidedeck dt:hover{}
.slidedeck dt.active, .slidedeck dt.active:hover
{
	cursor:default;
}
.slidedeck dt .index{}
.slidedeck dt:hover .index{}
.slidedeck dt.active .index{}
.slidedeck .activeCorner{}
*/
