/*
    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/
*/

/** tnt slideshow fix **/
     ul.gallery_slideshow {padding:0px !important;
     						   margin:0px !important;}
     ul.gallery_slideshow li{padding:0px !important; margin:0px !important; position: relative;}
     .wraptocenter {
                     display: table-cell;
                     text-align: center;
                     vertical-align: middle;
                     background-color:#000000;
     }
     .wraptocenter * {
                     vertical-align: middle;
     }
     /*\*//*/
     .wraptocenter {
         display: block;
     }
     .wraptocenter span {
         display: inline-block;
         height: 100%;
         width: 1px;
     }

     .absolute-link {
     	position:absolute;
     	top:0px;
     	z-index:1;
	 }


.slideshow_450_widget {display:block;height:auto;}
/*  Credits CSS */

.creditsSlideshow div.anythingSlider {
	/*height:363px;*/
	width:450px;
}
.creditsSlideshow div.slideImageHolder{
	height:300px;
}
.creditsSlideshow div.anythingSlider .arrow{
	top:24%
}
.creditsSlideshow .slideCredits{
	padding:9px;
	font-size:0.7em;
	color:#464646;
	background-color:#E8EEF2;
	margin-top:9px;
}
.creditsSlideshow .invisible{
	visibility:hidden;
	}
.creditsSlideshow .upperSlidebg{
	bottom:auto;
	top:228px;
	width:450px;
}

.creditsSlideshow .slideCaptionUpper{
	bottom:auto;
	top:228px;
	width:450px;
}
.creditsSlideshow .lowerSlidebg{
	bottom:auto;
	top:282px;
	width:450px;
}
.creditsSlideshow .slideCaptionLower{
	bottom:auto;
	top:282px;
	width:450px;
}

/*  Caption CSS */
.upperSlidebg {
position:absolute;bottom:69px;padding: 0 0 0 0;
background: url("/images/slider/upblackbg.png") repeat;
width:100%;height:32px;

} /* opacity:0.8;filter:alpha(opacity=80) */
.slideCaptionUpper {
	position:absolute;bottom:66px;color:#fff;padding: 0 0 0 0;
	/*width:100%;*/height:32px;
	 font-family: Arial, serif; /*text-indent:10px;*/margin-left: 10px;
	}
		.slide_upper_cap  {float:left;
		font-size:20px;padding:0;margin:0;font-family: Arial, serif;width: 450px;}
		.slide_btn, .ui-widget-content .slide_btn {
		width:80px;height:13px;/*float:right;*/border:none;
		margin:4px 0px 0px 7px ;color:#c51527;font:bold 12px Arial;
		background:url('/images/slider/findOutMore.png') no-repeat;
		text-indent: 0;
		padding: 3px;
		}

		.slide_btn div, .ui-widget-content .slide_btn div
		{
			margin-top:1px;
			margin-left:7px;
			text-indent:0px;
		}

.lowerSlidebg {
position:absolute;bottom:34px;color:#fff;padding: 0 0 0 0;
background: url("/images/slider/lowredbg.png") repeat;width:100%;height:35px;

/* opacity:0.8;filter:alpha(opacity=80) */
}
		.slideCaptionLower {
		position:absolute;bottom:34px;color:#fff;padding: 0 0 0 0;
		/*width:100%;*/height:28px;
		font-size:14px;
		font-family: Arial, serif; /*text-indent:10px;*/margin-left: 10px;
		}


.anythingSlider .upperSlidebg {
	bottom:35px;
}
.anythingSlider .slideCaptionUpper {
	bottom:32px;
}
.anythingSlider .lowerSlidebg {
	bottom:0px;
}
.anythingSlider .slideCaptionLower {
	bottom:0px;
}

/******* SET DEFAULT DIMENSIONS HERE ********/
div.anythingSlider {
	width: 450px;
	height: 300px;
	margin: 0 auto;
	border:solid 0px #000;
	overflow: hidden; /* needed for Opera and Safari */
}

.slideshow_625_widget div.anythingSlider {
	width: 625px;
	height: 468px;
	margin: 0 auto;
	border:solid 0px #000;
	overflow: hidden; /* needed for Opera and Safari */
}

div.mph_300 div.anythingSlider{
	width: 300px;
	height: 205px;
	margin: 0 auto;
	border:solid 0px #000;
	overflow: hidden; /* needed for Opera and Safari */
}

div.mph_300 .upperSlidebg{height:20px;bottom:15px;}
div.mph_300 .slideCaptionUpper{height:20px;bottom:15px;}
div.mph_300 .slide_upper_cap{font-size:13px;}
div.mph_300 .lowerSlidebg{height:15px;}
div.mph_300 .slideCaptionLower{height:15px;font-size:12px;}
div.mph_300 .slide_btn{display:none;}

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a {
background:url("/images/slider/panel.png") no-repeat;
color: #000;
}
div.anythingSlider .anythingWindow {
	border-top: 0px solid #777;
	border-bottom: 0px solid #777;
}
div.anythingSlider .start-stop {
	background-color: #fff;
	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: #999;
 /* background */
}
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
	/* */
	background:url("/images/slider/panel.png") no-repeat;
	height: 14px;
    width: 14px;
	color:#ffabcc;
}
div.anythingSlider .thumbNav a.cur /* BG for the active panel button*/
{
background: url("/images/slider/panelactive.png") no-repeat;color:#b6194d;
height: 14px;
width: 14px;
}


div.anythingSlider .start-stop.playing {
	display:none;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
	background: url("/images/slider/panelalt.png") no-repeat;
}

/**** 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 0px 22px 0px;
}
.eventContent div.anythingSlider {
	padding: 0;
}
/* 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: 25%;
	z-index:500;
	position: absolute;
	display: block;
}
div.anythingSlider .arrow a {
	display: block;
	height: 100px;
	margin: -15px 5px -1px 9px;
	width: 55px;
	border:0;
	text-align: center;
	outline: 0;
	z-index:500;
	background:transparent url("/images/slider/arrows-default.png") no-repeat;
	text-indent: -9999px;


	/*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
	/*zoom: 1;*/
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='fixed', src='/images/arrows-default.png')*/

}
div.anythingSlider span.arrow a{margin-top:5px;}



div.anythingSlider .forward { right: -60px; border:solid 0px #000;}
div.anythingSlider .back { left: -60px; }
div.anythingSlider .forward a { background-position: 0 -40px; }
div.anythingSlider .back a { background-position: -83px -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: -83px -240px; }
div.anythingSlider .forward.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5;  */
div.anythingSlider .back.disabled { display: none; }

/* Navigation Links */
div.anythingSlider .anythingControls {
	text-align:center;
    overflow: hidden;
}
div.anythingSlider .thumbNav {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
    left: 50%;
    position: relative;
    text-align: center;
}
div.anythingSlider .thumbNav li {
    float: left;
    left: -50%;
    position: relative;
    padding: 0;
    margin: 0;
}



/* Edit the 2 3 4+ panel tabs*/

div.anythingSlider .thumbNav a {

	font: 11px/18px Arial, Serif;
	display: inline;
	display: block;
	text-decoration: none;
	height: 14px;width:14px;
	margin:auto;
	text-indent:-9999px;
	outline: 0;

	/*border-radius: 2px 5px 5px 5px;
	-moz-border-radius: 2px 5px 5px 5px;
	-webkit-border-radius: 2px 5px 5px 5px; */
}
div.anythingSlider .thumbNav a:hover {
	background: url("/images/slider/panelalt.png") no-repeat;
	color:#005433;
	display: block;
}

.thumbNav {
		display: block;
	}

/* 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 */


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;
}
