/*
    AnythingSlider v1.4.1+ Default (base) 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 ********/
#anythingslidercontainer {
	width: 100%;
	position: relative;
	text-align: center;
	height: 269px;
}

#anythingslidersubcontainer {
	position: relative;
	left: 50%;
	width: 467px;
	height: 269px;
}

#anythingslidersub {
	position: relative;
	left: -50%;
	width: 467px;
}

div.anythingSlider {
	margin: 0 auto;
	width: 467px;
	height: 269px;
}

/******* CONTENT SLIDES ********/
.content-slide {
	width: 467px !important;
	margin: 0 auto;
	text-align: left;
	font-size: 16px;
	line-height: 25px;
	text-shadow: 1px 1px 1px #383838;
}

.content-slide p {
	margin-bottom: 24px;
}

.content-slide h2 {
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 10px;
}

.content-slide h3 {
	font-size: 38px;
	line-height: 38px;
}

.content-slide h4 {
	font-size: 32px;
	line-height: 32px;
}

.content-slide h5 {
	font-size: 24px;
	line-height: 24px;
}

.content-slide h6 {
	font-size: 20px;
	line-height: 20px;
}

.content-slide iframe {
	position: relative;
}

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a.cur, 
div.anythingSlider .thumbNav a {
	background: #777;
	color: #000;
}

div.anythingSlider .anythingWindow {
}

/**** DO NOT CHANGE BELOW THIS LINE ****/
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}

/* wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	position: relative;
}

/* anythingSlider base UL */
ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

ul.anythingBase li.panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
	top: 50%;
	position: absolute;
	display: block;
	z-index: 55;
}

div.anythingSlider .arrow a {
	display: block;
	height: 95px;
	width: 45px;
	margin: -47.5px 0 0 0;
	text-align: center;
	outline: 0;
	background: url('../images/arrows-metallic.png') no-repeat;
	font-size: 0%;
}

div.anythingSlider .forward {
	right: -23px;
}

div.anythingSlider .back {
	left: -23px;
}

div.anythingSlider .forward a {
	background-position: right bottom;
}

div.anythingSlider .back a {
	background-position: left bottom;
}

div.anythingSlider .forward a:hover, 
div.anythingSlider .forward a.hover {
	background-position: right top;
}

div.anythingSlider .back a:hover, 
div.anythingSlider .back a.hover {
	background-position: left top;
}

div.anythingSlider .forward.disabled {
	display: none;
} /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */

div.anythingSlider .back.disabled {
	display: none;
}

/* Navigation Links */
div.anythingSlider .anythingControls {
	display: none !important ;
	outline: 0;
}

div.anythingSlider .thumbNav {
	margin: 0;
	position: relative;
	top: 3px;
	display: inline;
	border: solid rgba(225, 225, 225, .350) 1px;
	background: #000;
	background: rgba(0, 0, 0, .850);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 2px 6px 5px 14px;
	text-align: center;
	-webkit-box-shadow: 0 8px 6px -6px black;
  	   -moz-box-shadow: 0 8px 6px -6px black;
			box-shadow: 0 8px 6px -6px black;
}

div.anythingSlider .thumbNav li {
	display: inline;
}

div.anythingSlider .thumbNav a {
	margin: 0 7px 0 0;
	background: url('../images/nav.png') no-repeat center center;
	font-size: 0px;
	line-height: 0px;
	padding: 5px;
	text-decoration: none;
	position: relative;
	top: -3px;
}

body:nth-of-type(1) .anythingSlider .thumbNav a {
	display:inline-block;
}

/* Active State */
div.anythingSlider .thumbNav a.cur {
	background: url('../images/nav_active.png') no-repeat center center;
}

div.anythingSlider .thumbNav a.active:link, 
div.anythingSlider .thumbNav a.active:active, 
div.anythingSlider .thumbNav a.active:visited, 
div.anythingSlider .thumbNav a.active:hover {
	background: url('../images/nav_active.png') no-repeat center center;
}

div.anythingSlider .thumbNav a:hover {
}

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .thumbNav a {
	float: right;
} /* reverse order of nav links */

div.anythingSlider.rtl .thumbNav {
	float: left;
}/* move nav link group to left */

div.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}

/* div.anythingSlider.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	display: none;
}

div.anythingSlider, div.anythingSlider .anythingWindow, 
div.anythingSlider .thumbNav a, 
div.anythingSlider .arrow a, 
div.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}