/*
Skin Name: SlideDeck Website Skin
Skin URI: http://www.slidedeck.com/
Description: The skin used at slidedeck.com
Version: 1.1
Author: digital-telepathy
Author URI: http://www.dtelepathy.com/
Tags: flexible, white, black, multi-color
*/

#slidedeck_frame_wrapper{width: 1010px; height: 363px; padding-right:10px; background:url(/i/shadow_slide.png) -1px 0 no-repeat; position:absolute; left: 50%; margin-left:-505px}

#slidedeck_frame {
	background: url('/i/back.png') 0 0 no-repeat;
	width: 950px;
	height: 295px;
	padding: 28px 30px;
	margin: 0 auto; 	
	border:1px solid #666;
	visibility:hidden;
	
}
#slidedeck_frame dl {
	width: 955px;
	height: 299px;
	margin: 0;
}			
.slidedeck dd {
	height: 292px;
	padding: 10px 15px;
	border-right: 5px solid #d7d7d7;
	background: url('/i/transp_round_bg.png') bottom left no-repeat;
	font:12px Arial,Helvetica,sans-serif;
	line-height:1.6em;
	color:#fff;
}

.slidedeck .slide_1{background: url('/i/transp_round_bg.png') bottom left #000 no-repeat; margin-bottom:1px;}
.slidedeck .slide_2{background: url('/i/transp_round_bg.png') bottom left #02538a no-repeat; margin-bottom:1px;}
.slidedeck .slide_3{background: url('/i/transp_round_bg.png') bottom left #601e44 no-repeat; margin-bottom:1px;}
.slidedeck .slide_4{background: url('/i/transp_round_bg.png') bottom left #36332c no-repeat; margin-bottom:1px;}



.slidedeck dt {
	cursor: pointer;
	height: 40px;
	line-height: 38px;
	font-size: 16px;
	font-weight: bold;
	font-family: "Futura Bold", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	background: #fff;
	color: #505050;
}
.slidedeck dt:hover {
	color: #000;
	background-position: center left;
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background: url('/i/slidedeck_dt_active_bg.png') bottom right repeat-y;
}
.slidedeck dt .index {
	font-size: 24px;
	font-weight: normal;
	font-family: Futura, Arial, Helvetica, sans-serif;
	color: #505050;
}
.slidedeck dt:hover .index { color: #000000; }
.slidedeck dt.active .index { color: #ffffff; }
.slidedeck .activeCorner {
	margin-left: -1px;
	background-image: url('/i/corner.png');
	width: 12px;
	height: 25px;
}

.slidedeck .demo {background:url(/i/accordion-v.png) no-repeat -168px -6px; height:50px; width:201px; display:block; position:absolute; bottom:20px; }		

.slidedeck dd div {background:url(/i/accordion-v.png) no-repeat; height:260px; width:380px; float:right;}
	.slidedeck dd div.img1{background-position:0 -260px;}
	.slidedeck dd div.img2{background-position:-0 -520px;}
	.slidedeck dd div.img3{background-position:0 -780px;}
	.slidedeck dd div.img4{background-position:0 -1040px;}
	.slidedeck dd h1 {width:380px;}