/*
	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: 700px;
	height: 280px;
	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: 0px;
}
.historyContainer .anythingSlider-default {
	margin:0;
	padding:0;
}
/* slider window - top & bottom borders, default state */
.anythingSlider-default .anythingWindow {
}
/* Navigation buttons + start/stop button, default state */
.anythingSlider-default .anythingControls a {
	/* top shadow */
	/*background: #777 url(images/default.png) center -288px repeat-x;*/
	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 {
	color: #ddd;
}
/* start-stop button, playing, default state */
.anythingSlider-default .anythingControls a.start-stop.playing {
	/*background-color: #800;*/
}

.alcoholRegulation .anythingSlider-default .anythingControls a.start-stop.playing {
	display:none;
}

/* 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 {
	color: #ddd;
}

/*
 =================================
 Active State (has keyboard focus)
 =================================
*/
/* slider window - top & bottom borders, active state */
.anythingSlider-default.activeSlider .anythingWindow {
}

.historyContainer .anythingSlider-default.activeSlider .anythingWindow {
	padding:0 0 24px 0;
	margin:0;
	width:515px;
	height:125px;
	background:#23375E;
}
/* Navigation buttons, active state */
.anythingSlider-default.activeSlider .anythingControls a {
	/* background image = top shadow */
	background:url(img/arCarousel-start-stop-play.png) no-repeat 0 0;
}
.historyContainer .anythingSlider-default.activeSlider .anythingControls a {
	background:url(img/historyCarousel-timeline-year.png) no-repeat left -30px;
}
/* Navigation current & hovered button, active state */
.anythingSlider-default.activeSlider .anythingControls a.cur,
.anythingSlider-default.activeSlider .anythingControls a:hover {
	/* background image removed */
	/*background:url(img/bg-icon-play-pause.png) no-repeat -22px -25px;*/
}
.historyContainer .anythingSlider-default.activeSlider .anythingControls a.cur,
.historyContainer .anythingSlider-default.activeSlider .anythingControls a:hover {
	background:url(img/historyCarousel-timeline-year.png) no-repeat left top;
	width:14px;
	height:14px;
}

/* start-stop button, stopped, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop {
	/*background:url(img/bg-icon-play-pause.png) no-repeat -65px top;*/
	color: #fff;
}
/* start-stop button, active slider hovered text color (when visible) */
.anythingSlider-default.activeSlider .anythingControls .start-stop:hover {
	color: #fff;
	/*background:url(img/bg-icon-play-pause.png) no-repeat -65px -25px;*/
}
/* start-stop button, playing, active state */
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing{
	/*background:url(img/bg-icon-play-pause.png) no-repeat -22px 0px;*/
	color: #fff;
}
.anythingSlider-default.activeSlider .anythingControls a.start-stop.playing:hover {
	/*background:url(img/bg-icon-play-pause.png) no-repeat -22px -25px;*/
}

/************************
  NAVIGATION POSITIONING
 ************************/
/* Navigation Arrows */
.anythingSlider-default .arrow {
	top: 104px;
	position: absolute;
	display: block;
	height:56px;
	width:31px;
}
.anythingSlider-default .arrow a {
	display: block;
	width: 31px;
	height: 56px;
	margin: 0px 0 0 0; /* half height of image */
	text-align: center;
	outline: 0;
	background:url(img/homeCarousel-arrows.png) no-repeat left top;
}

.alcoholRegulation .anythingSlider-default .arrow {
	height:75px;
	width:41px;
	top:162px;
}
.alcoholRegulation .anythingSlider-default .arrow a {
	background:url(img/arCarousel-arrows.png) no-repeat left top;
	width: 41px;
	height: 75px;
}

.historyContainer .anythingSlider-default .arrow {
	height:27px;
	width:27px;
	top:-13px;
}
.historyContainer .anythingSlider-default .arrow a {
	background:url(img/historyCarousel-arrows.png) no-repeat left top;
	width: 27px;
	height: 43px;
}


/* back arrow */
.anythingSlider-default .back { left: 10px; }
.anythingSlider-default .back a { background-position: left top; }
.anythingSlider-default .back a:hover{ background-position: left top; }

.alcoholRegulation .anythingSlider-default .back { left: 12px; }

.historyContainer .anythingSlider-default .back { left: -14px;z-index:10; }

/* forward arrow */
.anythingSlider-default .forward { right: 12px; }
.anythingSlider-default .forward a { background-position: -44px top; }
.anythingSlider-default .forward a:hover{ background-position: -44px top; }

.alcoholRegulation .anythingSlider-default .forward { right: 10px; }
.alcoholRegulation .anythingSlider-default .forward a { background-position: -51px top; }
.alcoholRegulation .anythingSlider-default .forward a:hover{ background-position: -51px top; }

.historyContainer .anythingSlider-default .forward { right: -13px;z-index:10; }
.historyContainer .anythingSlider-default .forward a { background-position: -30px top; }
.historyContainer .anythingSlider-default .forward a:hover{ background-position: -30px top; }

/* Navigation Links */
.anythingSlider-default .anythingControls { outline: 0; display: none; }
.historyContainer .anythingSlider-default .anythingControls {
	position:absolute;
	left:0;
	top:-6px;
	width: 515px;
	z-index:5;
	background:url(img/historyCarousel-timeline.png)no-repeat left 2px!important;
}
.anythingSlider-default .anythingControls ul { 
	margin:0; 
	padding:0; 
	float: left; 
	width:700px; 
	/*position:absolute; 
	bottom:0; 
	left:0; */
}
.anythingSlider-default .anythingControls ul.thumbNav{
	width:auto;	
}
.historyContainer .anythingSlider-default .anythingControls ul {
	width: 515px;
	position:relative;
}
.anythingSlider-default .anythingControls ul li { /*display: inline;*/ float: left; }
.homeCarousel .anythingSlider-default .anythingControls ul li { 
	float: left;
	width:175px;
	padding:0;
	margin:0;
}
.historyContainer .anythingSlider-default .anythingControls ul li {
	background:none;
	list-style-type:none;
	padding:0;
	width:11px;
	height:11px;
	margin:0 0 0 18px;
}
.anythingSlider-default .anythingControls ul a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 0px;
	/*height: 18px;*/
	width:20px;
	margin: 0 10px 0 0;
	text-align: center;
	outline: 0;
	text-indent:-9999px;
	float: left;
}
.anythingSlider-default .anythingControls ul li.last a {
	margin: 0 0 0 0!important;
}
.homeCarousel .anythingSlider-default .anythingControls ul li a {
	margin:0!important;
	width:175px;
	text-indent:0;
}
.historyContainer .anythingSlider-default .anythingControls ul a {
	width:11px;
	height:11px;
	margin:0!important;
}
.alcoholRegulation .anythingSlider-default .anythingControls ul li {
	width:20px;
	margin: 0 10px 0 0!important;
}
.alcoholRegulation .anythingSlider-default .anythingControls ul li.last {
	margin: 0!important;
}
.alcoholRegulation .anythingSlider-default .anythingControls ul li a {
	margin: 0!important;
}


/* navigationSize window */
.anythingSlider-default .anythingControls .anythingNavWindow {
	overflow: hidden;
	float: left;
}

/* Autoplay Start/Stop button */
.anythingSlider-default .anythingControls .start-stop {
	padding: 0;
	width: 20px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
	position:absolute;
	right:42px;
	bottom:10px;
	/*background:url(img/bg-icon-play-pause.png) no-repeat -65px top;*/
	height:20px;
	text-indent:-999em;
	display:none!important;
}

/***********************
  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;
}
.historyContainer .anythingSlider {
	z-index:2;
	margin-top:0;
	/*margin-left:16px;*/
}
/* 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;
}

/* 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;
}
/* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
.historyContainer .historyBox .anythingSlider .arrow.disabled {
	opacity: .5; 
	filter: alpha(opacity=50);
}

.anythingSlider .arrow.disabled {
	opacity: .5; 
	filter: alpha(opacity=50);
	/*display: none;*/
}
/* all panels inside the slider; horizontal mode */
.anythingSlider .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
/* 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 .anythingControls ul a,
.anythingSlider .arrow a,
.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}
