@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:831px;
	height:190px;
	overflow:hidden;
        position: relative;
}
/*****************

	SLIDER

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

#textContainer {
	position:absolute;
	width:10000px;
	border: thick #ff0033;
}

.textBox {
	position:relative;
	width:831px;
	height:190px;
	float:left;
}

#navigation {
	position:absolute;
	top:106px;
	left:0;
}

#prev {
	display:block;
	width:26px;
	height:42px;
	background:url(../images/btn_arrows.html) top left;
	text-indent:-1000px;
	overflow:hidden;
	position:absolute;
	left:0px;
}

#next {
	display:block;
	width:26px;
	height:42px;
	background:url(../images/btn_arrows.html) -26px top;
	text-indent:-1000px;
	overflow:hidden;
	position:absolute;
	left:850px;
}