


	/*------------------------
	---------------- CONTENT
	------------------------*/
	
	/* You might want to change these options for the main container */
	#yourSliderId {		
		float: left;
		height: 330px;
		width: 950px;
		margin: 0;
		padding: 0;
		list-style: none;		
	}
	
	/* images container - This is the most important container - Don't change important properties */
	#yourSliderId {		
		list-style: none !important;
		margin: 0 !important;
		overflow: hidden !important;
		position: relative !important;		
	}

		/* each slider item - Nothing to change here */
		#yourSliderId li {
			
			display: none;
			float: left;
			margin: 0;
			padding: 0;
			position: absolute;
			width: 100%;
			
		}
		
		/* Don't edit this part */
		#yourSliderId li.current {
			
			display: block;
			z-index: 2 !important;
			
		}
		
		/* Don't edit this part */
		#yourSliderId li.next {
			
			display: block;
			z-index: 1 !important;
			
		}
		
		/* Don't edit this part - prevents inline lists from being hidden */
		#yourSliderId li ul li {
			
			display: block !important;
			position: relative !important;
			
		}

/*------------------------
	---------------- NAVS
	------------------------*/


		/*------------------------
		--------------- LEFT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_left {
			
			bottom: 10px;
			cursor: pointer !important;
			float: left;
			height: 22px;
			left: 10px;
			position: absolute;
			width: 22px;
			z-index: 5;
			
		}
		
		/* left arrow image */
		.slider_arrow_left {
			
			background: url(../images/left_arrow.png) no-repeat top left;
			
		}


		/*------------------------
		-------------- RIGHT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_right {
			
			bottom: 10px;
			cursor: pointer;
			float: left;
			height: 22px;
			left: 37px;
			position: absolute;
			width: 22px;
			z-index: 5;
			
		}
		
		/* Right arrow Background */
		.slider_arrow_right {
			
			background: url(../images/right_arrow.png) no-repeat top left;
			
		}




	/*------------------------
	---------------- SELECTORS
	------------------------*/
	
	/* Sets configs for selectors containers : absolute positioned in relation to #slider */
	.slider_selector, .slider_selector_dis {
		bottom: 10px;
		list-style: none;
		margin: 0;
		position: absolute;
		width: 110px;/* 22 x (num of slides)*/
		right: 420px; /*(width of slider(950)/2) - (width of selector/2) */
		z-index: 5;
		
		/* default values for num of slides 
		5 slides - width: 110px; right: 420px;
		6 slides - width: 132px; right: 409px;
		7 slides - width: 154px; right: 398px;
		*/
	}
	
		/* Sets image of selectors */
		.slider_selector li, .slider_selector_dis li {
			
			display: block !important;
			background: url(../images/slider_selector.png) no-repeat top left;
			cursor: pointer;
			float: left;
			padding: 0;
			margin: 0 3px !important;
			height: 16px !important;
			position: relative !important;
			width: 16px !important;
			
		}
		
		/* Sets the current selector */
		.slider_selector li.current, .slider_selector_dis li.current {
			
			background: url(../images/slider_selector_current.png) no-repeat top left;
			
		}
	
	/* Disables the selectors */
	.slider_selector_dis li {
		
		cursor: default !important;
		z-index: 5;
		
	}
	
	.container {
		
		float: left;
		position: relative;
		width: 950px;
		z-index: 15;
		
	}
	
	
	
/* SLIDES
==============================================================*/
li#slide01, li#slide02, li#slide03, li#slide04, li#slide05, li#slide06, li#slide07,
li#slide08, li#slide09, li#tony {
	 width: 950px; 
	 height: 330px; 
	 overflow: hidden;
}
li#slide01 { background: url(../assets/uxd.jpg) no-repeat top center;}
li#slide02 { background: url(../assets/chains4.jpg) no-repeat top center;}
li#slide08 { background: url(../assets/mobile_notext.jpg) no-repeat top center;} /*Mobile*/
li#slide03 { background: url(../assets/nda_notext.jpg) no-repeat top center;}
li#slide09 { background: url(../assets/commonspot.jpg) no-repeat top center;} /*Commonspot*/
li#slide04 { background: url(../assets/7steps_notext.jpg) no-repeat top center;}
li#slide05 { background: url(../assets/solutions_new.jpg) no-repeat top center;}
li#slide06 { background: url(../assets/seo.jpg) no-repeat top center;} /*SEO*/
li#slide07 { background: url(../assets/users.jpg) no-repeat top center;} /*Users*/
/*if adding more slides be sure to change lines 131-132 above for slider nav */
li#tony { background: url(../assets/tony.jpg) no-repeat top center;}

.slide_content_left, .slide_content_right {
	margin-top: 30px;
}
.slide_content_left {
	width: 400px;
	float: left;
	}
.slide_content_right {
	width: 475px;
	float: right;
	}
	.slide_content_right p, .slide_content_right h2, .slide_content_right ul {
		padding-right: 30px;	
	}
.slide_content_steps {
	width: 600px;
	margin: 180px auto 0 auto;
	
}
	.slide_content_steps .buttonLink270white {
		color: #e77800;	
		margin: 10px auto;
		float: none;
	}
	.slide_content_steps p {
		text-align: center;	
	}
.slide_narrow {
	width: 350px;
}
.slide_wide {
	width: 550px;	
}

#yourSliderId li .slide_content_left ul li, #yourSliderId li .slide_content_right ul li {
	padding-left: 25px;
	background-position: 0 5px;
}

.slide_light h2, .slide_light p, .slide_light li { color: #ffffff;}
	
.slide_content_right .buttonLink270_nohover, .slide_content_left .buttonLink270_nohover {
	color: #ffffff;
}

	.slide_content_right .buttonLink270_nohover:hover, .slide_content_left .buttonLink270_nohover:hover {
		color: #333a3e;
	}

