/*-- required & default rules --*/

.loading {
left: 210px;
position: absolute;
top: 74px;
}

#slide_holder {
background-image: url(/_templates/subpage/skins/3/imageset/carousel-back-new.png);
background-repeat: no-repeat;
height: 330px;
overflow: hidden;
position: relative;
text-align: left;
width: 720px;
/* -- width: 1533px; */
z-index: 10;
}
#slide_holder_inner {
height: 300px;
left: 7px;
overflow: hidden;
position: absolute;
top: 30px;
width: 690px;
z-index: 20;
padding:14px;
margin:0;
}

#intro, .intro {
position: absolute;
z-index: 90;
}

/*-- 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: 20px;
width: 690px;
z-index: 40;
margin:263px 0 10px 0;
text-align:right;
float:right;
padding: 10px 0 0 0;
}

/*-- 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: 50;
}
#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, #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 {
padding: 12px 7px 15px 15px;
position: absolute;
right: 0;
top: -10px;
margin:0;
z-index: 50;
}
ul#slide_buttons li {
background-image: url(/_js/jquery_agile_carousel/images/button.png);
display: block;
float: left;
height: 9px;
list-style: none;
margin: 0 0 0 5px;
padding: 2px;
width: 10px;
}
ul#slide_buttons li:hover {
}
ul#slide_buttons li#button_selected {
background-image: url(/_js/jquery_agile_carousel/images/button_selected.png);
}
ul#slide_buttons li#button_selected:hover {
}

/*-- hover next & hoverprev buttons --*/

#hover_next_button, #hover_prev_button {
height: 50px;
background-repeat: no-repeat;
display: block;
overflow: hidden;
width: 30px;
top: 105px;
z-index: 60;
}
#hover_next_button span {
}
#hover_next_button {
background-image: url(/_js/jquery_agile_carousel/images/next-use.png);
/*background-position: 21px 35px;*/
padding: 80px 0 30px 10px;
right: 10px;
}
#hover_prev_button {
background-image: url(/_js/jquery_agile_carousel/images/prev-use.png);
/* background-position: 8px 35px; */
padding: 80px 10px 30px 0x;
left: 10px;
}

/*-- end next & prev buttons --*/

/*-- rules for slide captions --*/

#slide_captions {
color: #333;
left: 8px;
overflow: visible;
top: 5px;
z-index: 60;
display:none;
}
#slide_captions span {
font-family: Tahoma;
font-size: 15px;
height: 20px;
line-height: 20px;
overflow: visible;
}

/*-- end rules for slide captions --*/

/*-- rules for watermark --*/

#water_mark {
background-image: url(/_js/jquery_agile_carousel/images/water_mark.png);
height: 30px;
left: 202px;
width: 246px;
top: 208px;
z-index: 60;
}

#water_mark span {
}

/*-- end rules for slide captions --*/

/*-- slide number display --*/

#slide_number_display {
background-image: url(/_js/jquery_agile_carousel/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: 50;
}

/*-- for carousel view --*/

#row_of_slides {
position: absolute;
top: 0;
text-align:center;
width:690px;
margin:0 0 0 3px;
}
#row_of_slides .slide {
display: none;
position: absolute;
width:200px;
}
				
/*-- end for carousel view --*/				

/*-- end number display --*/

/*-- end required & default rules --*/


#slide_buttons li{display:none}
