
a:focus,
a:active,
input:focus,
textarea:focus { 
	outline:none !important 
	}

/*  -------------------------------------------------
	      SLIDESHOW BACKGROUND AND NAVIGATION
    -------------------------------------------------  */	


#carousel {
	position: relative;
	height: 466px;	
	width: 970px;
	float: left;
	margin: 0;
	padding: 0 0 0 45px;
	margin-top: -6px;
	display: block;
	background:url(../images/load.gif) center 185px no-repeat;
	overflow: hidden !important;
	}

#carousel a#prev1, #carousel a#next1 {
	width: 27px;
	height: 62px;
	position: relative;
	text-indent: -9999px;
	overflow: hidden !important;
	padding: 0;
	margin-top: 200px;
	}

/* a:link */
#carousel a#prev1 { float: left; margin-left: 17px; background: url(../images/arrow_sprite.png) no-repeat 0 -124px; display: none; }
#carousel a#next1 { float: right; margin-right: 14px; background: url(../images/arrow_sprite.png) no-repeat top left; display: none; }

/* a:visited */
#carousel a#prev1:visited { background: url(../images/arrow_sprite.png) no-repeat 0 -124px }
#carousel a#next1:visited { background: url(../images/arrow_sprite.png) no-repeat top left }

/* a:hover*/
#carousel a#prev1:hover { background: url(../images/arrow_sprite.png) no-repeat bottom left; cursor: pointer }
#carousel a#next1:hover { background: url(../images/arrow_sprite.png) no-repeat 0 -62px; cursor: pointer }

/* a:active */
#carousel a#prev1:active { background: url(../images/arrow_sprite.png) no-repeat -33px -124px }
#carousel a#next1:active { background: url(../images/arrow_sprite.png) no-repeat top right }


/*  -------------------------------------------------
	                    SLIDESHOW
    -------------------------------------------------  */


.slideshow, .slide {
	display: block;
	width: 884px;
	height: 418px;
	margin: 8px 0 0 0;
	padding: 0;
	position: relative;
	overflow: hidden !important;
	background: transparent !important;
	}

.slideshow .top {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 884px;
	height: 37px;
	}

.slideshow .bottom {
	display: block;
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 884px;
	height: 381px;
	}


.slideshow #image1,
.slideshow #image2,
.slideshow #image3,
.slideshow #image4, 
.slideshow #image5 {
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden !important;
	}

.slideshow #image1 a,
.slideshow #image2 a,
.slideshow #image3 a,
.slideshow #image4 a,
.slideshow #image5 a {
	margin: 0 0 0 60px;
	padding: 0;
	height: 100%;
	width: 750px;
	display: block;
	cursor: pointer;
	}

.slideshow #image1 .bottom { background: url(../images/sites.jpg) no-repeat 0 0 }
.slideshow #image2 .bottom { background: url(../images/sites.jpg) no-repeat 0 -381px }
.slideshow #image3 .bottom { background: url(../images/sites.jpg) no-repeat 0 -762px }
.slideshow #image4 .bottom { background: url(../images/sites.jpg) no-repeat 0 -1143px }
.slideshow #image5 .bottom { background: url(../images/sites.jpg) no-repeat 0 -1525px }

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
	}
