/*-- required & default rules --*/

.loading {
	left: 360px;
	position: absolute;
	top: 110px;
}

#slide_holder {
	background-image: url(../images/feature-placeholder-bg.jpg);
	background-repeat: repeat-x;
	height: 302px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 716px;
	margin: 0;
	padding: 0;
	/* -- width: 1533px; */
z-index: 1000;
	float: left;
	background-position: top;
}
#slide_holder_inner {
height: 302px;
left: 0px;
overflow: hidden;
position: absolute;
top: 0px;
width: 766px;
z-index: 2000;
padding: 0;
}

#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: url(../images/bg_controls.png);
background-position: 0 0;
background-repeat: no-repeat;
height: 39px;
width: 760px;
z-index: 4000;
margin: 270px 0 0 0px;
}

/*-- 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;
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;
}

#row_of_slides img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul#slide_buttons {
	position: absolute;
	left: 500px;
	z-index: 5000;
	margin-top: 4px;
	padding-top: 0px;
	padding-right: 7px;
	padding-bottom: 0px;
	padding-left: 15px;
	
}

ul#slide_buttons li span{
	cursor: pointer;
}

ul#slide_buttons li {
	background-image: url(../images/button.png);
	display: block;
	float: left;
	height: 25px;
	list-style: none;
	width: 31px;
	text-align: center;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 3px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #666666;
}
ul#slide_buttons li:hover {
	color: #FF9900;
}
ul#slide_buttons li#button_selected {
	background-image: url(../images/button_selected.png);
	color: #FFFFFF;
}
ul#slide_buttons li#button_selected:hover {
}
/*-- first & last buttons --*/

#first_button {
	background-image: url(../images/first.png);
	height: 30px;
	left: 279px;
	width: 43px;
	background-position: 0 bottom;
	display: none;
}
#first_button:hover {
background-position: 0 0;
}
#last_button {
background-image: url(../images/last.png);
height: 30px;
left: 455px;
width: 44px;
background-position: 0 bottom;
display: none;
}
#last_button:hover {
background-position: 0 0;
}

.first_button span, .prev_button span, .pause_button span, .paused_button span, .water_mark span, .next_button span, .last_buton span, .hover_prev_button span, .hover_next_button span {
	display: none;
}
/*-- end first & last buttons --*/

/*-- next & prev buttons --*/
#nex_prev_buttons {
position: absolute;
left: 0;
z-index: 5000;
}
#next_button {
background-image: url(../images/next.png);
background-position: 0 bottom;
height: 30px;
left: 413px;
width: 43px;
}
#next_button:hover {
background-position: 0 0;
}
#prev_button {
background-image: url(../images/prev.png);
background-position: 0 bottom;
height: 30px;
left: 324px;
width: 43px;
}
#prev_button:hover {
background-position: 0 0;
}
/*-- end next & prev buttons --*/


/*-- looks like pause button --*/
.pause_button {
background-image: url(../images/pause.png);
background-position: 0 bottom;
height: 30px;
left: 369px;
width: 43px;
}
.pause_button:hover {
background-position: 0 0;
}
/*-- looks like play button --*/
.paused_button {
background-image: url(../images/play.png);
background-position: 0 bottom;
height: 30px;
left: 369px;
width: 43px;
}
.paused_button:hover {
background-position: 0 0;
}

/*-- hover next & hoverprev buttons --*/

#hover_next_button, #hover_prev_button {
height: 125px;
background-repeat: no-repeat;
display: none;
overflow: hidden;
width: 77px;
top: 35px;
z-index: 6000;
}
#hover_next_button span {
}
#hover_next_button {
background-image: url(../images/hover_next.png);
background-position: -24px 35px;
padding: 30px 0 30px 30px;
right: 0;
}
#hover_prev_button {
background-image: url(../images/hover_prev.png);
background-position: 8px 35px;
padding: 30px 30px 30px 0;
left: 0;
}

/*-- end next & prev buttons --*/

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

#slide_captions {
	color: #666666;
	left: 8px;
	overflow: visible;
	top: 5px;
	z-index: 6000;
}
#slide_captions span {
font-family: Tahoma;
font-size: 15px;
height: 39px;
line-height: 20px;
overflow: visible;
}

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

/*-- rules for watermark --*/





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

/*-- slide number display --*/

#slide_number_display {
background-image: url(../images/bg_swatch.png);
background-position: 0 0;
background-repeat: no-repeat;
color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 15px;
height: 23px;
padding: 4px;
right: 7px;
text-align: center;
top: 208px;
width: 37px;
z-index: 5000;
}

/*-- for carousel view --*/

#row_of_slides {
position: absolute;
top: 0;
}
#row_of_slides .slide {
display: none;
position: absolute;
}
#slide_holder {

}
