/*ie6 png fix*/
img { behavior: url(/inclu/flip/iepngfix.htc); }

/* conainters */
.anythingSlider{ }
.anythingSlider .wrapper                { 
	width: 166px; /* content width + .anything ul li{padding-left} + .anything ul li{padding-right} */
	height: 215px; /* content height */
	margin: 0;padding: 0;
	overflow: auto;
	border:3px solid #888;
	/*border-bottom:3px solid #888;*/
	-moz-border-radius:3px; -webkit-border-radius:3px; border-radius:3px;
	-webkit-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4); -moz-box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4); box-shadow: 2px 2px 3px rgba(135, 139, 144, 0.4);
}
.anythingSlider .wrapper ul             {
	width: 32766px;
	list-style: none; 
	margin: 0;padding: 0;
}
.anythingSlider ul li                   { 
	display: block; 
	float: left;
	padding: 3px 3px 3px 3px; 
	margin: 0 0 0px 0;
	background: #eee;
}
.anythingSlider .controls{
	text-align:center;
}
.anythingSlider .controls a{
	margin-left:2px;
	margin-right:2px;
}

/* Buttons */
#start-stop											{ cursor: pointer; margin-left:6px;}
#start-stop.playing							{}
#start-stop:hover								{}
.anythingSlider .forward    		{ cursor: pointer; }
.anythingSlider .forward:hover  {}
.anythingSlider .back       		{	cursor: pointer; }
.anythingSlider .back:hover     {}

/* thumbnail numbers */
#thumbNav{
	text-align: center;
	margin-bottom:5px;
}#thumbNav a{
	color: black;
	font-size:0.8em;
	display: inline-block;
	padding: 2px 5px;
	margin: 0 1px 0 0;
	background: #888;
	text-align: center;
	text-decoration:none;
	-moz-border-radius-bottomleft: 3px;	-moz-border-radius-bottomright: 3px; border-radius:3px;
	-webkit-border-bottom-right-radius: 3px;	-webkit-border-bottom-left-radius: 3px; border-radius:3px;
}#thumbNav a:hover{
	background-image: none;
}#thumbNav a.cur{
	background: #aaa;
}

.anythingSlider .arrow                  {}
/*
  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; }
