#slidedeck_frame {
	position: relative;
	margin: 0 auto;
	width: 980px;
    height: 210px;
}

/*
 * The SlideDeck vertical slide navigation container.
 * 
 * This is the container for the vertical slide navigation. You can position
 * this anywhere you want within the containing slide's area. If you try to
 * position it outside of the slide area it will not appear.
 */
.skin-slidedeck dl.slidedeck dd.slide ul.verticalSlideNav {
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/*
 * The SlideDeck vertical slide navigation link containers.
 * 
 * This is the container for a navigation link in the vertical slide navigation
 * element. You can adjust the width and height of this element to accommodate
 * for a larger vertical navigation button.
 * 
 * To increase the space between vertical navigation links, increase the bottom
 * and/or top padding of this element.
 */
.skin-slidedeck dl.slidedeck dd.slide ul.verticalSlideNav li {
    display: none;
}

/*
 * The SlideDeck vertical slide position indicator.
 * 
 * This is the element that slides behind the default navigation link list to
 * show which is the current vertical slide being viewed. This should be given
 * similar dimensions to the vertical slide navigation links.
 */
.skin-slidedeck dl.slidedeck dd.slide ul.verticalSlideNav li.arrow {
    display: none;
}

/*
 * The SlideDeck veritcal slide navigation links.
 * 
 * These are the vertical slide navigation links. By default these are a small
 * square that uses a sprite background image replacement method to hide the
 * default text that is placed in the link ("Nav 1", "Nav 2", "Nav 3").
 * 
 * To change the appearance of the navigation elements, you will need to use a
 * background image replacement as the text for the links cannot be changed.
 * Each vertical slide navigation link is given a unique class so they can be
 * styled individually. For example:
 *     dl.slidedeck dd.slide ul.verticalSlideNav li a.nav_1
 *     dl.slidedeck dd.slide ul.verticalSlideNav li a.nav_2
 *     dl.slidedeck dd.slide ul.verticalSlideNav li a.nav_3
 *     etc....
 */
.skin-slidedeck dl.slidedeck dd.slide ul.verticalSlideNav li a,
.skin-slidedeck dl.slidedeck dd.slide ul.verticalSlideNav li a:link,
.skin-slidedeck dl.slidedeck dd.slide ul.verticalSlideNav li a:visited {
    border: 0;
    outline: none;
    position: relative;
    display: block;
    width: 10px;
    height: 0;
    overflow: hidden;
    padding-top: 10px;
    background: #fff;
    outline: none;
    text-decoration: none;
    border: 1px solid #ccc;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -webkit-opacity: 0.5;
    -khtml-opacity: 0.5;
    -ms-filter: "Alpha(opacity=50)";
    filter: Alpha(opacity=50);
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
}

/*
 * The SlideDeck vertical slide navigation link hover state.
 */
.skin-slidedeck dl.slidedeck dd.slide ul.verticalSlideNav li a:hover {
    opacity: 0.75;
    -moz-opacity: 0.75;
    -webkit-opacity: 0.75;
    -khtml-opacity: 0.75;
    -ms-filter: "Alpha(opacity=75)";
    filter: Alpha(opacity=75); 
}


/* Vertical nav in the spine */
.skin-slidedeck dl.slidedeck ul.verticalSlideNav {
    height: 50px;
    width: 25px;
    background: none;
    position: relative;
    overflow: hidden;
    padding: 22px 0 0;
    margin: 0;
    top: -4px;
    left: 125px;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: -7px 0;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: -7px 0;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: -7px 0;
    -o-transform: rotate(90deg);
    -o-transform-origin: -7px 0;
}
.skin-slidedeck dl.slidedeck ul.verticalSlideNav li {
    position: relative;
    width: 25px;
    height: 12px;
    line-height: 12px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    float: left;
    clear: left;    
}
/*
 * The SlideDeck vertical slide position indicator.
 * 
 * This is the element that slides behind the default navigation link list to
 * show which is the current vertical slide being viewed. This should be given
 * similar dimensions to the vertical slide navigation links.
 * 
 * NOTE: This element is not used in this skin, so it is hidden
 */
.skin-slidedeck dl.slidedeck dd.slide ul.verticalSlideNav li.arrow { display: none; }
.skin-slidedeck dl.slidedeck ul.verticalSlideNav li a {
    position: relative;
    display: block;
    padding: 12px 0 0 0;
    margin: 0;
    width: 25px;
    height: 0;
    overflow: hidden;
    line-height: 12px;
    background: url('../../../images/slides/vertical-nav.png') 0 0 no-repeat;
}
/* Vertical slide navigation style for the currently active vertical slide navigation link */
.skin-slidedeck dl.slidedeck ul.verticalSlideNav li.active a {
    background-position: 0 -24px;
}
/* Vertical slide navigation link style when the parent horizontal slide is active */
.skin-slidedeck dl.slidedeck dt.active ul.verticalSlideNav li.active a {
    background-position: 0 -12px;
}



.skin-slidedeck dl.slidedeck dt.spine_2.active .index { margin-bottom: 0; }


.skin-slidedeck dl.slidedeck .copy {
	position: absolute;
	width: 290px;
	height: 245px;
	top: 28px;
	left: 68px;
	color: #666;
	font-size: 1.3em;
	line-height: 1.5em;
}
.skin-slidedeck dl.slidedeck ul.slidesVertical .copy {
	left: 40px;
	width: 280px;
}
.skin-slidedeck dl.slidedeck ul.slidesVertical .cardImage {
	left: 340px;
}
.skin-slidedeck dl.slidedeck .copy.wide {
	width: 675px;
}
.skin-slidedeck dl.slidedeck dd.slide .copy h5.small-title {
    color: #666;
    font: bold italic 13px Georgia, "Times New Roman", Times, serif;
    margin: -10px 0 0;
}

.skin-slidedeck dl.slidedeck dd.slide ul.slidesVertical > li {
    padding: 0;
}
.skin-slidedeck dl.slidedeck dd.slide ul.slidesVertical li.case div.case_text ul,
.skin-slidedeck dl.slidedeck dd.slide .copy ul.no-float {
    color: #333;
    font: bold 12px Georgia, "Times New Roman", Times, serif;
    margin: 10px 0 0;
    overflow: hidden;
    padding: 0 0 0 15px;
    position: relative;
    line-height: 18px;
}
.skin-slidedeck dl.slidedeck dd.slide ul.slidesVertical li.case div.case_text ul li,
.skin-slidedeck dl.slidedeck dd.slide ul.no-float li {
    float: left;
    margin: 0;
    width: 48%;
}
.skin-slidedeck dl.slidedeck dd.slide ul.no-float li {
    float: none;
    width: 100%;
}
.skin-slidedeck dl.slidedeck .copy.wide a {
	display: block;
	position: absolute;
	top: 8px;
	right: 0;
	padding-right: 15px;
	background: url('../../../images/slides/slide-3_link-arrow.png') right 5px no-repeat;
	color: #a53f79;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: oblique;
}
.skin-slidedeck dl.slidedeck .copy strong {
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.skin-slidedeck dl.slidedeck .copy h4.title {
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 26px;
	margin: 0 0 10px;
	color: #252525;
}
.skin-slidedeck dl.slidedeck .copy p { margin: 0 0 25px; }
.skin-slidedeck dl.slidedeck .cardImage {
	position: absolute;
	top: 28px;
	left: 380px;
}
.skin-slidedeck dl.slidedeck .wideImage {
	position: absolute;
	top: 160px;
	left: 85px;
}
.skin-slidedeck dl.slidedeck .tagline {
	position: absolute;
	top: 240px;
	left: 380px;
	width: 374px;
	height: 20px;
	line-height: 20px;
	color: #191919;
	font-size: 1.35em;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

.skin-slidedeck dl.slidedeck span.divider {
	display: block;
	height: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 4px;
	background: url('../../../images/slides/title-seperator.png') 0 0 repeat-x;
	margin: 0 0 10px;
}

.skin-slidedeck dl.slidedeck > dt.active,
.skin-slidedeck dl.slidedeck > dt.active:hover {
    background: #28729F;
}

.skin-slidedeck dl.slidedeck dd.slide_2 div.use-cases {
	width: 374px;
	height: 245px;
	float: right;
	position: absolute;
	overflow: hidden;
	top: 28px;
	right: 20px;
}
.skin-slidedeck dl.slidedeck dd.slide_2 div.use-cases img {
	float: left;
	cursor: pointer;
}

.skin-slidedeck dl.slidedeck dd.slide ul.slidesVertical li.verticalSlide_1 { background: #fff; }
.skin-slidedeck dl.slidedeck dd.slide ul.slidesVertical > li.case {
	background: url('../../../images/slides/vertical-slide_bg.jpg') top center no-repeat;
	position: relative;
	overflow: hidden;
	padding: 25px 0 0;
}
.skin-slidedeck dl.slidedeck dd.slide ul.slidesVertical > li.case div.case_image {
	margin: 0 0 0 20px;
	width: 355px;
	float: left;
	text-align: right;
}
.skin-slidedeck dl.slidedeck dd.slide ul.slidesVertical > li.case div.case_text {
	margin: 25px 20px 0 0;
	width: 330px;
	float: right;
}


/**
 * BEGIN : Vertical slide previous/next button styling.
 */
.skin-slidedeck dl.slidedeck a.vertical-prev-next {
	position: absolute;
    display: none;
    z-index: 20000;
	width: 27px;
	height: 0;
	padding: 27px 0 0;
	overflow: hidden;
	line-height: 27px;
	cursor: pointer;
    left: 50%;
    margin: 0 0 0 -13px;
    background: url('../../../images/slides/vertical-prev-next.png');
}
.skin-slidedeck dl.slidedeck dd.slide:hover a.vertical-prev-next { display: block; }
.skin-slidedeck dl.slidedeck a.vertical-prev-next.next {
	bottom: 6px;
	background-position: -27px 0;
}
.skin-slidedeck dl.slidedeck a.vertical-prev-next.previous {
	top: 6px;
	background-position: 0 0;
}
.skin-slidedeck dl.slidedeck li.case a.next { bottom: 31px; }
.skin-slidedeck dl.slidedeck a.next:hover {
	background-position: -27px -27px;
}
.skin-slidedeck dl.slidedeck a.previous:hover {
	background-position: 0 -27px;
}
.skin-slidedeck dl.slidedeck:hover a.vertical-nav {
	display: block;
}

#slidedeck_frame .events-list li {
	padding:12px 20px;
}
#slidedeck_frame .event-title {
	font-size:24px;
	margin: 5px 0 10px;
}
#slidedeck_frame .event-details  {
	width:100%;
}
#slidedeck_frame .event-details p  {
	margin-bottom:0px;
}
#slidedeck_frame .event-details .city  {
	margin-bottom:10px;
}
#slidedeck_frame .event-description {
float:left;
width:735px;
}

#slidedeck_frame .events-list .find-more {
	display:block;
	float:right;
	margin:42px 0 0 15px;
}

/**
 * END : Vertical slide previous/next button styling.
 */