.hits_wrapper {
	position: relative;
	margin-bottom: -6px;
	padding-bottom: 34px;
	background: url("./img/carousel_bottom_bg.png") left bottom repeat-x;
	z-index: 5;
}
.hits_wrapper .hits_header {
	position: relative;
	height: 145px;
	background: url("./img/carousel_bg.png") no-repeat;
	z-index: 5;
}
.hits_wrapper .hits_title {
	margin: 0px;
	font-family: 'Georgia';
	font-size: 20px;
	color: #c6b98d;
	font-weight: bold;
	padding-top: 23px;
	text-align: center;
}
.hits_wrapper .hits_types {
	margin-top: 20px;
	padding-left: 192px;
}
.hits_wrapper .hits_types .type_button{
	display: block;
	float: left;
	width: 139px;
	height: 30px;
	margin-right: 106px;
	background: url("./img/red_button.png") no-repeat;
	text-align: center;
	font-family: 'Georgia';
	font-size: 12px;
	color: white;
	text-decoration: none;
	line-height: 30px;
	cursor: pointer;
}
.hits {
	position: relative;
	margin-top: -17px;
}
.hits_scrollable {
	position: relative;
	overflow: hidden;
	width: 828px;
	height: 145px;
	margin: 0px auto;
}
.hits .items {
	height: 145px;
	width: 20000em !important;
	position: absolute;
}
.hits .items > div {
	float: left;
}
.hits .hit_item{
	display: block;
	float: left;
	width: 233px;
	height: 145px;
	margin-right: 6px;
	font: bold 12px 'Trebuchet MS';
	color: #444c41;
	text-decoration: none;
	cursor: pointer;
}
.hits .items .hit_left {
	position: relative;
	float: left;
	width: 114px;
	z-index: 3;
}
.hits .items .hit_img {
	display: block;
	border: 0px;
	margin: 0px auto;
	max-width: 114px;
	max-height: 145px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-ms-radius: 5px;
	border-radius: 5px;
}
.hits .items .hit_img_mask {
	position: absolute;
	top: 0px;
	display: block;
	width: 100%;
}
.hits .items .hit_right {
	position: relative;
	left: -4px;
	float: left;
	width: 101px;
	height: 130px;
	padding-left: 17px;
	padding-right: 5px;
	background: url("./img/product_right_bg.png") no-repeat;
	margin-right: -4px;
	margin-top: 15px;
	z-index: 2;
}
.hits .items .hit_type_name{
	margin-top: 10px;
	font: bold 13px 'Georgia';
	color: black;
}
.hits .items .hit_type{
	margin-top: 3px;
	font: normal 12px 'Arial';
	color: #956b4c;
}
.hits .items .hit_type a{
	color: #956b4c;
}
.hits .items .hit_name{
	margin-top: 9px;
	font: bold 12px 'Arial';
	text-decoration: underline;
	color: #ff6600;
}
.hits .items .hit_name a{
	color: #ff6600;
}
.hits .items .hit_next{
	margin-top: 15px;
	font: normal 12px 'Arial';
	text-decoration: underline;
	color: #515151;
}
.hits .items .hit_next a{
	color: #515151;
}
.hits a.prev,
.hits a.next {
	position:absolute;
	top: 55px;
	left: 30px;
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url('./img/arrows.png');
	background-position: 0px 0px;
}
.hits a.next {
	left: auto;
	right: 30px;	
	background-position: -40px 0px;
}