#slide_holder {
	height: 287px; width: 400px;
	overflow: hidden;
	position: relative;
	text-align: left;
	z-index: 1000;
}
#slide_holder_inner {
	height: 287px; overflow: hidden; position: absolute; width: 400px; z-index: 2000;
}

#intro, .intro {
	position: absolute;
	z-index: 9000;
}

/*-- 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 {
	position:absolute;
	z-index:9999;
	margin:264px 0;
	/*background: url(/images/flash-placeholder.gif) 0 0 no-repeat;*/
	height: 30px;
	width: 400px;
	z-index: 4000;
}

/*-- for slide buttons --*/
#pause_button, #prev_button, #next_button {
cursor: pointer;
cursor: hand;
z-index: 5000;
}
#pause_button span, #prev_button span, #next_button span {
margin-left: -10000px;
}
#pause_button, #prev_button, #next_button{
background-repeat: no-repeat;
overflow: hidden;
top: 0px;
}


/*-- next & prev buttons --*/
#nex_prev_buttons {
position: absolute;
left: 0;
z-index: 5000;
}
#next_button {
	left: 54px;
	width: 24px;
	height: 23px;
	background:url(/images/slides/play-btn.gif) -57px 0px no-repeat;
}
#next_button:hover {
	background:url(/images/slides/play-btn.gif) -57px -18px no-repeat;
}
#prev_button {
	left: 13px;
	width: 24px;
	height: 23px;
	background:url(/images/slides/play-btn.gif) 0px 0px no-repeat;
}
#prev_button:hover {
	background:url(/images/slides/play-btn.gif) 0px -18px no-repeat;
}
/*-- end next & prev buttons --*/


/*-- looks like pause button --*/
.pause_button {
	left: 39px;
	width: 16px;
	height: 23px;
	background:url(/images/slides/play-btn.gif) -26px 0px no-repeat;
}
.pause_button:hover {
	background:url(/images/slides/play-btn.gif) -26px -18px no-repeat;
}
/*-- looks like play button --*/
.paused_button {
	left: 39px;
	width: 16px;
	height: 23px;
	background:url(/images/slides/play-btn.gif) -42px 0px no-repeat;
}
.paused_button:hover {
	background:url(/images/slides/play-btn.gif) -42px -18px no-repeat;
}

/*-- rules for slide captions --*/

#slide_captions {
color: #333;
left: 88px;
top:1px;
overflow: visible;
z-index: 6000;
}
#slide_captions span {
font:normal 11px Tahoma;.
color:#484848;
height: 20px;
line-height: 20px;
overflow: visible;
}

/*-- end rules for slide captions --*/
/*-- end required & default rules --*/

