/*
	AnythingSlider v1.7+ 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
 *****************************/



/* For Specific Slides, these also apply to FX demo pages */
.textSlide { 
padding:0px; 
width: 950px; }

.textSlide h3 { 
margin:0 0 10px 0;
padding: 70px 0 0 20px;
font: normal normal normal 30px/36px 'DINbold', Arial, Helvetica, sans-serif;
text-transform: uppercase;
letter-spacing: 2px;
text-shadow: 0px 1px 0px #222;
color:#aaa;
}

.textSlide h4 { 
margin:0 0 20px 0;
padding: 10px 0 0 20px;
font: normal normal normal 24px/30px 'DINregular', Arial, Helvetica, sans-serif;
text-transform: none;
letter-spacing: 0px;
text-shadow: 0px 1px 0px #222;
color:#aaa;
}

.textSlide ul { 
padding: 10px 0 0 20px;
font: normal normal normal 14px/21px Verdana, Arial, Helvetica, sans-serif;
list-style: inside none;
text-shadow: 0px 1px 0px #222;
color:#aaa; }

.textSlide ul li { 
margin:0 0 40px 0;
display: list-item; }

.textSlide ul li.any_btn a { 
width: 140px;
height: 36px;
text-indent: -9999em;
display: list-item; }

.textSlide ul li.any_btn.a_btn_any_eco a { 
background: transparent url(_images/a_btn_any.png) left top no-repeat;
}

.textSlide ul li.any_btn.a_btn_any_com a { 
background: transparent url(_images/a_btn_any.png) left top no-repeat;
}

.textSlide ul li.any_btn.a_btn_any_tec a { 
background: transparent url(_images/a_btn_any.png) left top no-repeat;
}

.textSlide ul li.any_btn.a_btn_any_liv a { 
background: transparent url(_images/a_btn_any.png) left top no-repeat;
}

.textSlide img { 
margin: 0 0px 0 10px;
padding:0px; 
background: transparent; 
float: right; 
}

.rightside { 
float: right; 
margin: 0 20px 2px 50px; }








 #intro_kat {
  width: 870px;
  height: 360px;
  list-style: none;
background:transparent;
}

/* images with caption */
 #intro_kat img {
  width: 100%;
  height: 100%;
 }
 /* position the panels so the captions appear correctly */
 #intro_kat .panel { position: relative; }
 /* captions */
 #intro_kat .caption-top, #intro_kat .caption-right,
 #intro_kat .caption-bottom, #intro_kat .caption-left {
  background: #f5f5f5;
  padding: 0px;
  margin: 0;
  position: relative;
  z-index: 10;
 }

#intro_kat h3 { 
margin:0 0 10px 0;
padding: 0px 0 0 0px;
font: normal normal normal 18px/27px 'DroidSerifRegular', Arial, Geneva, sans;
text-transform: none;
letter-spacing: 0px;
text-shadow: 0px 1px 0px #fff;
color:#b4004a;
}

 #intro_kat p { 
margin:0 0 0px 0;
padding: 0px 0 0 0px;
font: normal normal normal 14px/21px 'DroidSerifRegular', Arial, Geneva, sans;
text-transform: none;
letter-spacing: 0px;
text-shadow: 0px 1px 0px #fff;
color:#858688;
}


 /* Top caption - padding is included in the width (480px here, 500px in the script), same for height */
 #intro_kat .caption-top {
  left: 0;
  top: 0;
  width: 480px;
  height: 30px;
 }
 /* Right caption - padding is included in the width (130px here, 150px in the script), same for height */
 #intro_kat .caption-right {
  right: 0;
  bottom: 0;
  width: 130px;
  height: 180px;
 }
 /* Bottom caption - padding is included in the width (480px here, 500px in the script), same for height */
 #intro_kat .caption-bottom {
  left: 0;
  bottom: 0;
  width: 480px;
  height: 30px;
 }
 /* Left caption - padding is included in the width (130px here, 150px in the script), same for height */
 #intro_kat .caption-left {
padding: 20px;
  left: 0;
  bottom: 0;
  width: 230px;
  height: 320px;
 }
 /* Caption close button */
 .caption-top .close, .caption-right .close,
 .caption-bottom .close, .caption-left .close {
  font-size: 80%;
  cursor: pointer;
  float: right;
  display: none;
 }


/*****************
  SET COLORS HERE
 *****************/
/**** Default state (no keyboard focus) ****/
/* slider window - top & bottom borders, default state */
div.anythingSlider .anythingWindow {
background: transparent url(_images/anythingslider_bg.jpg) left top no-repeat;
}
/* Navigation buttons, default state */
div.anythingSlider .anythingControls ul a.cur, 
div.anythingSlider .anythingControls ul a {
	background: #000;
	color: #000;
}
/* start-stop button, stopped, default state */
div.anythingSlider .start-stop {
	background-color: #040;
	color: #fff;
}
/* start-stop button, playing, default state */
div.anythingSlider .start-stop.playing {
	background-color: #800;
}
/* start-stop button, default hovered text color (when visible) */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #ddd;
}

/**** Active State (slider has keyboard focus) ****/
/* slider window - top & bottom borders, active state */
div.anythingSlider.activeSlider .anythingWindow {
	border-color: #7C9127;
}




/* Navigation buttons, active state */
div.anythingSlider.activeSlider .anythingControls ul a {
font: normal normal normal 12px/24px Verdana, Arial, Helvetica, sans-serif;
color:#fff;
	background-color: #333;
}

div.anythingSlider.activeSlider .anythingControls ul a.cur {
font: normal normal normal 12px/24px Verdana, Arial, Helvetica, sans-serif;
color:#fff;
	background-color: #4baa28;
}


div.anythingSlider.activeSlider .anythingControls ul a.cur:hover, 
div.anythingSlider.activeSlider .anythingControls ul a:hover {
color:#fff;
	background-color: #4baa28;
}






/* start-stop button, stopped, active state */
div.anythingSlider .start-stop {
	background-color: #080;
	color: #fff;
}
/* start-stop button, playing, active state */
div.anythingSlider .start-stop.playing {
	background-color: #d00;
}
/* start-stop button, active slider hovered text color (when visible) */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
}

/***********************
  COMMON SLIDER STYLING
 ***********************/
/* Overall Wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	display: block;
	margin: 0 auto;
	overflow: visible !important; /* needed for Opera and Safari */
	position: relative;
	padding: 0 0px 0px 0px;
}
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
}
/* anythingSlider base (original element) */
.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	overflow: visible !important;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
/* all panels inside the slider */
.anythingBase .panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}
.anythingBase .panel.vertical {
	float: none;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
	top: 50%;
	position: absolute;
	display: block;
}
div.anythingSlider .arrow a {
	display: block;
	height: 140px;
	margin: -70px 0 0 0; /* half height of image */
	width: 45px;
	text-align: center;
	outline: 0;
	background: url(_images/default.png) no-repeat;
}
/* hide text, target the span so IE7 doesn't text-indent the link */
div.anythingSlider .arrow a span { display: block; text-indent: -9999px; }
/* back arrow */
div.anythingSlider .back { left: -46px; }
div.anythingSlider .back a { background-position: left top; }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { background-position: left -140px; }
div.anythingSlider .back.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
/* forward arrow */
div.anythingSlider .forward { right: -46px; }
div.anythingSlider .forward a { background-position: right top; }
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { background-position: right -140px; }
div.anythingSlider .forward.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */

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

div.anythingSlider .anythingControls ul { 
width:auto;
margin: 0 auto; 
padding: 10px 0 0 0; 
text-align:center;
background:transparent;
display: none; }

div.anythingSlider .anythingControls ul li { 
display: inline; }

div.anythingSlider .anythingControls ul a {
	display: inline-block;
	text-decoration: none;
	height: 24px;
width:24px;
	margin: 0 7px 0 0;
	text-align: center;
	outline: 0;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
}
div.anythingSlider .anythingControls ul a:hover {
	background-image: none;
}
/* Navigation size window */
div.anythingSlider .anythingControls .anythingNavWindow { overflow: hidden; float: left; }

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .anythingControls ul a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .anythingControls ul { 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 {
	background-image: url(_images/default.png);
	background-position: center -288px;
	background-repeat: repeat-x;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
/* hide cell shading on hover - makes the button appear to come forward */
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; }

/* probably not necessary, but added just in case */
div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .anythingControls ul a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}
