/*
	AnythingSlider v1.8+ Default theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/*****************************
  SET DEFAULT DIMENSIONS HERE
 *****************************/
/* change the ID & dimensions to match your slider */

#slider { width: 100%; height:622px; list-style: none; /* Prevent FOUC (see FAQ page) and keep things readable if javascript is disabled */
	overflow-y: auto; overflow-x: hidden; }
/******************
  SET STYLING HERE
 ******************
 =================================
 Default state (no keyboard focus)
 ==================================*/
/* Overall Wrapper */
.anythingSlider-default { margin: 0 auto; /* 45px right & left padding for the arrows, 28px @ bottom for navigation */
	padding: 0 45px 28px 45px; }
/* slider window - top & bottom borders, default state */
.anythingSlider-default .anythingWindow { }
/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a { /* top shadow */
	background:  color: #000; border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; }
/* Make sure navigation text is visible */
.anythingSlider-default .anythingControls a span { visibility: visible; }
/* Navigation current button, default state */
.anythingSlider-default .anythingControls a.cur { background: #888; color: #000; }
/* start-stop button, stopped, default state */
.anythingSlider-default .anythingControls a.start-stop { background-color: #040; color: #ddd; }
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing { background-color: #800; }
/* start-stop button, default hovered text color (when visible) */
/* hide nav/start-stop background image shadow on hover - makes the button appear to come forward */
.anythingSlider-default .anythingControls a.start-stop:hover, .anythingSlider-default .anythingControls a.start-stop.hover, .anythingSlider-default .anythingControls a.start-stop .anythingControls ul a:hover { background-image: none; color: #ddd; }
/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow { border-color: #7C9127; }
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a { /* background image = top shadow */
	background-color: #7C9127; }
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur, .anythingSlider-default.activeSlider .anythingControls a:hover { /* background image removed */
	background: #7C9127; }
/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop { display:none !important; }
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing { display:none !important; }
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .start-stop:hover, .anythingSlider-default.activeSlider .start-stop.hover { display:none !important; }
/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default .arrow { /*top: 37%; position: absolute;*/ display:none !important; }
.anythingSlider-default .arrow a { /*top: 28%; position: absolute;*/ display:none !important; }
/* back arrow */
.anythingSlider-default .back { left: 50%; margin-left: -485px; }
.anythingSlider-default .back a { background-position: left top; }
.anythingSlider-default .back a:hover, .anythingSlider-default .back a.hover { background-position: left -140px; }
/* forward arrow */
.anythingSlider-default .forward { right:50%; margin-right: -485px; }
.anythingSlider-default .forward a { background-position: right top; }
.anythingSlider-default .forward a:hover, .anythingSlider-default .forward a.hover { background-position: right -140px; }
/* Navigation Links */
.anythingSlider-default .anythingControls { outline: 0; display: none; }
.anythingSlider-default .anythingControls ul { margin: 0; padding: 0; float: left; }
.anythingSlider-default .anythingControls ul li { display: block; width: 16px; height: 16px; float: left; padding-left: 10px;}
.anythingSlider-default .anythingControls ul a { font: 15px Arial, Serif; display: inline-block; text-decoration: none; padding: 4px 4px; height: 18px; margin: 0 5px 0 0; text-align: center; outline: 0; font-weight:bold;}
.anythingSlider-default .anythingControls ul a span {display:none; vertical-align: middle;text-align: center;height: 25px;width: 25px;}
/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow { overflow: hidden; float: left; }
/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop { padding: 2px 5px; width: 40px; text-align: center; text-decoration: none; float: right; z-index: 100; outline: 0; }
/***********************
  IE8 AND OLDER STYLING
 ***********************/

/* Navigation Arrows */
.as-oldie .anythingSlider-default .arrow { top: 30%; }
.as-oldie .anythingSlider-default .arrow a { margin: 0; }
/* margin between nav buttons just looks better */
.as-oldie .anythingSlider-default .anythingControls li { margin-left: 3px; }
/* When using the navigationSize option, the side margins need to be zero
	None of the navigation panels look good in IE7 now =( */
.as-oldie .anythingSlider-default .anythingControls a { margin: 0; }
.as-oldie .anythingSlider-default .anythingNavWindow { margin: 0 2px; }
.as-oldie .anythingSlider-default .anythingNavWindow li { padding: 3px 0 0 0; }
/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper */
.anythingSlider { display: block; overflow: visible !important; position: relative; height:622px; }
/* anythingSlider viewport window */
.anythingSlider .anythingWindow { overflow: hidden; position: relative; width: 100%; height: 100%; }
/* anythingSlider base (original element) */
.anythingSlider .anythingBase { background: transparent; list-style: none; position: absolute; overflow: visible !important; top: 0; left: 0; margin: 0; padding: 0; height:622px; }
/* Navigation arrow text; indent moved to span inside "a", for IE7;
  apparently, a negative text-indent on an "a" link moves the link as well as the text */
.anythingSlider .arrow span { display: block; visibility: hidden;  display:
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.anythingSlider .arrow.disabled { display: none; }
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel { display: block; overflow: hidden; float: left; padding: 0; margin: 0; top:0; }
.anythingSlider .panel li { display: inline; float: left; }
/* vertical mode */
.anythingSlider .vertical .panel { float: none; }
/* fade mode */
.anythingSlider .fade .panel { float: none; position: absolute; top: 0; left: 0; z-index: 0; }
/* fade mode active page - visible & on top */
.anythingSlider .fade .activePage { z-index: 1; }
/***********************
  RTL STYLING
 ***********************/
/* slider autoplay right-to-left, reverse order of nav links to look better */
.anythingSlider.rtl .anythingWindow { direction: ltr; unicode-bidi: bidi-override; }
.anythingSlider.rtl .anythingControls ul { float: left; } /* move nav link group to left */
.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
.anythingSlider.rtl .start-stop { /* float: right; */ } /* move start/stop button - in case you want to switch sides */
/* probably not necessary, but added just in case */
.anythingSlider, .anythingSlider .anythingWindow, .anythingSlider . ul a, .anythingSlider .arrow a, .anythingSlider .start-stop { transition-duration: 0; -o-transition-duration: 0; -moz-transition-duration: 0; -webkit-transition-duration: 0; }
/* Exa */
.anythingSlider { width:100%; min-width: 980px; }
.anythingSlider-default { padding:0; }
.anythingSlider-default .anythingWindow { border:none !important; }
.anythingSlider .anythingControls { height: 29px; margin: 0 auto; overflow: visible; position: relative; bottom:165px; width:946px; z-index:1100; }
/*.anythingSlider .back, .anythingSlider .forward, .anythingControls .start-stop { display:none !important; }*/
.anythingSlider-default .anythingControls ul { float:right; }
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a { /* background image = top shadow */
	background:url(../../../images.jetworldwide.com.au/frontend/indicator.png) no-repeat 0 0; width:16px; height:16px; margin:0 5px 0 0; padding: 0; display: block; }
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur, .anythingSlider-default.activeSlider .anythingControls a:hover { /* background image removed */
	background:url(../../../images.jetworldwide.com.au/frontend/indicator_active.png) no-repeat 0 1px; width:16px; height:16px;  display: block; }
.back { float: left;  width:21px; height:36px; cursor:pointer; z-index: 10; }
.forward { float: left;  width:21px; height:36px; cursor:pointer; z-index: 10; }


 
/*banner styles*/
.home_banner_wrap { width: 100%; padding:0 0 40px; height: 763px; overflow: hidden;}
.block {display:block;}
.banner1 {background: transparent; display: block; height:925px; overflow: hidden; width: 100%;}
.banner2 {background: transparent; display: block; height:925px; overflow: hidden; width: 100%;}
.banner3 {background: transparent; display: block; height:925px; overflow: hidden; width: 100%;}
.banner4 {background: transparent; display: block; height:925px; overflow: hidden; width: 100%;}

.home_bnr_content {margin:0 auto; width:962px !important; overflow:hidden; float:left; margin:0 0 0 109px;}
.slider_wrap {display:block; overflow:hidden; padding:0 0 25px;}
.bnr_arrow_lt {float:left; width:21px;  height:36px; display:block; margin:218px 0 0;} 
.bnr_arrow_rt {float:left; width:21px;  height:36px; display:block; margin:218px 0 0;}
.banner_text {float:left; width:435px; margin:227px 0 0 0;color:#ffffff; font-size:16px;}
.banner_text span {display:block; line-height:23px; color:#ffffff; padding:0 50px 0 0; margin: 0 0 18px;}
.bnr_h2 {font-size:36px; line-height:35px; display:block; font-weight:bold; font-family:'FranklinGothic-Book', Arial, Helvetica, sans-serif;} 
.bnr_h21 {font-size:36px; line-height:35px; display:block; color:#f3e0a0; font-weight:bold;} 
.bnr_light_txt { padding:0 0 33px !important; letter-spacing:0.8px;}
.bnr_read {border-radius:5px 5px 5px 5px; font-size:18px; color:#fff;background:#dd291e;  display:inline-block; padding:9px 90px 11px 15px; letter-spacing:.8px; } 
.bnr_read:hover {color:#fff; background:#7c6955;}
.bnr_bullets {float:right; padding:55px 0 0; clear:both; display:block; }
.bnr_bullets li {float:left; padding:0 7px 0 0;}
.bnr_bullets li a {height:6px; width:11px; display:block; }
.bnr_bullets li a:hover {background-position:0 -15px;}
.bnr_bullets li a.active {background-position:0 -15px;}