/* Carousel Widget */

                
				
				
				/* Don't need to touch */
				
		        .sqmiple-productImageWithCarousel {
			        /* Needed below */
			        position: relative;
		        }

                .caroufredsel_wrapper {
                    margin-left: 12px!important;
                }
			
		        .sqmiple-productImageWithCarousel ul {
			        margin: 0;
			        padding: 0;
			        list-style: none;
		        }
			
		        .sqmiple-productImageWithCarousel li {
			        color: #999;
			        text-align: center;
			        padding: 0;
			        margin: 2px;
			        display: block;
			        float: left;
			        overflow: hidden;
			        opacity:0.85;
			        filter:alpha(opacity=85); /* For IE8 and earlier */
		        }
			
		        .sqmiple-productImageWithCarousel li img 
				{
                    border: 0px;
		        }
			
		        .sqmiple-productImageWithCarousel li:hover
				{
			        opacity:1;
			        filter:alpha(opacity=100); /* For IE8 and earlier */
		        }

		        .clearfix {
			        float: none;
			        clear: both;
		        }
			
		        .sqmiple-productImageWithCarousel a {text-decoration: none!important;}
			
		        .prev,
		        .next
		        {
			        position: absolute;
			        bottom: 33px;
			        z-index: 88;
			        width: 13px;
			        height: 23px;
                    background: url('../../images/shop-product-carousel-next-prev-arrows.png');
		        }
			
		        .prev {
			        left: -2px;
                    background-position: 0 -30px;
		        }
			
		        .prev:hover,
		        .next:hover
				{
		        }
			
			
		        .next {
			        right: -4px;
					background-position: 0 -5px;
		        }
			
		        .pager {
			        float: left;
			        width: 960px;
			        text-align: center;
                    display: none!important;
		        }
		        .pager a {
			        margin: 0 5px;
			        text-decoration: none;
		        }
		        .pager a.selected {
			        text-decoration: underline!important;
		        }