.mycont{
	margin:0 auto;
	overflow:hidden;
}

.mycarousel li{
	width:180px !important;
	margin:0 10px;
}

.jcarousel-clip{
	overflow: hidden;
}

.jcarousel-prev,
.jcarousel-next{
	display:block;
	cursor:pointer;
}

.jcarousel-prev:hover,
.jcarousel-next:hover,
.jcarousel-prev-disabled,
.jcarousel-next-disabled{
   /*	background-position:left bottom !important; */
}
div.normal_price {
  color: #000000;
  float: left;
  font-size: 24px;
  font-weight: bold;
  height: 24px;
  text-align: left;
  width: 110px;
}
div.prices {
  display: block;
  float: left;
  width: 110px;
}
.prices_plate_grey .normal_price {
  color: #000000;
  margin: 11px 0 0 20px;
  width: 102px !important;
}
div.to_basket_btn {
  float: left;
  height: 20px;
  margin-top: 17px;
  width: 18px;
}
div.prices_plate_grey {
  background-position: left top;
  background-repeat: no-repeat;
  height: 49px;
  position: relative;
  width: 162px;
}
.to_basket_btn_list div.baloon_grey {
  right: 6px;
  top: -7px;
}
div.item_price {
  bottom: 0;
  height: 49px;
  margin-bottom: 15px;
  position: relative;
  width: 180px;
}
.jcarousel-prev {
	background-image: url(images/arrows.png) !important;
	background-position: left top !important;
	background-repeat: no-repeat !important;
	width: 15px;
	height: 25px !important;
  position: absolute;
  top: 88px;
  left:0;
}
.jcarousel-next {
	background-image: url(images/big_arrows_right.png) !important;
	background-position: left bottom !important;
	background-repeat: no-repeat !important;
	width: 15px;
	height: 25px !important;
  position: absolute;
  top: 88px;
  right:0;
}