/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider-ceg-slideshow .anythingWindow {
	border: none;
	position: relative;
	z-index: 5;
}
div.anythingSlider-ceg-slideshow .thumbNav a {
	border: none !important;
	background: #FFF;
}
div.anythingSlider-ceg-slideshow .thumbNav a:hover, div.anythingSlider-ceg-slideshow .thumbNav a.cur {
	background: #D02023;
}
div.anythingSlider-ceg-slideshow .start-stop {
	display: none;
}
div.anythingSlider-ceg-slideshow .start-stop.playing {
	background-color: #f00;
}
div.anythingSlider-ceg-slideshow .start-stop:hover, div.anythingSlider-ceg-slideshow .start-stop.hover {
	color: #fff;
}

/* Active State */

div.anythingSlider-ceg-slideshow.activeSlider .thumbNav a {
	background-color: #FFF;
} 
div.anythingSlider-ceg-slideshow.activeSlider .thumbNav a.cur,
div.anythingSlider-ceg-slideshow.activeSlider .thumbNav a:hover {
	background-color: #D02023;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}
div.anythingSlider-ceg-slideshow.activeSlider .start-stop.playing {
	background-color: #f00;
}
div.anythingSlider-ceg-slideshow .start-stop:hover, div.anythingSlider-ceg-slideshow .start-stop.hover {
	color: #fff
}

/* Navigation Arrows */
div.anythingSlider-ceg-slideshow .arrow {
	top: 0px;
	position: absolute;
	display: block;
	z-index: 50;
}
div.anythingSlider-ceg-slideshow .arrow a {
	display: block;
	height: 244px;
	margin: 0px; /* half height of image */
	width: 21px;
	text-align: center;
	outline: 0;
	background-color: transparent !important;
	background-image: url('../images/global/arrows-ceg_slideshow.png') !important;
	background-repeat: no-repeat;
}
div.anythingSlider-ceg-slideshow .forward { right: 0px; margin-right: 5px; }
div.anythingSlider-ceg-slideshow .back { left: 0px; margin-left: 5px; }
div.anythingSlider-ceg-slideshow .forward a { background-position: right bottom; }
div.anythingSlider-ceg-slideshow .back a { background-position: left bottom; }
div.anythingSlider-ceg-slideshow .forward a:hover, div.anythingSlider-ceg-slideshow .forward a.hover { background-position: right -1px; }
div.anythingSlider-ceg-slideshow .back a:hover, div.anythingSlider-ceg-slideshow .back a.hover { background-position: left -1px; }

/* Navigation Links */
div.anythingSlider-ceg-slideshow .anythingControls {
	position: absolute;
	width: 350px;
	bottom: 0px;
	right: 5px;
	z-index: 100;
}
div.anythingSlider-ceg-slideshow .thumbNav {
	float: right;
	margin: 0;
	z-index: 100;
}
div.anythingSlider-ceg-slideshow .thumbNav li {
	display: block;
	float: left;
}
div.anythingSlider-ceg-slideshow .thumbNav a {
	display: block;
	height: 7px;
	width: 7px;
	margin: 9px 4px;
	padding: 0;
	outline: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background: #776a64;
}

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

/* Autoplay Start/Stop button */
div.anythingSlider-ceg-slideshow .start-stop {
	margin: 3px;
	padding: 0;
	display: none;
	width: 14px;
	height: 14px;
	position: relative;
	bottom: 2px;
	left: 0;
	z-index: 100;
	text-align: center;
	text-decoration: none;
	float: right;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/* Extra - replace defaults */
div.anythingSlider-ceg-slideshow {
	padding: 0px;
	display: block;
	width: 704px;
	height: 244px;
	margin: 0 auto;
	overflow: hidden; /* needed for Opera and Safari */
}

/* 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-ceg-slideshow .arrow a span, 
div.anythingSlider-ceg-slideshow .thumbNav a span, 
div.anythingSlider-ceg-slideshow .start-stop span {
	display: block;
	text-indent: -9999px;
}