/*
 anythingSlider v1.0
 
 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/
 */ 
.anythingSlider {
    width: 405px;
    height: 355px;
    margin: 0;
} .anythingSlider .wrapper {
    position: absolute;
    width: 405px;
    height: 355px;
	overflow: hidden;
    margin: 0;
} .anythingSlider .wrapper ul {
    position: absolute;
    left: 0;
	width: 99999px;
    list-style: none;
    background: #eee;
    margin: 0;
} .anythingSlider ul li {
    display: block;
    float: left;
    height: 355px;
    width: 405px;
	padding: 0;
    margin: 0;
} .anythingSlider ul li img {
    display: block;
    height: 355px;
    width: 405px;
    padding: 0;
    margin: 0;
    background: #fff;
}


#thumbNav {
    position: relative;
    top: 370px;
	display: inline;
	float:right;
    text-align: center;
} #thumbNav a {
    color: #fff;
    display: inline-block;
    padding: 2px 1px 1px 2px;
    height: 15px;
    width: 14px;
    margin: 0 4px 0 0;
    background: #62006e;
    font-size: 11px;
    font-weight: bold;
} #thumbNav a:hover {
    background-image: none;
} #thumbNav a.cur {
    background: none;
    color: #62006e;
    border: 1px solid #62006e;
    padding: 1px 0 0 1px;
} 

#start-stop {
	position: relative;
    top: 370px;
	display: inline;
	float:right;
	
    right: 10px;
    background-color: #646464;
    color: #fff;
    padding: 2px 1px 1px 2px;
    height: 15px;
    width: 38px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
} #start-stop.playing {
} #start-stop:hover {
    background-image: none;
} 

.anythingSlider .wrapper ul ul {
    position: static;
    margin: 0;
    background: none;
    overflow: visible;
    width: auto;
    border: 0;
} .anythingSlider .wrapper ul ul li {
    float: none;
    height: auto;
    width: auto;
    background: none;
}

/*
.slider-text {
	position : absolute; 
	top: 275px;
	height: 66px;	/* 80 - padding *//*
	width: 391px;	/* 405 - padding *//*
	padding: 7px;
	background: url('../img/grey-opacity-76.png');
}
.slider-text .cat   { font-size: 11px; }
.slider-text .title { font-size: 16px; font-weight: bold; padding-bottom: 2px; }
.slider-text .content   { font-size: 13px; }
.slider-text .content a { font-size: 11px; color: #7b4f98; text-decoration: underline; margin-left: 10px;}
*/
.slider-text {
	position : relative;
	top : -80px;
	height: 66px;	/* 80 - padding */
	width: 391px;
	padding: 7px;
	background: url('../img/grey-opacity-76.png');
}
.slider-text .cat   { font-size: 11px; }
.slider-text .title { font-size: 16px; font-weight: bold; padding-bottom: 2px; }
.slider-text .content   { font-size: 13px; }
.slider-text .content a { font-size: 11px; color: #7b4f98; text-decoration: underline; margin-left: 10px;}