

/*------------------------
	---------------- 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 0 0 5px;
		position: absolute;
		right: 10px;
		z-index: 5;
		
	}
	
		/* 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;
			margin: 0 3px !important;
			height: 10px !important;
			position: relative !important;
			width: 10px !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 {
		left:-20px;
		top:260px;
		position: relative;
		width:960px;
		margin:0 auto;
		z-index: 15;
		
		
	}
	
	.below_nav {
	margin:-9px 0 0 0;
    left: 0px;
    position: absolute;
    height: 270px; width : 100%;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    width: 100%;
  
   
}

.center {
    margin: 0 auto;
    width: 950px;
    height: 270px;
}

.output {
    width: 320px;
    position: relative;
    top: -250px;
    margin: 0 auto;
    z-index: 9;
}

.slideshow {
    width: 100%;
    height: 270px;
    overflow: hidden;
}

h3.output  {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

p.output  {
    color: #fff;
}

.android {
    background: #225389;
    width: 100%;
    height: 270px;
}

.android .center {
    background: url(/images/slideshow-bg-android.png) no-repeat
}

.iphone .center {
    background: url(/images/slideshow-bg-iphone.png) no-repeat
}

.blackberry .center {
    background: url(/images/slideshow-bg-blackberry.png) no-repeat
}

.iphone {
    width: 100%;
    height: 270px;
    background: #1C99B8;
}

.blackberry {
    width: 100%;
    height: 270px;
    background: #97B81C;
}


	/*------------------------
	---------------- CONTENT
	------------------------*/
	
	/* You might want to change these options for the main container */
	#ddslider1, #ddslider1 li {
		
		height: 270px;
		width: 100%;
		
	}
	
	/* images container - This is the most important container - Don't change important properties */
	#ddslider1 {
		
		list-style: none !important;
		margin: 0 !important;
		padding: 0 !important;
		overflow: hidden !important;
		position: relative !important;
		
	}

		/* each slider item - Nothing to change here */
		#ddslider1 li {
			*position:relative;
			display: none;
			float: left;
			margin: 0;
			position: absolute;
			width: 100%;
			
			
		}
	
		/* Don't edit this part */
		#ddslider1 li.current {
			
			display: block;
			z-index: 2 !important;
			
		}
		
		/* Don't edit this part */
		#ddslider1 li.next {
			
			display: block;
			z-index: 99 !important;
			
		}
		
		/* Don't edit this part - prevents inline lists from being hidden */
		#ddslider1 li ul li {
			
			display: block !important;
			position: relative !important;
			
		}
		
		
		a.learn_more {
	
	background: url(/scripts/ddslider/assets/learn_more_button.png) no-repeat top left;
	float: left;
	height: 36px;
	margin: 0 20px 0 0;
	width: 164px;
	
}

a.learn_more:hover {
	
	background: url(/scripts/ddslider/assets/learn_more_button_hover.png) no-repeat top left;
	
}

a.buy_it {
	
	background: url(/scripts/ddslider/assets/buy_it.png) no-repeat top left;
	float: left;
	height: 36px;
	margin: 0 20px 0 0;
	width: 164px;
	
}

a.buy_it:hover {
	
	background: url(/scripts/ddslider/assets/buy_it_hover.png) no-repeat top left;
	
}
