/*
* Copyright 2012 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

.carousel-title span:after{
	right: -30px;
	left: auto;
}
.carousel-title span:before{
	left: -30px;
	right: auto;
}
.nop-jcarousel .jcarousel-container:before{
	right: 0;
	left: 0;
}
.nop-jcarousel .jcarousel-prev-horizontal{
	right: 50%;
	left: auto;
	margin-right: -48px;
	margin-left: 0;
    background-image: url(images/nav-button-right.png);
}
.nop-jcarousel .jcarousel-next-horizontal{
	left: 50%;
	right: auto;
	margin-left: -48px;
	margin-right: 0;
    background-image: url(images/nav-button-left.png);
}
.products-carousel .item-picture img{
	left: 0;
	right: 0;
}
.products-carousel .item-picture .short-description-wrapper{
	left: 0;
	right: 0;
}
.products-carousel .item-picture .short-description{
	left: 0;
	right: 0;
}
.categories-carousel .item-picture img{
	left: 0;
	right: 0;
}
.categories-carousel .jcarousel-product-title{
	right: 0;
	left: 0;
}



@media all and (min-width: 1170px) {

    .nop-jcarousel .jcarousel-prev-horizontal{
	    margin: 0 -565px 0 0;
    }
    .nop-jcarousel .jcarousel-next-horizontal{
	    margin: 0 0 0 -565px;
    }

    /* manufacturers */

        .manufacturers-carousel .nop-jcarousel .jcarousel-prev-horizontal{
	        background: url(images/arrow-right.png) no-repeat center;
        }
        .manufacturers-carousel .nop-jcarousel .jcarousel-next-horizontal{
	        background: url(images/arrow-left.png) no-repeat center;
        }


}