
 .tovarImageAction  {
     height: 400px; 
     overflow: hidden;
 } 
 .tovarImageAction a {line-height: 0;}
 

#bigSlideLeft, #bigSlideRight {
    display: inline-block;
    height: 43px;
    position: absolute;
    width: 31px;
}
#bigSlideLeft {
    background: url("/images/design/carousel/big.png") no-repeat left bottom transparent;
    left: 5px;
    top: 248px;
}
#bigSlideRight {
    background: url("/images/design/carousel/big.png") no-repeat left top transparent;
    right: 5px;
    top: 248px;
}


.image_carousel {
    padding: 17px 0;
    position: relative;
    width: 535px;
    height: 87px;
    /*overflow: hidden;*/
}

.image_carousel a.next {
    background: url("/images/design/carousel/mini.png") no-repeat right top transparent;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 49px;
    right: 6px;
}
.image_carousel a.prev{
    background: url("/images/design/carousel/mini.png") no-repeat left top transparent;
    width: 25px;
    height: 25px;
    display: block;
    position: absolute;
    top: 49px;
    left: 7px;
 }


.image_carousel a.prev.disabled, .image_carousel a.next.disabled {
	cursor: default;
}

.image_carousel a.prev span, .image_carousel a.next span {
	display: none;
}

#foo4{
    margin-left: 2px;
}
#foo4 a img{
    width: 117px;
    height: 87px;
}

#foo4 a:link{
    display: block;
    float: left;
    line-height: 1px;
    background-color: white;
    padding: 2px;
    margin: 0px 16px 0px 0px;
}

#foo4 a.currentImg{
    background-color: #FF3333;
}