#left-home-top-content, #right-home-top-content {margin-top: 1em;}
#slidedeck_frame {margin-top: -2em;}
#right-home-top-content .boxshadow {width: 280px;}

/*
Skin Name: SlideDeck Website Skin
Skin URI: http://www.slidedeck.com/
Description: The skin used at slidedeck.com
Version: 1.5
Author: digital-telepathy
Author URI: http://www.dtelepathy.com/
Tags: flexible, white, black, multi-color
*/

/*
 * The frame surrounding the SlideDeck.
 * 
 * Customize the width, height, padding and background to customize the area 
 * surrounding your SlideDeck.
 */
.skin-slidedeck {
    position: relative;
	padding: 1px;
    background-color: #efefef;
    border: 10px solid #fff;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

/*
 * The SlideDeck element itself.
 * 
 * Customize the width and height to increase or decrease the size of
 * your SlideDeck. 
 */
.skin-slidedeck dl.slidedeck {
    position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
    padding: 0;
}

/*
 * The SlideDeck slide area.
 * 
 * You can specify a height for the slide area, but it is not required, width
 * will automatically be defined for the slide area and will vary depending on
 * how many slides you have in your SlideDeck.
 * 
 * To add space between a slide and the next slide's spine (slide title bar),
 * increase the border-right definition. To remove the space, just remove the
 * border definition.
 * 
 * SlideDeck slides are all given a unique class, so you can customize the
 * appearance of each slide individually by referencing a slide by its
 * numbered class name. For example:
 *    .slidedeck dd.slide_1
 *    .slidedeck dd.slide_2
 *    .slidedeck dd.slide_3
 *    etc...
 */
.skin-slidedeck dl.slidedeck > dd {
    position: relative;
	height: 282px;
	padding: 10px 15px;
    margin: 0;
	border-right: 1px solid #d7d7d7;
	background: url(../images/slide_bg.png) 0 0 #f6f6f6;   
	 /* Note: you should position the background with pixel measurements in IE7 as it improperly calculates the height of the DD element when containing vertical slides */
    overflow: hidden;
}


/* Begin custom styles
*
*/
.skin-slidedeck dl.slidedeck li.case .case_text {width: 600px;}
/*.skin-slidedeck dl.slidedeck dd.slide_1 .verticalSlide_1 {background: url(../images/slidedeck_lassoMaster.png) top right transparent no-repeat; }
.skin-slidedeck dl.slidedeck dd.slide_2 {background: url(../images/slidedeck_getstarted.png) top right #fff no-repeat; }*/


.skin-slidedeck dl.slidedeck dd.slide_1 {background: url(../images/slidedeck_LUX_9.3.jpg) top right transparent no-repeat; }
/*
.skin-slidedeck dl.slidedeck dd.slide_1 {background: url(../images/slidedeck_lassoguide_9.2.6.jpg) top right transparent no-repeat; }
.skin-slidedeck dl.slidedeck dd.slide_1 {background: url(../images/slidedeck_lasso_developer_conference_2014.jpg) top right transparent no-repeat; }
.skin-slidedeck dl.slidedeck dd.slide_1 {background: url(../images/slidedeck_lassolab.png) top right transparent no-repeat; }
.skin-slidedeck dl.slidedeck dd.slide_1 {background: url(../images/slidedeck_lasso_developer_conference_2013.jpg) top right transparent no-repeat; }
.skin-slidedeck dl.slidedeck dd.slide_1 {background: url(/usercontent/conference-banner.png) top right transparent no-repeat; }
*/

.skin-slidedeck dl.slidedeck dd.slide_2 .verticalSlide_1 {background: url(../images/slidedeck_lassoMaster.png) top right no-repeat; }
/*
Remove comments from these lines to make active comment out line no 78/79 
*/

.skin-slidedeck dl.slidedeck dd.slide_3 {background: url(../images/slidedeck_getstarted.png) top right #fff no-repeat; }
.skin-slidedeck dl.slidedeck dd.slide_4 {background: url(../images/slidedeck_cld.png) top right #fff no-repeat; }
.skin-slidedeck dl.slidedeck dd.slide_5 {background: url(../images/slidedeck_hosting.png) top right #fff no-repeat; }
.skin-slidedeck dl.slidedeck dd.slide_6 {background: url(../images/slidedeck_resources.png) top right #fff no-repeat; }

/*
 * The SlideDeck spine (slide title bar).
 * 
 * SlideDeck spines are rotated, so you will need to swap your directions. To
 * change the width of the spine, you will need to modify the spine height.
 * You will also need to make sure that any background imagery used is rotated
 * horizontally.
 * 
 * Like slides, spines are also given a unique class allowing for custom
 * appearance for each spine. This follows a similar naming convention:
 *     .slidedeck dt.slide_1
 *     .slidedeck dt.slide_2
 *     .slidedeck dt.slide_3
 *     etc...
 */
.skin-slidedeck dl.slidedeck > dt {
    position: relative;
	cursor: pointer;
	height: 43px;
	line-height: 38px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
    margin: 0;
    padding: 0;
}
.skin-slidedeck dl.slidedeck dt.spine {
	color: #fff;
	background-color: #2082C3;
	background-image: url(../images/spines.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.skin-slidedeck dl.slidedeck dt.spine h2.spine {
		margin: 0;
		margin-top: 12px;
		font-size: 16px;
		font-weight: normal;
		letter-spacing: 1px;

}
/*
 * The x position of the spines.
 */
.skin-slidedeck dl.slidedeck dt.spine.spine_1 {background-position: 0 0;}
.skin-slidedeck dl.slidedeck dt.spine.spine_2 {background-position: 0 -294px;}
/* .skin-slidedeck dl.slidedeck dt.spine.spine_2 {background-position: 0 -245px;} */
.skin-slidedeck dl.slidedeck dt.spine.spine_3 {background-position: 0 -197px;}
.skin-slidedeck dl.slidedeck dt.spine.spine_4 {background-position: 0 -148px;}
.skin-slidedeck dl.slidedeck dt.spine.spine_5 {background-position: 0 -99px;}
.skin-slidedeck dl.slidedeck dt.spine.spine_6 {background-position: 0 -50px;}
.skin-slidedeck dl.slidedeck dt.spine.spine_7 {background-position: 0 0;}
/*
 * The hovered state of a SlideDeck spine.
 */
.skin-slidedeck dl.slidedeck dt.spine.spine_1:hover {background-position: -330px 0;}
.skin-slidedeck dl.slidedeck dt.spine.spine_2:hover {background-position: -330px -294px;}
/* .skin-slidedeck dl.slidedeck dt.spine.spine_2:hover {background-position: -330px -245px;} */
.skin-slidedeck dl.slidedeck dt.spine.spine_3:hover {background-position: -330px -197px;}
.skin-slidedeck dl.slidedeck dt.spine.spine_4:hover {background-position: -330px -148px;}
.skin-slidedeck dl.slidedeck dt.spine.spine_5:hover {background-position: -330px -99px;}
.skin-slidedeck dl.slidedeck dt.spine.spine_6:hover {background-position: -330px -50px;}
.skin-slidedeck dl.slidedeck dt.spine.spine_7:hover {background-position: -330px 0;}

/*
 * The active state of a SlideDeck spine.
 */

.skin-slidedeck dl.slidedeck dt.spine.spine_1.active, .skin-slidedeck dl.slidedeck dt.spine.spine_1.active:hover {background-position: -660px 0;cursor: default;}
.skin-slidedeck dl.slidedeck dt.spine.spine_2.active, .skin-slidedeck dl.slidedeck dt.spine.spine_2.active:hover {background-position: -660px -294px;cursor: default;}
/*.skin-slidedeck dl.slidedeck dt.spine.spine_2.active, .skin-slidedeck dl.slidedeck dt.spine.spine_2.active:hover {background-position: -660px -245px;cursor: default;} */
.skin-slidedeck dl.slidedeck dt.spine.spine_3.active, .skin-slidedeck dl.slidedeck dt.spine.spine_3.active:hover {background-position: -660px -197px;cursor: default;}
.skin-slidedeck dl.slidedeck dt.spine.spine_4.active, .skin-slidedeck dl.slidedeck dt.spine.spine_4.active:hover {background-position: -660px -148px;cursor: default;}
.skin-slidedeck dl.slidedeck dt.spine.spine_5.active, .skin-slidedeck dl.slidedeck dt.spine.spine_5.active:hover {background-position: -660px -99px;cursor: default;}
.skin-slidedeck dl.slidedeck dt.spine.spine_6.active, .skin-slidedeck dl.slidedeck dt.spine.spine_6.active:hover {background-position: -660px -50px;cursor: default;}
.skin-slidedeck dl.slidedeck dt.spine.spine_7.active, .skin-slidedeck dl.slidedeck dt.spine.spine_7.active:hover {background-position: -660px 0;cursor: default;}


/*
 * The SlideDeck spine index labels.
 * 
 * This is to style the numbers (or letters if you have customized it so)
 * that appear at the bottom of each SlideDeck spine.
 */
.skin-slidedeck dl.slidedeck dt.spine .index {
	margin-bottom: 2px;
    font-size: 24px;
	font-weight: normal;
	color: #ffffff;
	text-shadow: rgba(0, 0, 0, 0.4) -1px -1px 0px;
}
.skin-slidedeck dl.slidedeck dt.spine.active .index { margin-bottom: 0; }

/*
 * The hovered state of a SlideDeck spine index label.
 */
.skin-slidedeck dl.slidedeck dt.spine:hover .index { color: #ffffff; }

/*
 * The active state of a SlideDeck spine index label.
 */
.skin-slidedeck dl.slidedeck dt.spine.active .index { color: #ffffff; }

/*
 * The SlideDeck "active corner".
 * 
 * This is the small triangle that appears in the upper left of the active
 * slide. This can be made any size and positioned differently by modifying
 * the margin values. By default the left margin is inset to prevent any
 * gap from appearing as the SlideDeck animates.
 */
.skin-slidedeck dl.slidedeck .activeCorner {
	 margin-left: -1px; 
	background-image: url(../images/corner.png);
	width: 12px;
	height: 25px;
}
/*
 * The x position of the active corner.
 */
.skin-slidedeck dl.slidedeck .activeCorner.spine_1 {background-position: -72px 0;}
.skin-slidedeck dl.slidedeck .activeCorner.spine_2 {background-position: 0 0;}
/* .skin-slidedeck dl.slidedeck .activeCorner.spine_2 {background-position: -12px;}*/
.skin-slidedeck dl.slidedeck .activeCorner.spine_3 {background-position: -24px 0;}
.skin-slidedeck dl.slidedeck .activeCorner.spine_4 {background-position: -36px 0;}
.skin-slidedeck dl.slidedeck .activeCorner.spine_5 {background-position: -48px 0;}
.skin-slidedeck dl.slidedeck .activeCorner.spine_6 {background-position: -60px 0;}
.skin-slidedeck dl.slidedeck .activeCorner.spine_7 {background-position: -72px 0;}

/*
 * The SlideDeck vertical slide style.
 * 
 * Veritcal slides will take over the entire content area of a horizontal slide
 * automatically. Padding will automatically be accommodated for. You can also
 * eliminate the padding definition to have your vertical slide content line
 * up flush against the containing slide content area edges.
 */
.skin-slidedeck dl.slidedeck dd.slide ul.slidesVertical > li {
    overflow: hidden;
    padding: 10px;
}

/*
 * 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.
 */
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.
 */
dl.slidedeck dd.slide ul.verticalSlideNav li {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 0 0 3px;
	width: 12px;
	height: 12px;
	overflow: hidden;
	line-height: 12px;
    list-style: none;
	font-size: 1px; /* Stupid IE */
}

/*
 * 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.
 */
dl.slidedeck dd.slide ul.verticalSlideNav li.arrow {
    position: absolute;
    display: block;
    z-index: 1;
    width: 10px;
    height: 0;
    padding-top: 10px;
    padding-bottom: 0;
    overflow: hidden;
    left: 0;
    border: 1px solid #333;
    background: #444;
    background-image: -moz-linear-gradient(top, #000, #444); /* FF3.6 */
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, #000),color-stop(1, #444)); /* Saf4+, Chrome */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -o-border-radius: 3px;
}

/*
 * 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....
 */
dl.slidedeck dd.slide ul.verticalSlideNav li a {
    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.75;
    -moz-opacity: 0.75;
    -webkit-opacity: 0.75;
    -khtml-opacity: 0.75;
    -ms-filter: "Alpha(opacity=75)";
    filter: Alpha(opacity=75);
    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.
 */
dl.slidedeck dd.slide ul.verticalSlideNav li a:hover {
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -ms-filter: "Alpha(opacity=100)";
    filter: Alpha(opacity=100); 
}

#slidedeck_frame {
	position: relative;
	margin: 0 auto;
	width: 910px;
    height: 300px;
}

/* Vertical nav in the spine */
.skin-slidedeck dl.slidedeck ul.verticalSlideNav {
    height: 70px;
    width: 25px;
    background: none;
    position: relative;
    overflow: hidden;
    padding: 15px 0 0;
    margin: 0;
    top: 0;
    left: 125px;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: -7px 0;
    -moz-transform: rotate(90deg);
    -moz-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;    
    text-decoration: 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.
 * 
 * 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/vertical-nav.png) 0 0 no-repeat;
    border: none;
}
/* 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;
    text-decoration: none;
}
/* 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;
    text-decoration: none;
}



/**
 * 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/vertical-prev-next.png);
}
.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;
}
/**
 * END : Vertical slide previous/next button styling.
 */
 
 
 
/* Client Logo Styles --------------------------------------*/

#client-wrapper {display: block; height: 120px; padding-top: 4px;}
#client-wrapper ul, #client-wrapper li {list-style: none;}
#client-logo-title {margin: 30px 0 0 0;}
#client-wrapper .jcarousel-container {margin-top: 23px;}
#client-wrapper .jcarousel-clip {
    width:  760px;
    height: 75px;
}
#client-wrapper .jcarousel-prev {
    position: absolute;
    top: 23px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: url(../images/horizontal-prev-next.png);
	left: 130px;
	background-position: 0 -27px;
}
#client-wrapper .jcarousel-next {
    position: absolute;
    top: 23px;
    width: 27px;
    height: 27px;
    cursor: pointer;
    background: url(../images/horizontal-prev-next.png);
    left: 930px;
	background-position: 0 0;
}
#client-wrapper .jcarousel-next {
}
#client-wrapper .jcarousel-prev {
}
#client-wrapper .jcarousel-next:hover, #client-wrapper .jcarousel-next:active {
	background-position: -27px 0;
}
#client-wrapper .jcarousel-prev:hover, #client-wrapper .jcarousel-prev:active {
	background-position: -27px -27px;
}
#client-wrapper .jcarousel-prev-disabled,
#client-wrapper .jcarousel-prev-disabled:hover,
#client-wrapper .jcarousel-prev-disabled:active {
    cursor: default;
    background-position: 0 -27px;
}

#client-wrapper .jcarousel-next-disabled,
#client-wrapper .jcarousel-next-disabled:hover,
#client-wrapper .jcarousel-next-disabled:active {
    cursor: default;
    background-position: 0 0;
}