/*	Background Slideshow	-	Homepage only	*/


          #bg_slideshow {
		background: transparent url(/page/-/site3/homepage_imgs/homepage_jobs.jpg) top center no-repeat;
		position: relative;
		height: 885px;
		min-width: 960px;
		top: 0px;
		z-index: -100;
	}
		.ss_button {
			background-position: top left;
			background-repeat: repeat-x;
			background-color: #2a6805; /* fallback color */
			background-image: url(/page/-/site3/green_btn_bg.gif); /* fallback image */
			background-image: -moz-linear-gradient(100% 100% 90deg, #2a6805, #378b04); /* moz goes from dark to light */
			background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#378b04), to(#2a6805)); /* webkit goes from light to dark */
			color: #fff;
			font-size: 45px;
			font-weight: bold;
			padding: 5px 7px;
			position: absolute;
			text-shadow: 0 1px #000;
			top: 440px;
			z-index: 20;
		}
	
		.ss_button:hover {
				cursor: pointer;
				background-color: #195704; /* fallback color */
				background-image: url(/page/-/site3/green_btn_bg.gif); /* fallback image */
				background-image: -moz-linear-gradient(100% 100% 90deg, #195704, #267a03); /* moz goes from dark to light */
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#267a03), to(#195704)); /* webkit goes from light to dark */
			}
			
		.ss_button:active {
				background-color: #073502; /* fallback color */
				background-image: url(/page/-/site3/green_btn_bg.gif); /* fallback image */
				background-image: -moz-linear-gradient(100% 100% 90deg, #184613, #267a03); /* moz goes from dark to light */
				background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#267a03), to(#184613)); /* webkit goes from light to dark */
				color: #eee;
				text-shadow: 0 2px #000;
		}
		
		#left_ss_button {
			left: 0px;
		}

		#right_ss_button {
			right: 0px;
		}