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

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

#slide_holder {
background-color: #fff;
height: 388px;
overflow: hidden;
position: relative;
text-align: left;
width: 463px;
/* -- width: 1533px; */
z-index: 1000;
margin-bottom: 30px;
}
#slide_holder_inner {
height: 388px;
left: 0px;
overflow: hidden;
position: absolute;
top: 0px;
width: 463px;
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: url(../images/carousel_caption_bg.png);*/
background-repeat: repeat;
background-position: 0 0;
margin-top: 278px;
height: 90px;
width: 463px;
z-index: 4000;
color: #fff;
}
div#carousel_controls_bg {
	height: 90px;
	width: 463px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity:.6;
	opacity:.6;
}

/*-- 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, #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: 15px 0px 15px 15px;
position: absolute;
left: 375px;
top: 80px;
z-index: 5000;
}
ul#slide_buttons li {
background-image: url(../images/button.jpg);
display: block;
float: left;
height: 9px;
list-style: none;
margin: 0 0 0 3px;
padding: 2px;
width: 10px;
}
ul#slide_buttons li:hover {
}
ul#slide_buttons li#button_selected {
background-image: url(../images/button_selected.jpg);
}
ul#slide_buttons li#button_selected:hover {
}


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

#slide_captions {
color: #fff;
left: 10px;
overflow: visible;
top: 5px;
z-index: 6000;
}
#slide_captions span {
font-family: Tahoma, Arial, Verdana;
font-size: 11px;
height: 20px;
line-height: 15px;
overflow: visible;
}
#slide_captions span a{
	color: #fff;
	font-weight: normal;
	text-decoration: none;	
}
#slide_captions span a:hover{
	text-decoration: underline;
}

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

/*-- slide number display --*/

#slide_number_display {
color: #333;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
height: 23px;
padding: 4px;
left: -8px;
text-align: center;
top: 90px;
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 --*/


