/*
    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: 458px; height: 317px; position: relative; margin: 0 auto; background: #eee; border: 1px solid #DDDDDD; margin-bottom:20px; -webkit-border-top-left-radius: 10px;-webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px;-moz-border-radius-topright: 10px;border-top-left-radius: 10px; border-top-right-radius: 10px;}
.anythingSlider .wrapper                { width: 458px; overflow: auto; height: 250px; margin: 0; position: absolute; top: 0; left: 0; background: #F7F7F7; border-bottom: 1px solid #ddd;  }
.anythingSlider .wrapper ul             { width: 9999px; list-style: none; position: absolute; top: 0; left: 0;  margin: 0; }
.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 250px; width: 458px; margin: 0; }
.anythingSlider .arrow                  { display: block; height: 35px; width: 35px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 278px; cursor: pointer; }
.anythingSlider .forward                { background-position: 0 0; right: 5px; }
.anythingSlider .back                   { background-position: -35px 0; left: 5px; }
.anythingSlider .forward:hover          { background-position: 0 -35px; }
.anythingSlider .back:hover             { background-position: -35px -35px; }

#thumbNav                               { position: relative; top: 282px; margin: 0 45px; width: 368px; text-align: center; }
#thumbNav a                             { color: #fff; font: 11px/18px; Arial, sans-serif; display: inline-block; padding: 2px 8px; height: 18px; margin: 0 5px 0 0; background-color: #4288cf; text-align: center; text-decoration: none; }
#thumbNav a:hover                       { background-image: none; }
#thumbNav a.cur                         { background-color: #205080; }

#start-stop                             { background: #3fa735; font-family: Arial, sans-serif; color: white; padding: 4px 5px; width: 40px; text-align: center; position: absolute; right: 75px; top: 281px; text-decoration:none; }
#start-stop.playing                     { background-color: #dc874d; }
#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 .category-products {
	padding: 20px;
}

.anythingSlider .products-list {
	border: none;
}

.anythingSlider .product-name {
	margin-bottom: 10px !important;
	font-size: 18px !important;
	text-shadow:1px 1px 1px #fff;
}

.anythingSlider .product-image {
	background-color: #fff;
}

.anythingSlider .products-list .product-shop {
	float:left;
	margin-left:20px;
	width:286px;
}

.anythingSlider .old-price {
	float: left; width: 140px; margin-bottom: 0 !important;
}

.anythingSlider .special-price {
	float: left; width: 140px; margin-bottom: 0;
}