/*
anythingSlider 

fixed for hm.com
Thorvald Neumann

*/


div.anythingSlider {
	width: 425px;
	height: 320px;
	position: relative;
	margin: 0 auto 15px;
}
div.anythingSlider .anythingWindow {
	width: 340px;
	overflow: auto;
	height: 270px;
	position: absolute;
    margin-top: 30px;
	top: 0;
	left: 0;
	overflow: hidden;
}

/* Width below is max for Opera */
div.anythingSlider .anythingWindow ul {
	width: 32700px;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
}
div.anythingSlider ul li {
	display: block;
	float: left;
	padding: 10px;
	height: 250px;
	width: 320px !important;
	margin: 0;
}
div.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;
}
div.anythingSlider .forward {
	background-position: 0 0;
	right: -21px;
    display: none;
}
div.anythingSlider .back {
	background-position: -67px 0;
	left: -26px;
    display: none;
}
div.anythingSlider .forward:hover {
	background-position: 0 -200px;
}
div.anythingSlider .back:hover {
	background-position: -67px -200px;
}

div.anythingSlider .thumbNav {
	position: relative;
	/*top: 323px;*/
}

div.anythingSlider .thumbNav a {
	display: inline-block;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	text-align: center;
}
div.anythingSlider .thumbNav a:hover {
	
}
div.anythingSlider .thumbNav a.cur {
	
}

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

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

div.anythingSlider .start-stop:hover {
	background-image: none;
}

/*
  Prevents
*/
div.anythingSlider .anythingWindow ul ul {
	position: static;
	margin: 0;
	background: none;
	overflow: visible;
	width: auto;
	border: 0;
}
div.anythingSlider .anythingWindow ul ul li {
	float: none;
	height: auto;
	width: auto;
	background: none;
}
