
	/* Homepage Slider */
	#sliderContainer {		
		float: left;
		height: 336px;
		width: 965px;
		margin-left: auto;
		margin-right: auto;
		position: relative;
	}
	#indexSlider {
		
		float: left;
		height: 300px;
		width: 965px;

	}
	
	/* images container - This is the most important container - Don't change important properties */
	#indexSlider {
		
		list-style: none !important;
		margin: 0 !important;
		overflow: hidden !important;
		position: relative !important;
		
	}

		/* each slider item - Nothing to change here */
		#indexSlider li {
			
			display: none;
			float: left;
			margin: 0;
			position: absolute;
			width: 100%;
			
		}
		
		/* Don't edit this part */
		#indexSlider li.current {
			
			display: block;
			z-index: 2 !important;
			
		}
		
		/* Don't edit this part */
		#indexSlider li.next {
			
			display: block;
			z-index: 1 !important;
			
		}
		
		/* Don't edit this part - prevents inline lists from being hidden */
		#indexSlider li ul li {
			
			display: block !important;
			position: relative !important;
			
		}
		
	/* Smaller Slider for Pages */
	#featureSlider {
		
		float: left;
		height: 300px;
		width: 600px;
		
	}
	
	/* images container - This is the most important container - Don't change important properties */
	#featureSlider {
		
		list-style: none !important;
		margin: 0 !important;
		overflow: hidden !important;
		position: relative !important;
		
	}

		/* each slider item - Nothing to change here */
		#featureSlider li {
			
			display: none;
			float: left;
			margin: 0;
			position: absolute;
			width: 100%;
			
		}
		
		/* Don't edit this part */
		#featureSlider li.current {
			
			display: block;
			z-index: 2 !important;
			
		}
		
		/* Don't edit this part */
		#featureSlider li.next {
			
			display: block;
			z-index: 1 !important;
			
		}
		
		/* Don't edit this part - prevents inline lists from being hidden */
		#featureSlider li ul li {
			
			display: block !important;
			position: relative !important;
			
		}


