/* CSS file for home page carousel */

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

.loading {
	left: 400px;
	position: absolute;
	top: 74px;
}
#slide_holder {
	background-repeat: no-repeat;
	height: 345px;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 966px;
	/* -- width: 1533px; */
z-index: 1000;
}
#slide_holder_inner {
	/*background-color: #50B4E6;*/
height: 345px;
	left: 0px;
	top: -10px;
	width: 969px;
	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-position: 0 0;
	background-repeat: no-repeat;
	height: 240px;
	width: 511px;
	z-index: 4000;
}
/*-- for slide buttons --*/

#slide_buttons li:hover, #pause_button, .prev_button, .next_button, .url_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;
}
#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 {
	margin-top:290px;
	position: absolute;
	left: -26px;
	top: -7px;
	z-index: 5000;
}
ul#slide_buttons li {
	background-image: url(../images/sliding-img.jpg);
	display: block;
	float: left;
	height: 21px;
	list-style: none;
	margin: 0 10px 0 3px;
	padding: 2px;
	width: 21px;
}
ul#slide_buttons li#button_selected {
	background-image: url(../images/sliding-hover.png);
	width: 21px;
	height: 43px;
}
ul#slide_buttons li#button_selected:hover {
}
/*-- first & last buttons --*/


#first_button:hover {
	background-position: 0 0;
}
#last_button:hover {
	background-position: 0 0;
}
/*-- end first & last buttons --*/

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

#prev_button {
	background-image: url(../images/prev_project.png);
	background-position: 0 0px;
	height: 77px;
	width: 132px;
	left: 7px;
	top: 210px;
}
#prev_button:hover {
	background-position: 0 0;
	background-image: url(../images/prev_project_hover.png);
}
#url_button {
	background-image: url(../images/case_study.png);
	background-position: 0 0px;
	height: 77px;
	width: 132px;
	left: 130px;
	top: 210px;
}
#url_button:hover {
	background-position: 0 0;
	background-image: url(../images/case_study_hover.png);
}
#next_button {
	background-image: url(../images/next_project.png);
	background-position: 0 0px;
	height: 77px;
	width: 132px;
	left: 253px;
	top: 210px;
}
#next_button:hover {
	background-position: 0 0;
	background-image: url(../images/next_project_hover.png);
}
/*-- end next & prev buttons --*/


/*-- 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 {
	background-image: url(../images/next_project.png);
	height: 77px;
	background-position: 21px 30px;
	padding: 30px 0 30px 30px;
	right: 0;
}
#hover_prev_button {
	background-image: url(../images/case_study.png);
	background-position: 8px 30px;
	padding: 30px 30px 30px 0;
	left: 0;
}
/*-- end next & prev buttons --*/

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

#slide_captions {
	color: #333;
	left: 8px;
	overflow: visible;
	top: 5px;
	z-index: 6000;
}
#slide_captions span {
	font-family: Tahoma;
	font-size: 15px;
	height: 20px;
	line-height: 20px;
	overflow: visible;
}
/*-- end rules for slide captions --*/

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

#slide_holder {
	margin: 0px auto 0 auto;
}
