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

.loading {
left: 186px;
position: absolute;
top: 74px;
}

#slide_holder {
background-image: url(../images/ss_bg_slideshow.png);
background-repeat: no-repeat;
height: 252px;
overflow: hidden;
position: relative;
text-align: left;
width: 475px;
/* -- width: 1533px; */
z-index: 1000;
}
#slide_holder_inner {
height: 237px;
left: 7px;
overflow: hidden;
position: absolute;
top: 8px;
width: 462px;
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 {
background-image: url(../images/ss_bg_controls.png);
background-position: 0 0;
background-repeat: no-repeat;
height: 30px;
width: 462px;
z-index: 4000;
}

/*-- for slide buttons --*/

#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 .prev_button_disabled, #carousel_controls  .next_button_disabled, #carousel_controls  .first_button_diabled, #carousel_controls  .last_button_disabled {
cursor: auto;
}
#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;
}
#pause_button, .prev_button, .next_button, #first_button, #last_button, #water_mark {
background-repeat: no-repeat;
overflow: hidden;
top: 0px;
}

/*-- first & last buttons --*/

#first_button {
background-image: url(../images/ss_first.png);
height: 29px;
right: 124px;
width: 34px;
background-position: 0 -36px;
}
#first_button:hover {
background-position: 0 0;
}
#last_button {
background-image: url(../images/ss_last.png);
height: 29px;
right: 4px;
width: 34px;
background-position: 0 -36px;
}
#last_button:hover {
background-position: 0 0;
}

/*-- end first & last buttons --*/

/*-- next & prev buttons --*/
#nex_prev_buttons {
position: absolute;
left: 0;
z-index: 5000;
}
#next_button {
background-image: url(../images/ss_next.png);
background-position: 0 -36px;
height: 29px;
right: 38px;
width: 31px;
}
#next_button:hover {
background-position: 0 0;
}
#prev_button {
background-image: url(../images/ss_prev.png);
background-position: 0 -36px;
height: 29px;
right: 93px;
width: 31px;
}
#prev_button:hover {
background-position: 0 0;
}
/*-- end next & prev buttons --*/


/*-- looks like pause button --*/
.pause_button {
background-image: url(../images/ss_pause.png);
background-position: 0 -36px;
height: 29px;
right: 69px;
width: 24px;
}
.pause_button:hover {
background-position: 0 0;
}
/*-- looks like play button --*/
.paused_button {
background-image: url(../images/ss_play.png);
background-position: 0 -36px;
height: 29px;
right: 69px;
width: 24px;
}
.paused_button:hover {
background-position: 0 0;
}



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

#slide_captions {
color: #333;
left: 8px;
overflow: visible;
top: 5px;
z-index: 6000;
}
#slide_captions span {
font-weight:bold;
font-size: 15px;
height: 20px;
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/ss_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;
}
				
/*-- end for carousel view --*/				

/*-- end number display --*/

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

/*-- example rules --*/
