
#carousel-cat ul {margin: 0; padding: 0;}
#carousel-cat li {display: block; float: left; margin: 0; padding: 0; position: relative;}
.slidetop-arrow {position: relative; width: auto;}
#carousel-cat .prev-cat, #carousel-cat .next-cat {background: url("carousel_control.png") no-repeat scroll 0 0 transparent; display: block; height: 21px;    position: absolute; text-indent: -999px; width: 11px;}
#carousel-cat .prev-cat {background-position: 0 0; left: -70px; top: -150px;}
#carousel-cat .next-cat {background-position: -11px 0; right: -70px; top: -150px;}
#carousel-cat .prev-cat:hover, #carousel-cat .next-cat:hover {opacity: 0.8;}
.caroufredsel_wrapper {width: 100% !important;}
#carousel ul {margin: 0; padding: 0; width: 100% !important;}
#carousel li {display: block; float: left; margin: 0; padding: 0; position: relative;}
.slidetop-arrow {
	top:-30px;
	margin-right:35px;
    position: relative;
    width: auto;
	right:70px;
}
#carousel .prev, #carousel .next {
/*    background: url("carousel_control.png") no-repeat scroll 0 0 transparent; */
    display: block;
    height: 35px;
    position: absolute;
    text-indent: -999px;
    top: auto;
    width: 33px;
}
#carousel .prev { border-radius:0 3px 3px 0;
    background-position:-32px 0;
    right: 0;
    top: -55px;
}
#carousel .next { border-radius:3px 0 0 3px;
    background-position: 0px 0;
    right:34px;
    top: -55px;
}
