@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p,  
form, fieldset { 
	border: 0;
	margin: 0; 
	padding: 0; 

}

/*****************

	MY STRUCTURE

*************************/

#imageSlider {
	width:149px;
	height:89px;
	margin-left: 33px;
	overflow:hidden;
	position:relative;
	border: 1px solid #333;
}
/*****************

	SLIDER

*************************/

#textContainer {
	position:absolute;
	width:10000px;
		border: thick #ff0033;
}

.textBox {
	position:relative;
	width:149px;
	height:89px;
	float:left;
}

#navigation {
	position:absolute;
	top:34px;
	left:0;
}

#prev {
	display:block;
	width:15px;
	height:30px;
	background:url(../new_images/bottom/left_arrow.png) top left;
	text-indent:-1000px;
	overflow:hidden;
	position:absolute;
	margin-top: 32px;
	left:8px;
}

#next {
	display:block;
	width:15px;
	height:30px;
	background:url(../new_images/bottom/right_arrow.png)   top;
	text-indent:-1000px;
	overflow:hidden;
	position:absolute;
	margin-top: 32px;
	left:192px;
}
