/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider-metallic .anythingWindow {
	border-top: 0px solid #333;
	border-bottom: 0px solid #333;
	background: url("../img/slider-glow.png") no-repeat;
	
	width: 769px;
	height: 307px;
	
	margin-left: auto;
	margin-right: auto;
	
}
div.anythingSlider-metallic .thumbNav a {
	border: 1px solid #dddddd;
}
div.anythingSlider-metallic .start-stop {
	border: 1px solid #dddddd;
}
div.anythingSlider-metallic .start-stop.playing {
	background-color: #0177e7;
}
div.anythingSlider-metallic .start-stop:hover, div.anythingSlider-metallic .start-stop.hover {
	color: #ddd;
}

/* Active State */
div.anythingSlider-metallic.activeSlider .anythingWindow {
	border-color: #0355a3;
}
div.anythingSlider-metallic.activeSlider .thumbNav a {
    
    background-color: #999999;
}
div.anythingSlider-metallic.activeSlider .thumbNav a:hover, div.anythingSlider-metallic.activeSlider .thumbNav a.cur {
	
    background-color: #dddddd;
}
div.anythingSlider-metallic.activeSlider .start-stop.playing {
	background-color: #f00;
}
div.anythingSlider-metallic .start-stop:hover, div.anythingSlider-metallic .start-stop.hover {
	color: #fff;
}

/* Navigation Arrows */
div.anythingSlider-metallic .arrow {
	top: 30%;
	position: absolute;
	display: block;
	z-index: 100;
}
div.anythingSlider-metallic .arrow a {
	display: block;
	height: 195px;
	margin-top: -17px; /* half height of image */
	width: 28px;
	outline: 0;
	background: url(../img/arrows.png) no-repeat;
}

div.anythingSlider-metallic .forward { right: 0; }
div.anythingSlider-metallic .back { left: 0; }
div.anythingSlider-metallic .forward a { background-position: right bottom; }
div.anythingSlider-metallic .back a { background-position: left bottom; }
div.anythingSlider-metallic .forward a:hover, div.anythingSlider-metallic .forward a.hover { background-position: right top; }
div.anythingSlider-metallic .back a:hover, div.anythingSlider-metallic .back a.hover { background-position: left top; }

/* Navigation Links */
div.anythingSlider-metallic .anythingControls {
	position: absolute;
	width: 730px;
	padding-right: 20px;
	bottom: 25px;
    margin-left: 26px;
    
	z-index: 100;
	// opacity: 0.30;
	// filter: alpha(opacity=30);
	// background-color: #000000;
	
	background: transparent url("../img/top-menu-a-bg.png");
	padding-top: 5px;
}
div.anythingSlider-metallic .thumbNav {
	display: block;
	float: right;
	margin: 0;
	z-index: 100;
}
div.anythingSlider-metallic .thumbNav li {
	display: block;
	float: left;

}
div.anythingSlider-metallic .thumbNav a 
{
	display: block;
	height: 10px;
	width: 10px;
	margin: 3px;
	padding: 0;
	outline: 0;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

div.anythingSlider-metallic .thumbNav a:hover, div.anythingSlider-metallic .thumbNav a.cur {
	background-color: #fc943d;
}

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider-metallic.rtl .thumbNav a { float: right; } /* reverse order of nav links */
div.anythingSlider-metallic.rtl .thumbNav { float: left; }    /* move nav link group to left */
/* div.anythingSlider-metallic.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider-metallic .start-stop {
	margin: 3px;
	padding: 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	position: relative;
	bottom: 2px;
	left: 0;
	z-index: 100;
	float: right;
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

/* Extra - replace defaults */
div.anythingSlider-metallic {
	padding: 6px 23px;
}

/* text indent moved to span inside "a", for IE7; apparently, a negative text-indent on an "a" link moves the link as well as the text */
div.anythingSlider-metallic .arrow a span, div.anythingSlider-metallic .thumbNav a span, div.anythingSlider-metallic .start-stop span {
	display: block;
	line-height: 1px; /* needed for IE7 */
	text-indent: -9999px;
}