/*************** General Carousel Stuff ***************/

.carousel{overflow:hidden;position:relative;height:220px;background:#F5F5F5 url(../img/store/carousel_tile.png) repeat-x}

.carousel_title,.carousel_nav{float:left}

.carousel_title{font-size:22px;font-weight:bold;height:50px;line-height:50px;padding-left:31px}
.carousel_nav{margin:20px 0 0 20px}
.carousel_nav a{display:block;width:8px;height:8px;float:left;margin-right:1px;-moz-border-radius:4px;-webkit-border-radius:4px}

.carousel_strip{overflow:hidden;clear:both;height:150px;background-color:#FFF}
.carousel_clip{overflow:hidden;margin:0 31px 0 51px}

.carousel_left,.carousel_right{width:31px;height:150px;display:block;overflow:hidden;position:absolute;top:50px}
.carousel_left:hover,.carousel_right:hover{background-position:0 150px}

.carousel_left{left:0}
.carousel_right{right:0}

.carousel_content{background-color:#FFF;height:150px;float:left;position:relative;visibility: hidden;left:-5000px;}
.carousel_content li{height:150px}

.carousel_footer{height:20px;background:#F5F5F5 url(../img/store/carousel_footer_tile.png) repeat-x}

.carousel_top_left,.carousel_top_right,.carousel_bottom_left,.carousel_bottom_right{position:absolute;width:31px}
.carousel_top_left,.carousel_top_right{height:50px;top:0}
.carousel_bottom_left,.carousel_bottom_right{height:20px;bottom:0}
.carousel_top_left,.carousel_bottom_left{left:0}
.carousel_top_right,.carousel_bottom_right{right:0;background-position:top right}

.carousel_top_left{background-image:url(../img/store/carousel_top_left.png)}
.carousel_top_right{background-image:url(../img/store/carousel_top_right.png)}
.carousel_bottom_left{background-image:url(../img/store/carousel_bottom_left.png)}
.carousel_bottom_right{background-image:url(../img/store/carousel_bottom_right.png)}

.carousel_count{display:none}

/*************** Product Carousel ***************/

.carousel_product{padding:10px;position:relative;height:140px;width:291px;display:block;text-decoration:none}

.carousel_product .generated_button{position:absolute;top:110px;left:20}
.carousel_content li{margin-right:18px}
.carousel_content h2{font-size:14px}

/*************** Special Carousel ***************/

#special_carousel .carousel_product {display:inline}
