/*
    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: 580px;
	height: 270px;
	position: relative;
	margin:auto;
	float:left;
	overflow:hidden;
	background:url(../images/promote-bg.png) left top no-repeat;
	padding:5px;
}
.anythingSlider .wrapper {
	width: 570px;
	overflow:hidden;
	height: 260px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.anythingSlider .wrapper ul {
	width: 99999px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
.anythingSlider ul li {
	display: block;
	float: left;
	padding: 0;
	height: 280px;
	width: 580px;
	margin: 0;
}
.anythingSlider .arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: url(../images/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: 65px;
	cursor: pointer;
}
.anythingSlider .forward {
	display:none;
	background-position: 0 0;
	right: 0;
}
.anythingSlider .back {
	display:none;
	background-position: -67px 0;
	left: 0
}
.anythingSlider .forward:hover {
	display:none;
	display:none;
	background-position: 0 -200px;
}
.anythingSlider .back:hover {
	display:none;
	background-position: -67px -200px;
}
#thumbNav {
	position: relative;
	top: 240px;
	left:135px;
	text-align: center;
}
#thumbNav a {
	color: black;
	display: inline-block;
	padding: 2px 8px;
	height: 16px;
	margin: 0 5px 0 0;
	text-align: center;
	background-color:#eee;
	border:#999 solid 1px;
}
#thumbNav a:hover {
	background-image: none;
}
#thumbNav a.cur {
	background: #ccc;
}
#start-stop {
	background: #F66;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 15px;
	top: 245px;
}
#start-stop.playing {
	background-color:#6C3;
}
#start-stop:hover {
	background-image: none;
}
/*
  Prevents
*/
.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;
}


#promotionmain {
	width:580px;
	float:left;
	height:320px;
	margin-right:-3px;
	padding:5px;
	display:block;
	padding-top:10px;
}
#promotionmain .title {
	background: url(../images/promote-title.png) left top no-repeat;
	height:37px;
	width:200px;
	margin-top:-5px;
	float:left;
	text-indent:-9999px;
}
.slide-image {
	z-index:100;
	
}
.slide-info{
	z-index:9999;
	position:absolute; 
	top:0; left:50px; width:100px; height:260px; float:left; background-color:#000; opacity:0.3px; padding:10px;
}