/*-- required & default rules --*/
.loading {
	left: 210px;
	position: absolute;
	top: 74px;
}
#slide_holder {
	height: 337px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 939px;
	z-index: 1000;
}
#slide_holder_inner {
	height: 337px;
	left: 7px;
	overflow: hidden;
	position: absolute;
	top: 8px;
	width: 939px;
	z-index: 2000;
}
/*-- for slide divs --*/
#slide_holder_inner div {
	position: absolute;
}
/*-- for divs in html slides to position relative --*/
div#slide_holder_inner div.slide div {
	position: relative;
}
div#carousel_controls {
	height: 30px;
	width: 939px;
	z-index: 4000;
	top: 310px;
}
/*-- next & prev buttons --*/
#nex_prev_buttons {
	position: absolute;
	left: 0;
	z-index: 5000;
	
}
#prev_button span, #next_button span {
	color: #562304;
}
#prev_button span:hover, #next_button span:hover {
	color: #C4A988;
}
#next_button {
	cursor: pointer;
	cursor: hand;
	top: 0px;
	height: 29px;
	right: 0px;
	width: 40px;
}
#next_button:hover {
}
#prev_button {
	cursor: pointer;
	cursor: hand;
	top: 0px;
	height: 29px;
	right: 60px;
	width: 40px;
}
/*-- end next & prev buttons --*/
#row_of_slides {
	position: absolute;
	top: 0;
}
#row_of_slides .slide {
	position: absolute;
}
