﻿



.wrapper45 {
	
	margin: 0 auto;
	width: 670px;
	}
#logo {
	
	float: left;
	width: 670px;
	
}




/*------------------------
	---------------- 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/hoods/images/left_arrow.png') no-repeat left top;
}


		/*------------------------
		-------------- 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/hoods/images/right_arrow.png') no-repeat left top;
}




	/*------------------------
	---------------- 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/hoods/images/slider_selector.png') no-repeat left top;
			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/hoods/images/slider_selector_current.png') no-repeat left top;
}
	
	/* Disables the selectors */
	.slider_selector_dis li {
		
		cursor: default !important;
		z-index: 5;
		
	}
	
	.container5 {
		
		float: left;
		position: relative;
		width: 670px;
		z-index: 15;		
	}
	
	#container5 {  float: left; width: 670px; position: relative; margin-left: auto ; margin-right: auto ; }
	
	
	a.learn_more {
	
	background: url('images/hoods/images/learn_more_button.png') no-repeat left top;
	float: left;
	height: 36px;
	margin: 0 20px 0 0;
	width: 164px;
	
}

a.learn_more:hover {
	
	background: url('images/hoods/images/learn_more_button_hover.png') no-repeat left top;
}

a.buy_it {
	
	background: url('images/hoods/images/buy_it.png') no-repeat left top;
	float: left;
	height: 36px;
	margin: 0 20px 0 0;
	width: 164px;
	
}

a.buy_it:hover {
	
	background: url('images/hoods/images/buy_it_hover.png') no-repeat left top;
}
