/********************** NIVO SLIDER BASIC STYLES *********************
 * jQuery Nivo Slider v2.3
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
.nivoSlider {position:relative;}
.nivoSlider img {position:absolute;top:0px;left:0px;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {position:absolute;top:0px;left:0px;width:100%;height:100%;border:0;padding:0;margin:0;z-index:60;display:none;}
/* The slices in the Slider */
.nivo-slice {display:block;position:absolute;z-index:50;height:100%;}
/* Caption styles */
.nivo-caption {position:absolute;left:0px;bottom:0px;background:#000;color:#fff;opacity:0.8;width:100%;z-index:89;}
.nivo-caption p {padding:5px;margin:0;}
.nivo-caption a {display:inline !important;}
.nivo-html-caption {display:none;}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {position:absolute;top:45%;z-index:99;cursor:pointer;}
.nivo-nextNav {right:0px;}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {position:relative;z-index:99;cursor:pointer;}
.nivo-controlNav a.active {font-weight:bold;}
/***********************************************************************/


/************************ ACCORDION GALLERY ****************************/

.kwicks {list-style: none;position: relative;margin: 0 0 26px 0;padding: 0;}
.kwicks li{/* these are required, but the values are up to you (must be pixel) */width: 350px;height: 310px;/*do not change these */display: block;overflow: hidden;padding: 0; }
.kwicks.horizontal li {margin-right: 0px;float: left;background: #000 url(../img/loader.gif) no-repeat 50% 50%;}
.kwicks.vertical  li{margin-bottom: 5px; /*Set to same as spacing option. */	}
.kwicks li img{max-height:310px !important;}
.kwickshadow {z-index: 10;background: url(../img/kwickshadow.png) repeat-y;position: absolute;right: 0px;height: 310px;width: 27px;}

.slideimage {float:left;padding:0;margin:0}
.slide-minicaption {bottom:60px;left:0px;float:left;position:absolute;color:#fff;padding:10px 10px 10px 15px;font-size:10px;line-height:18px;background:#222;width: 120px;}
.slide-minicaptiontitle {font-size:13px; letter-spacing:0; color:#fff; display:block;line-height:16px;}
.slidecaption {top:90px;left:0px;position:absolute;color:#fff;padding:15px;font-size:12px;line-height:18px;background:#111;width: 460px;height:106px;overflow:hidden;}
.slidecaption p{color:#DDD;padding-bottom:20px;}
.slidecaption a {color:#fff; font-family:Georgia, "Times New Roman", Times, serif; text-decoration:none;}
.slidecaption a:hover {text-decoration:none;}
.slidecaptiontitle {font-size:18px;  font-weight:bold; color:#fff; display:block;padding-bottom:10px; line-height:22px;}
.slidecaptiontitle a {color:#fff;}
.slidecaptiontitle a:hover {color:#fff; text-decoration:none;}

/***********************************************************************/


/********************  FULL SLIDER MODIFICATIONS  **********************/

#slider-wrapper { margin:0px auto 0px auto; padding-bottom:40px}
#slider, #sliderfull {height:460px; margin:0px; width:1600px; max-width:100%}


.nivo-controlNav {position:absolute;bottom:-36px;right:46%;}
.nivo-controlNav a {display:block;width:22px;height:22px;background:url(../img/sliders/bullets.png) no-repeat;text-indent:-9999px;border:0;margin-right:3px;float:right;}
.nivo-controlNav a.active {background-position:0 -22px;}
.nivo-directionNav {width:960px;margin:370px auto 0px auto;position:absolute;left:0;right:0;}
.nivo-directionNav a {display:block;width:42px;height:58px;text-indent:-9999px;border:0;position:absolute; bottom:0px !important}
a.nivo-nextNav {right:0px !Important; background:url(../sliders/full/images/slider_arrow_right.png) no-repeat}
.nivo-prevNav{right:46px !important;  background:url(../sliders/full/images/slider_arrow_left.png) no-repeat;}
a.nivo-nextNav, a.nivo-prevNav{top:-46px}
.caption-container{width:960px;margin:0px auto; }
.caption-container p{visibility:hidden !Important; width:300px; padding:10px; padding-top:20px}
.nivo-caption {position:absolute;left:0px;bottom:-45px;background:url("../img/top_bg.png") no-repeat center;z-index:89; opacity:1}
.nivo-caption a, .nivo-caption, .nivo-caption p{ color: #fefefe;font-size: 14px;}
.nivo-caption a{text-decoration:underline;}

/***********************************************************************/


/******************* ANYTHING SLIDER *******************/

/*
    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 ********/
#anything-wrapper{background:#CE9943}

div.anythingSlider {width: 100% !Important; max-width:100%; height: 400px;margin: 0px auto; padding-top:0px; padding-bottom:0px;}

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

div.anythingSlider .start-stop {
background-color: #040;
color: #fff;
}
div.anythingSlider .start-stop.playing {
background-color: #800;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
color: #ddd;
background-color: #CE9943;
}

/* Active State */
div.anythingSlider .anythingWindow{width:960px; margin:auto;}

div.anythingSlider.activeSlider .anythingWindow {
border-color: #7C9127;
}
div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a {
background-color: #333;
}
div.anythingSlider .start-stop {
background-color: #080;
color: #fff;
}
div.anythingSlider .start-stop.playing {
background-color: #d00;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
color: #fff;
}

/**** DO NOT CHANGE BELOW THIS LINE ****/
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
overflow: hidden;
position: relative;
width: 960px;
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;
float: left;
padding: 0;
margin: 0px auto;


}

/* Navigation Arrows */
div.anythingSlider .arrow {
top: 50%;
position: absolute;
display: block;
}
div.anythingSlider .arrow a {
display: block;
height: 120px;
margin: -60px 0 0 0;
width: 45px;
text-align: center;
outline: 0;
/*background: url(../../img/sliders/arrows-default.png) no-repeat;*/
text-indent: -9999px;
}
div.anythingSlider .forward { right: 0; }
div.anythingSlider .back { left: 0; }
div.anythingSlider .forward a { background-position: 0 -40px; }
div.anythingSlider .back a { background-position: -88px -40px; }
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { background-position: 0 -240px; }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { background-position: -88px -240px; }

/* Navigation Links */
div.anythingSlider .anythingControls { outline: 0; }
div.anythingSlider .thumbNav { margin: 0; }
div.anythingSlider .thumbNav li { display: inline; }
div.anythingSlider .thumbNav a {
font: 11px/18px Georgia, Serif;
display: inline-block;
text-decoration: none;
padding: 2px 8px;
height: 18px;
margin: 0 5px 0 0;


text-align: center;
outline: 0;

}
div.anythingSlider .thumbNav a:hover {
background-image: none;
}

/* 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 .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {

background-repeat: repeat-x;
background-position: center top;
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;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: 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;
}

/*
AnythingSlider v1.41 Minimalist Round Theme
By Rob Garrison
*/

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider-minimalist-round .anythingWindow {

}
div.anythingSlider-minimalist-round .thumbNav a {
border: 1px solid #000;
background: #333;
}
div.anythingSlider-minimalist-round .thumbNav a:hover, div.anythingSlider-minimalist-round .thumbNav a.cur {
background: #777;
}
div.anythingSlider-minimalist-round .start-stop {
border: 1px solid #000;
text-indent: -9999px;
}
div.anythingSlider-minimalist-round .start-stop.playing {
background-color: #300;
}
div.anythingSlider-minimalist-round .start-stop:hover, div.anythingSlider-minimalist-round .start-stop.hover {
color: #ddd;
}

/* Active State */
div.anythingSlider-minimalist-round.activeSlider .anythingWindow {

}
div.anythingSlider-minimalist-round.activeSlider .thumbNav a {
border:solid 1px #ddd;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
background: none; 
}
div.anythingSlider-minimalist-round.activeSlider .thumbNav a:hover, div.anythingSlider-minimalist-round.activeSlider .thumbNav a.cur {
background-color: #ddd;
}
div.anythingSlider-minimalist-round.activeSlider .start-stop.playing {
background-color: #f00;
}
div.anythingSlider-minimalist-round .start-stop:hover, div.anythingSlider-minimalist-round .start-stop.hover {
color: #fff;
}

/* Navigation Arrows */
div.anythingSlider-minimalist-round .arrow {
top: 50%;
position: absolute;
display: block;
}
div.anythingSlider-minimalist-round .arrow a {
display: block;
height: 54px;
margin-top: -20px; /* half height of image */
width: 34px;
text-align: center;
outline: 0;
background: url(../img/sliders/arrows-minimalist.png) no-repeat;
text-indent: -9999px;
}
div.anythingSlider-minimalist-round .forward { right: 0; }
div.anythingSlider-minimalist-round .back { left: 0; }
div.anythingSlider-minimalist-round .forward a { background-position: right bottom; }
div.anythingSlider-minimalist-round .back a { background-position: left bottom; }
div.anythingSlider-minimalist-round .forward a:hover, div.anythingSlider-minimalist-round .forward a.hover { background-position: right top; }
div.anythingSlider-minimalist-round .back a:hover, div.anythingSlider-minimalist-round .back a.hover { background-position: left top; }

/* Navigation Links */
div.anythingSlider-minimalist-round .anythingControls {
 position:absolute;left:0px;bottom:0px;background:url("../img/top_bg.png") no-repeat center;height:0px;z-index:89; opacity:1;
 width:100%;
}
div.anythingSlider-minimalist-round .thumbNav {
width:960px;
margin: 60px auto 0px auto;
z-index: 100;
text-align:right
}
div.anythingSlider-minimalist-round .thumbNav li {
display: inline;
}
div.anythingSlider-minimalist-round .thumbNav a {
display: inline-block;
height: 10px;
width: 10px;
margin: 3px;
padding: 0;
text-indent: -9999px;
outline: 0;

}

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

ul.anythingBase li.panel a.button{

padding:0px 15px 3px;
}