@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:785px;
	height:250px;
	overflow:hidden;
	position:relative;
}
/*****************

	SLIDER

*************************/

#textContainer {
	position:absolute;
	width:10000px;
		border: thick #ff0033;
}

.textBox {
	position:relative;
	width:785px;
	height:250px;
	float:left;
}
.slideshow_img {
    float:left;
}
#slider_navigation {
	width: 900px;
	margin: 0 auto;
}

#prev {
	position: absolute;
	margin-top: 75px;
	display:block;
	width:47px;
	height:48px;
	background:url(../images/previous_arrow.png) no-repeat;
}

#next {
	position: absolute;
	margin-top: 75px;
	display:block;
	width:47px;
	height:48px;
	background:url(../images/next_arrow.png) no-repeat;
	margin-left: 860px;
}
