div.frame div.carousel .myCarousel,
div.frame div.carousel .carousel-window {
        width: 874px !important;
}

div.frame div.carousel a.carousel-prev {
        background: transparent url(/glow/images/gradient-left.png) top left repeat-y;
        _background: none;
        _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
                src="/glow/images/gradient-left.png",sizingMethod=scale);
        left: 0;
        position: absolute;
        width: 104px;
}

div.frame div.carousel a.carousel-next {
        background: transparent url(/glow/images/gradient-right.png) top right repeat-y;
        _background: none;
        _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
                src="/glow/images/gradient-right.png",sizingMethod=scale);
        position: absolute;
        right: 0;
        width: 104px;
}

div.frame div.carousel a.carousel-next .carousel-arrow {
        left: 78px;
}

div.frame div.carousel .carousel-label,
div.frame div.carousel .carousel-background,
div.frame div.carousel .carousel-top,
div.frame div.carousel .carousel-bottom {
        visibility: hidden;
}

.glow173-carousel .carousel-nav .carousel-arrow {
	width:17px;
	top:0;
	left:10px;
	background-repeat:no-repeat;
}

.glow173-carousel .carousel-light .carousel-nav span {
	background-image:url(http://tvsoundman.co.uk/images/lighth.png);
}

.glow173-carousel .carousel-prev .carousel-arrow {
	background-position:-134px center;
}

.glow173-carousel .carousel-next .carousel-arrow {
	background-position:-152px center;
}


.glow173-carousel .carousel-window, .glow173-vCarousel .carousel-window,
.glow173-carousel .carousel-content, .glow173-vCarousel .carousel-content,
.glow173-carousel .carousel-light .carousel-window {
background-color: #FFFFFF;
}