#homeproductcarousel ul li{
	background-color: #FFF;
	height: 205px;
	border: 1px solid silver;
	width: 192px !important;
}
#homeproductcarousel ul li img{
	width: 90px;
	height: 90px;
	margin: 0 auto;
}
#homeproductcarousel {
	height: 245px;
	margin-top: 452px;
	margin-left: 0;
	margin-right: 0;
}

#homeproductcarousel .title_carousel {
 	color:white;
	font-size: 50px;
	font-family: "Bellerose";
	margin-bottom: 25px;
}

#homeproductcarousel .prev {
	display: none;
}
}

#homeproductcarousel .next {
	display: none;
}

.product_carousel_image img {
    margin-left: 20px;
}

#carousel div {
    margin-top: -3px;
}

#homeproductcarousel li.last_item_of_line  {margin-right:0;}
#homeproductcarousel .s_title_block, #featured-products_block_center h5, #homeproductcarousel .s_title_block a {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #3a3939;
    line-height: 23px;
}
#homeproductcarousel .s_title_block{
	padding: 0 15px 7px 15px;
    height: 50px;
    overflow: hidden;
}

#homeproductcarousel .product_carousel_image {
    display: block;
    overflow: hidden;
    position: relative;
}

#homeproductcarousel .product_carousel_image span.new {
	display: block;
	position: absolute;
	top: 15px;
	right:-30px;
	padding: 1px 4px;
	width: 101px;
	font-size:10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform:rotate(45deg);
	/*-ms-transform: rotate(45deg);*/
	background-color: #990000;
	transform: rotate(45deg);  /* Newer browsers */
	filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */
}

.ie9 #homeproductcarousel .product_carousel_image span.new{top:-18px;right:-38px}
.ie8 #homeproductcarousel .product_carousel_image span.new{top:-21px;right:-38px}
.lt-ie6 #homeproductcarousel .product_carousel_image span.new {top:-30px;right:-25px}

#homeproductcarousel .product_desc {
	display: none;
}
#homeproductcarousel .lnk_more {
	display: none;
}
#homeproductcarousel .price_container {
	line-height: 21px;
	/*text-align: left;*/
    font-family: Arial !important;
    padding: 0 15px !important;
}
#homeproductcarousel .price {
	font-family: Arial !important;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    color: #333;
}