@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:208px;
	height:70px;
	overflow:hidden;
	position:relative;
	margin-top: 10px;
	text-align: left;
}

#imageSlider1 {
	width:581px;
	height:259px;
	overflow:hidden;
	position:absolute;
	top: 11px;
	left: 11px;
}

#quotes {
	overflow: hidden;
}

#quoteContainer {
	position: absolute;
	width: 100000px;
}

#quoteContainer img {
	float: left;
}
/*****************

	SLIDER

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

.slideContainer {
	position:absolute;
	width:10000px;
}

.slideContainer div {
	text-align: center;
	width: 208px;
}

#imageSlider .slideBox {
	position:relative;
	width:208px;
	height:70px;
	float:left;
	text-align: center;
}

#imageSlider1 .slideBox {
	position:relative;
	width:581px;
	height:259px;
	float:left;
	text-align: center;
}

.prev {
	display:block;
	width:27px;
	height:70px;
	background:url(../images/btn_arrowLeft.png) no-repeat top left;
	text-indent:-1000px;
	overflow:hidden;
	position:absolute;
	left:0px;
	top: 0px;
}

.next {
	display:block;
	width:27px;
	height:70px;
	background:url(../images/btn_arrowRight.png) no-repeat left top;
	text-indent:-1000px;
	overflow:hidden;
	position:absolute;
	right:0;
	top: 0px;
}

#imageSlider1 .next, #imageSlider1 .prev {
	display: none;
}