#slidedeck_frame {
	background: url('../graphics/slider/back.png') 0 0 no-repeat;
	width: 980px;
	height: 336px;
	padding-top:18px;
	

}

#slidedeck_frame dl {
	margin-left:0px;
	margin-right:-20px;
	
}			
.slidedeck dd {
	text-align:left;
	background: url(../graphics/slider/slidesback.gif) no-repeat left #FFFFFF;
	padding:15px 15px 15px 15px;
	border : 1px solid #CFCFCF;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	

}

/*vertical slide start*/
  /* root element for scrollable */
  .scrollable {
 
  /* required settings */
  position:relative;
  overflow:hidden;
 
  /*
  vertical scrollables have typically larger height than width but
  not now
  */
  height: 665px;
  width: 700px;
  }
 
  /* root element for scrollable items */
  .scrollable .items {
  position:absolute;
 
  /* this time we have very large space for the height */
  height:20000em;
  }
/*vertical slide end*/


.slidedeck dt {
	cursor: pointer;
	height: 39px;	
	line-height: 37px;
	z-index:99999999999;
	font-size: 18px;
	font-weight: bold;
	font-family: Calibri, Lucida Sans, Lucida Grande, Arial, sans-serif;
	background: url('../graphics/slider/spines.png') top left ;
	color: #5E6367;
	text-align: center !important;
	
}
.slidedeck dt:hover {
	color: #0077C0;
	background-position: center left;
	
}
.slidedeck dt.active, .slidedeck dt.active:hover {
	cursor: default;
	color: #fff;
	background-position: bottom left;
	
}
.slidedeck dt .index {
	font-size: 18px;
	font-weight: normal;
	font-weight:bold;
	font-family: Calibri, Lucida Sans, Lucida Grande, Arial, sans-serif;
	color: #505050;
}
.slidedeck dt:hover .index { color: #000000; }
.slidedeck dt.active .index { color: #ffffff; }
.slidedeck .activeCorner {
	margin-left: -4px;
	background-image: url('../graphics/slider/corner.png');
	width: 12px;
	height: 25px;
	z-index:999;
}