/* Start of internalSliderWrapper */

#internalSliderWrapper {
background: transparent url(../images/internal_slider.png) left top no-repeat ;
width: 738px ;
height: 260px ;
margin: 0 auto 20px ;
overflow: hidden ;
}

/* Start of homeSlider */

#internalSlider {
float: left ;
padding: 10px 0 0 15px ;
}

/* Start of homeSlide1 */

#internalSlide1 {
background: url(../images/home_slides/home_slide_1_BG.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 8px 8px 0 8px ;
}

#internalSlide2 {
background: url(../images/home_slides/home_slide_2_BG.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 8px 8px 0 8px ;
}

#interanlSlide2 p {
color: white ;
}	

#internalSlide3 {
background: url(../images/home_slides/home_slide_3_BG.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 8px 8px 0 8px ;
}


/* Start Class Info Slides */

#classInfoSlide1 {
background: url(../images/class_info_slides/class_info_slide_1.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 6px 8px 0 8px ;
}

#classInfoSlide2 {
background: url(../images/class_info_slides/class_info_slide_2.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 6px 8px 0 8px ;
}

#classInfoSlide3 {
background: url(../images/class_info_slides/class_info_slide_3.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 6px 8px 0 8px ;
}

#classInfoSlide4 {
background: url(../images/class_info_slides/class_info_slide_4.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 6px 8px 0 8px ;
}

#classInfoSlide5 {
background: url(../images/class_info_slides/class_info_slide_5.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 6px 8px 0 8px ;
}

#classInfoSlide6 {
background: url(../images/class_info_slides/class_info_slide_6.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 6px 8px 0 8px ;
}


/* Start of Rentals Slides */

#rentalsSlide1 {
background: url(../images/rentals_slides/rentals_slide_1.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 6px 8px 0 8px ;
}

#rentalsSlide2 {
background: url(../images/rentals_slides/rentals_slide_2.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 6px 8px 0 8px ;
}

#rentalsSlide3 {
background: url(../images/rentals_slides/rentals_slide_3.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 6px 8px 0 8px ;
}


/* Start of Rentals Slides */

#weddingSlide1 {
background: url(../images/wedding_slides/wedding_slide_1.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 6px 8px 0 8px ;
}

#weddingSlide2 {
background: url(../images/wedding_slides/wedding_slide_2.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 6px 8px 0 8px ;
}

#weddingSlide3 {
background: url(../images/wedding_slides/wedding_slide_3.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 6px 8px 0 8px ;
}

#weddingSlide4 {
background: url(../images/wedding_slides/wedding_slide_4.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 6px 8px 0 8px ;
}

#weddingSlide5 {
background: url(../images/wedding_slides/wedding_slide_5.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 6px 8px 0 8px ;
}

#weddingSlide6 {
background: url(../images/wedding_slides/wedding_slide_6.jpg) left top no-repeat ;
width: 443px ;
height: 237px ;
padding: 6px 8px 0 8px ;
}

/* Start of internalSliderCtaBtn */

.internalSliderCtaBtn {
height: 31px ;
}


/* container for Internal slides */
.internalImages {	
	height:237px;	
	width:443px;
	position: relative ;
	float:left;	
	margin:0px;
	cursor:pointer;	
}

/* single slide */
.internalImages div {
	display:none;
	position:absolute;
	top: 0px;
	left:0px;		
	margin:0px;
	padding: 8px 0px 0px 0px;
	height:237px;
	font-size:12px;
}

/* Internal Slide Sidebar text stylings */

.internalImages ul, .internalImages span, .internalImages p {
color: white ;
}	

.internalImages ul {
padding: 8px 0 0 12px ;
list-style-type: disc ;
}

.internalImages h2 {
width: 165px ;
color: #fbe9d2 ;
}


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(/tools/img/scrollable/arrow/hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

/* Start of internalSliderSidebar */

#internalSliderSidebar {
float: right ;
padding: 0 94px 0 0 ;
}

/* tabs */
.tabs {
}

/* single tab */
.tabs a {
	width:172px;
	height:34px;
	margin: 0 0 10px 0 ;
	background: url(../images/navigator.png) 0 0 no-repeat;
	display:block;
	text-indent: 40px ;
	line-height: 32px ;
	text-decoration: none ;			
}

/* mouseover state */
.tabs a:hover {
	background-position:0 -34px;      
}

/* active state (current page state) */
.tabs a.current {
	background-position:0 -34px;     
}