.anythingSlider {
	width: 265px;
	height: 150px;
	position: relative;
	margin: 0 0 0 0; }
 
	.anythingSlider .wrapper {
		width: 220px;
		overflow: auto;
		height: 140px;
		margin: 0 10px;
		position: absolute;
		top: 0;
		left: 13px; }
 
		.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: 140px;
		width: 220px;
		margin: 0; }
 
	.anythingSlider .arrow {
		display: block;
		height: 50px;
		width: 18px;
		background: url(../images/arrow2.png) no-repeat 0 0;
		text-indent: -9999px;
		position: absolute;
		top: 30px;
		cursor: pointer; }
 
	.anythingSlider .forward {
		background-position: 0 0;
		right: 0px; }
 
	.anythingSlider .back {
		background-position: -18px 0;
		left: -0px; }
 
	.anythingSlider .forward:hover { background-position: 0 -50px; }
 
	.anythingSlider .back:hover { background-position: -18px -49px; }
 
	.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; }
