/* CSS Document */

.anythingSlider {
	width:380px;
	margin: 0 0 20px 0;
	padding-right:230px;
	position:relative;
	/*border:1px solid #bca9a9;
	background:#fff;
	*/
	height:250px;
	
}
.anythingSlider .wrapper {
	width: 550px;
	overflow: auto;
	height: 224px;
	margin: 0 40px;
	position: absolute;
	top: 0;
	left: 0;
}
/* Width below is max for Opera */
.anythingSlider .wrapper ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #eee;
	border-top: 3px solid #e0a213;
	border-bottom: 3px solid #e0a213;
	margin: 0;
}
.anythingSlider .wrapper ul li {
	display: block;
	float: left;
	padding: 0;
	height: 317px;
	width: 680px;
	margin: 0;
}
.anythingSlider.arrow {
	display: block;
	height: 200px;
	width: 67px;
	background: url(../images/anythingslider/arrows.png) no-repeat 0 0;
	text-indent: -9999px;
	position: absolute;
	top: -250px;
	cursor: pointer;
}
.anythingSlider .forward {
	background-position: 0 0;
	right: -20px;
}
.anythingSlider .back {
	background-position: -67px 0;
	left: -20px;
}
.anythingSlider .forward:hover {
	background-position: 0 -200px;
}
.anythingSlider .back:hover {
	background-position: -67px -200px;
}
.thumbNav {
	position: relative;
	top: 223px;
	text-align: center;
}
.thumbNav ul {
	margin: 0 0 0 0;
}
.thumbNav ul li {
	display: inline;
	list-style-image: none;
	list-style-type: none;
	line-height: auto;
	 margin: 0 0 0 1px;
}
.thumbNav a {
	color: black;
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	background: #c58b04 url(../images/anythingslider/cellshade.png) repeat-x;
	text-align: center;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.thumbNav a:hover {
	background-image: none;
}
.thumbNav a.cur {
	background: #e0a213;
}
.start-stop {
	z-index: 10;
	background: green;
	background-image: url(../images/anythingslider/cellshade.png);
	background-repeat: repeat-x;
	color: white;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	position: absolute;
	right: 45px;
	top: 223px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
.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: auto;
	border: 0;
}
.anythingSlider .wrapper ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}













.anythingSlider ul.ui-tabs-nav {
	position:absolute;
	top:0;
	left:390px;
	list-style:none;
	padding:0;
	margin:0;
	width:230px;
}
.anythingSlider ul.ui-tabs-nav li {
	list-style-type: none;
	list-style-image: none;
	margin: 0 0 0 0;
	padding:1px 0;
	padding-left:13px;
	font-size:12px;
	color:#666;
}
.anythingSlider ul.ui-tabs-nav li img {
	float:left;
	margin:2px 5px;
	background:#fff;
	padding:2px;
	border:1px solid #eee;
}
.anythingSlider ul.ui-tabs-nav li span {
	font-size:11px;
	font-family:Verdana;
	line-height:18px;
}
.anythingSlider li.ui-tabs-nav-item a {
	display:block;
	height:60px;
	color:#333;
	background:#fff;
	line-height:20px;
}
.anythingSlider li.ui-tabs-nav-item a:hover {
	background:#f2f2f2;
}
.anythingSlider li.ui-tabs-selected {
	background:url('../images/featured/selected-item.gif') top left no-repeat;
}
.anythingSlider ul.ui-tabs-nav li.ui-tabs-selected a {
	background:#e09904;
}
.anythingSlider .ui-tabs-panel {
	width:390px;
	height:250px;
	background:#999;
	position:relative;
	overflow: hidden;
}
.anythingSlider .ui-tabs-panel .info {
	position:absolute;
	top:180px;
	left:0;
	height:70px;
	background: url('../images/featured/transparent-bg.png');
}
.anythingSlider .info h2 {
	font-size:14px;
	font-family:Georgia, serif;
	color:#fff;
	padding:5px;
	margin:0 0 0 0;
	overflow:hidden;
}
.anythingSlider .info p {
	margin:0 5px;
	font-family:Verdana;
	font-size:11px;
	line-height:15px;
	color:#f0f0f0;
}
.anythingSlider .info a {
	text-decoration:none;
	color:#fff;
}
.anythingSlider .info a:hover {
	text-decoration:underline;
}
.anythingSlider .ui-tabs-hide {
	display:none;
}
