/*-- required & default rules --*/

.loading {
	left: 350px;
	position: absolute;
	top: 120px;
}

#slide_holder {
	background: url(images/bgGallery.gif) 0px 0px no-repeat;
	height: 360px;
	width: 920px;
	overflow: hidden;
	position: relative;
	text-align: left;
	z-index: 1000;
	margin: 0px 0px 25px 0px;
	padding: 0px;
}

#slide_holder_inner {
	height: 340px;
	width: 870px;
	left: 25px;
	overflow: hidden;
	position: absolute;
	top: 5px;
	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 {
	background-image: ;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 340px;
	width: 870px;
	z-index: 4000;
}

/*-- for slide buttons --*/

#slide_buttons li:hover, #pause_button, .prev_button, .next_button, #hover_next_button, #hover_prev_button, #first_button, #last_button {
	cursor: pointer;
	cursor: hand;
	z-index: 5000;
}

#carousel_controls #button_selected, #carousel_controls .prev_button_disabled, #carousel_controls  .next_button_disabled, #carousel_controls  .first_button_diabled, #carousel_controls  .last_button_disabled {
	cursor: auto;
}

#slide_buttons li span {
	margin: 6px 0px 0px 6px;
	line-height: 22px;
	color: #317e96;
}

#slide_buttons li, #pause_button, .prev_button, .next_button, #first_button, #last_button, #water_mark {
	background-repeat: no-repeat;
	overflow: hidden;
	top: 0px;
}

ul#slide_buttons {
	padding: 0px;
	position: absolute;
	right: 15px;
	top: 285px;
	z-index: 5000;
}

ul#slide_buttons li {
	background-image: url(images/button.png);
	display: block;
	float: left;
	height: 22px;
	list-style: none;
	margin: 0 0 0 8px;
	padding: 2px;
	width: 22px;
}

ul#slide_buttons li:hover {
	background-image: url(images/button_selected.png);
}

ul#slide_buttons li#button_selected {
	background-image: url(images/button_selected.png);
}

ul#slide_buttons li#button_selected span{
	color: #FFFFFF;
}

ul#slide_buttons li#button_selected:hover {

}

/*-- hover next & hoverprev buttons --*/

#hover_next_button, #hover_prev_button {
	height: 70px;
	background-repeat: no-repeat;
	display: none;
	overflow: hidden;
	width: 70px;
	top: 135px;
	z-index: 6000;
}

#hover_next_button span {
	display: none;
}

#hover_next_button {
	background-image: url(images/hover_next.png);

	padding: 0px;
	right: 0;
}

#hover_prev_button span {
	display: none;
}

#hover_prev_button {
	background-image: url(images/hover_prev.png);

	padding: 0;
	left: 0;
}

/*-- end next & prev buttons --*/

#row_of_slides {
	position: absolute;
	top: 0;
}
#row_of_slides .slide {
	display: none;
	position: absolute;
}

