@charset "UTF-8";
/* CSS Document 

html, body, ul, ol, li, p, 
h1, h2, h3, h4, h5, h6, 
form, fieldset, a { 
	border: 0;
	margin: 0; 
	padding: 0; 

}*/

/*****************

	MY STRUCTURE

*************************/

#imageSlider {
	width:312px;
	height:133px;
	overflow:hidden;
	position:relative;
}
/*****************

	SLIDER

*************************/

#textContainer {
	position:absolute;
	width:10000px;
}

#sliderBG {
	position: relative;
	padding: 5px 0;
	background: #AAAAAA
}

#textContainer .image_link_component, #textContainer .image_component {
	display: block;
	position:relative;
	width:312px;
	height:133px;
	float:left;
}

#slider_navigation {
	position: absolute;
	z-index: 1000;
	left: -9px;
	top: 0;
}

#prev {
	display:block;
	width:9px;
	height:143px;
	background:url(/amm/themes/noiseland_shared/images/btn_arrows.jpg) top left;
	text-indent:-1000px;
	overflow:hidden;
	position:absolute;
	left:0px;
}

#next {
	display:block;
	width:9px;
	height:143px;
	background:url(/amm/themes/noiseland_shared/images/btn_arrows.jpg) -9px top;
	text-indent:-1000px;
	overflow:hidden;
	position:absolute;
	left:321px;
}
