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

.loading {
	left: 215px;
	position: absolute;
	top:151px;
}

#slide_holder {
border:1px solid #000;
height: 400px;
overflow: hidden;
position: relative;
text-align: left;
width: 478px;
/* -- width: 1533px; */
z-index: 1000;
}
#slide_holder_inner {
height: 400px; overflow: hidden;position: absolute;width: 478px;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: 40px;
width: 480px;
z-index: 4000;
border-bottom:1px solid #000;
background:#000;
}

/*-- for slide buttons --*/

#slide_buttons li:hover, #pause_button, .prev_button, .next_button, #first_button, #last_button {
cursor: pointer;
cursor: hand;
z-index: 5000;
}
#slide_buttons li span, #pause_button span, .prev_button span, .next_button span, #first_button span, #last_button span, #hover_next_button span, #hover_prev_button span, #water_mark span {
margin-left: -10000px;
}
#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 {
list-style: none;
padding: 7px 7px 15px 5px;
position: absolute;
left: 0px;
z-index: 5000;
}
ul#slide_buttons li {
background-image: url(../images/button.png);
display: block;
float: left;
height: 16px;
list-style: none;
margin: 5px 0 0 3px;
padding: 4px;
width: 10px;
}
ul#slide_buttons li:hover {
}
ul#slide_buttons li#button_selected {
background-image: url(../images/button_selected.png);
}
ul#slide_buttons li#button_selected:hover {
}
/*-- first & last buttons --*/

#first_button {
background-image: url(../images/first.png);
height: 29px;
left: 354px;
width: 34px;
}
#first_button:hover {
background-image: url(../images/first_hover.png);
}
#last_button {
background-image: url(../images/last.png);
height: 29px;
left: 474px;
width: 34px;
}
#last_button:hover {
background-image: url(../images/last_hover.png);
}

/*-- 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);
height: 29px;
left: 443px;
width: 31px;
}
#next_button:hover {
background-image: url(../images/next_hover.png);
}
#prev_button {
background-image: url(../images/prev.png);
height: 29px;
left: 388px;
width: 31px;
}
#prev_button:hover {
background-image: url(../images/prev_hover.png);
}
/*-- end next & prev buttons --*/


/*-- looks like pause button --*/
.pause_button {
background-image: url(../images/pause.png);
height: 30px;
right: 10px;
margin-top:5px;
width: 24px;
}
.pause_button:hover {
background-image: url(../images/pause_hover.png);
}
/*-- looks like play button --*/
.paused_button {
background-image: url(../images/play.png);
height: 30px;
right: 10px;
margin-top:5px;
width: 24px;
}
.paused_button:hover {
background-image: url(../images/play_hover.png);
}

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

#hover_next_button, #hover_prev_button {
height: 125px;
background-repeat: no-repeat;
overflow: hidden;
width: 77px;
top: 35px;
z-index: 6000;
}
#hover_next_button span {
}
#hover_next_button {

}
#hover_prev_button {

}

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

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

#slide_captions {
font-family:Arial, Helvetica, sans-serif;
color:#85151F;
left: 10px;
overflow: visible;
top: 10px;
z-index: 6000;
}
#slide_captions span {
font-family:Arial, Helvetica, sans-serif;
color:#85151F;
font-size: 13px;
font-weight:bold;
height: 20px;
line-height: 20px;
overflow: visible;
}

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


/*-- for carousel view --*/

#row_of_slides {
position: absolute;
top: 40px;
}
#row_of_slides .slide {
position: absolute;
}
				
/*-- end for carousel view --*/				

/*-- end number display --*/

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

