/*
 * 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
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	max-width:946px !important;
	max-height:300px !important; 
}
/* 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; /* Overridden by captionOpacity setting */
	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-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:2;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


/*============================*/
/*=== Custom Slider Styles ===*/
/*============================*/
#slider-wrapper {
	width:946px;
    height:304px;
    margin:0 auto;
   	padding:8px;
	
	background:#EEE ;
	
	-moz-box-shadow: 0 0 4px 4px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.4);
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.4);
	
	/*background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#1b1b1b));
	background: -moz-linear-gradient(top,  #404040,  #1b1b1b);
	
	-moz-box-shadow: 0 0 10px #BBB;
   	-webkit-box-shadow: 0 0 10px #BBB;
   	box-shadow: 0 0 10px #BBB;*/
  
}

#slider {
	position:relative;
    width:940px;
    height:304px;
	
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
	
}
#slider a {
	border:0;
	display:block;
}



.nivo-controlNav {
	position:absolute;
	right:0px;
	bottom:-35px;
}
.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:left;
}
.nivo-controlNav a.active {
	background-position:0 -22px;
}

.nivo-directionNav a {
	display:block;
	width:31px;
	height:34px;
	background:url(../img/sliders/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}


a.nivo-nextNav {
	background-position:-30px 0;
	right:15px;
}
a.nivo-prevNav {
	left:15px;
}

.nivo-caption {
    text-shadow:none;
  	position:absolute;
	left:-10px;
	bottom:-38px;
	background:none;
	opacity:1;
	width:100%;
	z-index:89;
}
.nivo-caption a, .nivo-caption, .nivo-caption p{ 
    color: #FFF;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #EBEBEB;
}



.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 ********/
div.anythingSlider {
	width: 960px;
	height: 316px;
	margin: 20px auto 0px auto;
	
}

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
	background: #777;
	color: #000;
}
div.anythingSlider .anythingWindow {
	
}
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;
}

/* Active State */
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: 100%;
	height: 100%;
}
/* wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	position: relative;
	padding: 0 45px 28px 45px;
}
/* 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: 0;
}

/* 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 #FFF;
	background: none; 
}
div.anythingSlider-minimalist-round.activeSlider .thumbNav a:hover, div.anythingSlider-minimalist-round.activeSlider .thumbNav a.cur {
	background-color: #FFF;
}
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.html) 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;
	width: 80%;
	bottom: -2px;
	right: 10%;
	z-index: 100;
	opacity: 0.90;
	filter: alpha(opacity=90);
}
div.anythingSlider-minimalist-round .thumbNav {
	float: right;
	margin: 0;
	z-index: 100;
}
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 */
/* div.anythingSlider-minimalist-round.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button 
div.anythingSlider-minimalist-round .start-stop {
	margin: 3px;
	padding: 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative;
	bottom: 2px;
	left: 0;
	z-index: 100;
	text-align: center;
	text-decoration: none;
	float: right;
	
}*/

/* Extra - replace defaults */
div.anythingSlider-minimalist-round {
	padding: 0 30px;
}

ul.anythingBase li.panel a.button{

	padding:0px 15px 3px;
}


/************************ ACCORDION GALLERY ****************************/

/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */

.kwicks {
	/* recommended styles for kwicks ul container */
	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;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 0px; /*Set to same as spacing option. */	
	float: left;
	background: #000 url(../img/sliders/preload.gif) no-repeat 50% 50%;

}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

.kwicks li img{
	max-height:310px !important;
	
}

.kwickshadow {
z-index: 10;
background: url(../img/sliders/kwickshadow.png) repeat-y;
position: absolute;
right: 0px;
height: 310px;
width: 27px;
}

.slideimage {float:left;padding:0;margin:0; 	}
	
	
.slide-minicaption {
	top: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:60px;
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: "Lucida Sans Unicode", "Lucida Grande", sans-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;
	}
