*{
	margin:0;
	padding:0;}


	
	#yourSliderId {
		
		float: left;
		height: 304px;
		width: 977px;
		
	}
	

	#yourSliderId {
		
		list-style: none !important;
		margin: 15px 0 0 14px !important;
		overflow: hidden !important;
		position: relative !important;
		
	}


		#yourSliderId li {
			
			display: none;
			float: left;
			margin: 0;
			position: absolute;
			width: 100%;
			
		}
		

		#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;
			
		}
		
		
		
		
		
		/* resets all styles */
@import url("reset.css");

.wrapper {
	margin: 0 auto;
	width: 1004px;
	   position: relative;
}

a.buy_it {
	background: url(../images/buy_it.png) no-repeat top left;
	float: left;
	height: 36px;
	margin: 0 20px 0 0;
	width: 164px;
}
a.buy_it:hover {
	background: url(../images/buy_it_hover.png) no-repeat top left;
}
#slider {
	float: left;
	position: relative;
	width: 100%;
	height: 40px;
}
/*------------------------
		--------------- LEFT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_left {
	bottom: 10px;
	cursor: pointer !important;
	float: left;
	height:71px;
	left:-13px;
	position: absolute;
	width:60px;
	top:118px;
	z-index: 50 !important;
}
/* left arrow image */
		.slider_arrow_left {
	background: url(../images/btn_next.png) no-repeat top left;
}
/*------------------------
		-------------- RIGHT ARROW
		------------------------*/
		
		/* Sets position and main configs */
		.slider_arrow_right {
	bottom: 10px;
	cursor: pointer;
	float: left;
	top:118px;
	height:71px;
  right: -13px;
	position: absolute;
	width:60px;
	z-index: 50;
}
/* Right arrow Background */
		.slider_arrow_right {
	background: url(../images/forw_button.png) no-repeat top left;
}

.hidden { display: none; }
/*------------------------
	---------------- SELECTORS
	------------------------*/
	
	/* Sets configs for selectors containers : absolute positioned in relation to #slider */
