/*
	AnythingSlider v1.5.10 cs-portfolio
	By Curtis Scott (http://www.curtisscott.com/portfolio.html)
	updated to work with the new themes
*/

/*** Note: the nav-cs-portfolio.png used for navigation and slideshow buttons uses a semi-transparent png,
     through which the background color is seen... so colors set will turn out darker than normal ***/

/****** SET COLORS HERE *******/
/* Default/Acitve State */
/*
div.anythingSlider-cs-portfolio .thumbNav a, div.anythingSlider-cs-portfolio.activeSlider .thumbNav a {
	background-color: #fff;
}
div.anythingSlider-cs-portfolio .thumbNav a:hover, div.anythingSlider-cs-portfolio .thumbNav a.cur,
div.anythingSlider-cs-portfolio.activeSlider .thumbNav a:hover, div.anythingSlider-cs-portfolio.activeSlider .thumbNav a.cur {
	background-color: #0d5c9f;
}
div.anythingSlider-cs-portfolio .start-stop, div.anythingSlider-cs-portfolio .start-stop.hover {
	background-color: #080;
}
div.anythingSlider-cs-portfolio .start-stop:hover {
	background-color: #0f0;
}
div.anythingSlider-cs-portfolio .start-stop.playing {
	background-color: #a00;
}
div.anythingSlider-cs-portfolio .start-stop.playing:hover {
	background-color: #f00;
}
*/

/* Overall */
/*
div.anythingSlider-cs-portfolio {}
div.anythingSlider-cs-portfolio .anythingWindow, div.anythingSlider-cs-portfolio.activeSlider .anythingWindow {
	border: 0;
}
*/
/* Navigation Arrows */
/*
div.anythingSlider-cs-portfolio .arrow {
	display: block;
	bottom: 4px;
	bottom: -8px\9;
	position: absolute;
	z-index: 100;
}
div.anythingSlider-cs-portfolio .arrow a {
	display: block;
	bottom: 0;
	position: absolute;
	height: 18px;
	width: 18px;
	outline: 0;
	background: url(../images/arrows-cs-portfolio.jpg) no-repeat;
}
div.anythingSlider-cs-portfolio .forward { left: 59px; }
div.anythingSlider-cs-portfolio .back { left: 0px; }
div.anythingSlider-cs-portfolio .forward a { background-position: left top; }
div.anythingSlider-cs-portfolio .back a { background-position: right top; }
div.anythingSlider-cs-portfolio .forward a:hover, div.anythingSlider-cs-portfolio .forward a.hover { background-position: left bottom; }
div.anythingSlider-cs-portfolio .back a:hover, div.anythingSlider-cs-portfolio .back a.hover { background-position: right bottom; }
*/
/* Navigation Links */
/*
div.anythingSlider-cs-portfolio .anythingControls {
	background-color:#000000;
	height: 25px;
	margin: 0 auto 25px auto;
	text-align: center;
	z-index: 100;
}
div.anythingSlider-cs-portfolio .thumbNav {
	float: none;
	margin: 0;
	z-index: 100;
}
div.anythingSlider-cs-portfolio .thumbNav li {
	display: inline;
}

div.anythingSlider-cs-portfolio .thumbNav a, div.anythingSlider-cs-portfolio.activeSlider .thumbNav a {
	display: inline-block;
	width: 18px;
	height: 15px;
	margin: 20px 5px 0 0;
	padding: 0;
	outline: 0;
	border: 0;
}

div.anythingSlider-cs-portfolio .thumbNav a, div.anythingSlider-cs-portfolio.activeSlider .thumbNav a,
div.anythingSlider-cs-portfolio .thumbNav a:hover, div.anythingSlider-cs-portfolio .thumbNav a.cur,
div.anythingSlider-cs-portfolio.activeSlider .thumbNav a:hover, div.anythingSlider-cs-portfolio.activeSlider .thumbNav a.cur {
	display:none;
	background-image: url();
	background-position: center top;
	background-repeat: no-repeat;
}
*/
/* slider autoplay right-to-left, reverse order of nav links to look better */
/*div.anythingSlider-cs-portfolio.rtl .thumbNav a { float: right; }*/ /* reverse order of nav links */
/*div.anythingSlider-cs-portfolio.rtl .thumbNav { float: left; }*/    /* move nav link group to left */
/* div.anythingSlider-cs-portfolio.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
/*
div.anythingSlider-cs-portfolio .start-stop, div.anythingSlider-cs-portfolio .start-stop.hover 
{
	float:left;
	margin: 4px 0 0 29px;
	padding: 0;
	display: inline-block;
	text-align: center;
	width: 18px;
	height: 18px;
	z-index: 100;
	border: 0;
}
div.anythingSlider-cs-portfolio .start-stop, div.anythingSlider-cs-portfolio .start-stop.hover,
div.anythingSlider-cs-portfolio .start-stop:hover, div.anythingSlider-cs-portfolio .start-stop.playing,
div.anythingSlider-cs-portfolio .start-stop.playing:hover {
	background-image: url();
	background-position: center bottom;
	background-repeat: no-repeat;
}
*/
/* Extra - replace defaults */
/*
div.anythingSlider-cs-portfolio {
	padding: 0 23px 25px 0;
}
*/
/* 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-cs-portfolio .arrow a span, div.anythingSlider-cs-portfolio .thumbNav a span, div.anythingSlider-cs-portfolio .start-stop span {
	display: block;
	line-height: 1px;
	text-indent: -9999px;
}
*/

/* information panels, below the slider  */
/*
div.informationPanel{
    height:20px;
    width:100%;
    background-color:#edeedc;
    display:none;
}
*/