.firms_box .jcarousel > ul > li {
	width: 160px;
}

.jcarousel {
	position: relative;
}

.arrow_left {

	float: left;
}

.arrow_right {
	float: right;
}

.arrow_left, .arrow_right {
	display: block;
	width: 25px;
	height: 38px;
}

.carousel_item {
	text-align: center;
}

.carousel_title {
	font-size: 15px;
	font-family: 'pf_dintext_promedium';
	text-transform: uppercase;
	padding-bottom: 10px;
	padding-left: 10px;
}

.category_product_carousel {
	width: 808px;
	position: relative;
	padding: 5px 2px;
}

.category_product_carousel .arrow_left, .category_product_carousel .arrow_right {
	height: 147px;
}

.category_product_carousel .jcarousel > ul > li {
	width: 122px;
	overflow: hidden;
	margin-right: 5px;
}

.category_product_carousel.medium_photo .jcarousel > ul > li {
	width: 131px;
}

.category_product_carousel .jcarousel > ul > li img {
	max-height: 155px;
}

.category_product_carousel.medium_photo .jcarousel > ul > li img {
	max-height: 164px;
}

.category_product_carousel .carousel_title_link a, .brand_carousel .carousel_title_link a {
	font: bold 11px/1.2 arial, sans-serif;
	text-decoration: none;
	text-align: center;
	display: block;
}

.category_product_carousel .carousel_item_description {
	font: 11px/1.2 arial, sans-serif;
	text-align: center;
	padding-top: 5px;
}

.category_product_carousel .carousel_item_description b {
	color: #be4210;
	font: 11px/1.2 arial, sans-serif;
}

.brand_carousel.span9 {
	width: 812px;
}

.brand_carousel .jcarousel > ul > li {
	width: 160px;
	text-align: center;
}

.brand_carousel .arrow_left, .brand_carousel .arrow_right {
	display: block;
	width: 15px;
	z-index: 0;
	height: 50px;
}

.firms_box .carousel_item {
	text-align: center;
}

.category_product_carousel.product_view {
	margin-top: 30px;
	width: 539px;
}

.category_product_carousel.product_view.viewed_products{
	width: 1000px;
}

.category_product_carousel.medium_photo.viewed_products .jcarousel > ul > li{
	width: 140px;
}

.category_product_carousel.product_view .arrow_left {
	position: absolute;
	left: -25px;
}

.category_product_carousel.product_view .arrow_right {
	position: absolute;
	right: -25px;
}

.category_product_carousel.product_cart {
	margin: 30px 0 20px 0;
	width: 730px;
}

.category_product_carousel.product_cart .jcarousel {
	margin: 0 5px;
}

.category_product_carousel.product_cart .carousel_title {
	padding-left: 0;
}

.subcats_carousel_box .jcarousel-wrapper {
	padding: 22px 0;
}

.header_carousel .jcarousel {
	width: 601px;
	height: 101px;
	position: relative;
}

.header_carousel ul li {
	float: none;
	height: 101px;
	width: 601px;
	text-align: left;
	line-height: 101px;
	display: block;
}

.header_carousel ul li a {
	display: inline-block;
	vertical-align: middle;
}


/*blog carousel*/

.product_carousel {
	width: 100%;
	position: relative;
	padding: 5px 2px;
}

.product_carousel .arrow_left, .product_carousel .arrow_right {
	height: 147px;
}

.product_carousel .jcarousel > ul > li {
	width: 122px;
	overflow: hidden;
	margin-right: 5px;
}

.product_carousel.medium_photo .jcarousel > ul > li {
	width: 160px;
}

.product_carousel .jcarousel > ul > li img {
	max-height: 175px;
}

.product_carousel.medium_photo .jcarousel > ul > li img {
	max-height: 174px;
}

.product_carousel .carousel_title_link a, .brand_carousel .carousel_title_link a {
	font: bold 11px/1.2 arial, sans-serif;
	text-decoration: none;
	text-align: center;
	display: block;
}

.product_carousel .carousel_item_description {
	font: 11px/1.2 arial, sans-serif;
	text-align: center;
	padding-top: 5px;
}

.product_carousel .carousel_item_description b {
	color: #be4210;
	font: 11px/1.2 arial, sans-serif;
}

.product_carousel.product_view {
	margin-top: 30px;
	width: 100%;
}

.page_aside .product_carousel.product_view {
	width: 130px;
}

.product_carousel.product_view .arrow_left {
	position: absolute;
	left: -20px;
}

.product_carousel.product_view .arrow_right {
	position: absolute;
	right: -20px;
}

.items_photos .category_product_carousel.product_view.viewed_products{
	width: 290px;
}