




/*
     FILE ARCHIVED ON 11:21:29 Apr 25, 2013 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:26:24 Feb 19, 2016.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
#slider-wrapper {
    width:366px;
    height:400px;
    float: left;
}

#slider {
	position:relative;
    width:366px;
    height:326px;
	background:url(../../../skin/thehireend/css/images/Beachside Luxe 3.jpg) no-repeat 50% 50%;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	max-width: 366px;
	width: auto !important;
	width: 366px;
	max-height: 326px;
	height: auto !important;
	height: 326px;
}
#slider a {
	border:0;
	display:block;
}
#slider {
	border: 5px solid #a89a93;
}
.nivo-controlNav {
	position:absolute;
	left:-11px;
	bottom:-75px;
}
#slider .nivo-controlNav a {
	display:block;
	width:67px;
	height:61px;
	text-indent:-9999px;
	border:1px solid #a89a93;
	margin-left:6px;
	float:left;
	opacity: 0.6;
	filter:alpha(opacity=60);
}
#slider .nivo-controlNav a.active {
	opacity: 1;
	filter:alpha(opacity=100);
}
#slider .nivo-controlNav a img {
	display: block;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:30px;
	height:30px;
	background:url(../../../skin/thehireend/css/images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
    font-family: Helvetica, Arial, sans-serif;
}
.nivo-caption a { 
    color:#efe9d1;
    text-decoration:underline;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}