@charset "utf-8";

.anythingSlider {
	width: 850px;
	height: 330px;
	position: relative;
	margin: 0;
	margin-left:-18px;
}

.anythingSlider .wrapper {
	width: 560px;
	overflow: auto;
	height: 331px;
	margin:0px;
	margin-top:40px;
	position: absolute;
	top: 0;
	left: 20px;
}

/* Width below is max for Opera */
.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: -0;
	border-top: 0px solid #a8b2bb;
	border-bottom: 0px solid #a8b2bb;
	margin: 0;
}

.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 297px;
	width: 600px;
	margin: 0;
	padding-left:10px;
}

.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 30px;
	text-indent: -9999px;
	position: absolute;
	top: 25px;
	cursor: pointer;
	display:none;
	}

.anythingSlider .forward {
	background-position: 0 0;
	right: 15px;
	top:150px;
	background-image:url(../../interdj/principal/csspublic/imgcss/btnNext.gif);
	background-repeat:no-repeat;
	display:none;
}

.anythingSlider .back {
	background-position: -0px 0;
	left: 20px;
	top:150px;
	background-image:url(../../imgcss/btnPrev.gif);
	background-repeat:no-repeat;
		display:none;
}

#thumbNav {
	position: relative;
	top: 0px;
	width:940px;
	margin:0px;
}

#thumbNav a {
	color: white;
	display: inline-block;
	padding-top: 12px;
	height: 50px;
	width:212px;
	margin:0px;
	text-align: center;
	background:url(../../imgcss/tab.png) no-repeat;
	font-family:Arial, Verdana;
	font-weight:bold;
	display:none;
}

#thumbNav a:hover { /*background-image: none;*/
	text-decoration:none;
}

#thumbNav a.cur {
	background:url(../../imgcss/tab-h.png) no-repeat;
	color:#000;
}

#start-stop {
	background: green;
	background-image: url(../../imgcss/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 243px; /*-moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;*/
	display:none;
}

#start-stop.playing {
	background-color: red;
}

#start-stop:hover {
	background-image: none;
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width:100%;
	border: 0;
}

.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}

.anythingSlider {
	font: 12px Georgia, Serif;
}

.anythingSlider .wrapper img {
	float:right;
	
}

.anythingSlider .wrapper a img {
	float:left;
	margin-top:5px;
	margin-left:-3px;
}
