#jcarousel-control a{
        width:14px;
        height:14px;
        display:inline-block;
        border:solid 1px #ff8110;
        margin-right:6px;
}

.jcarousel-container {
	position: relative;
	width:822px;margin:0 auto;
	padding-top:3px;
}

#productcatalog_thumbs_home{
	background:url(/images/gui/sliderGalleryBg.jpg) no-repeat center center;
	height:346px;
	width:831px;
	margin:0 auto;
	margin-bottom: 22px;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li,
.jcarousel-item {
    float: left;
    list-style: none;
    /* We set the width/height explicitly. No width/height causes infinite loops. */
    width: 822px;
    height: 337px;
}

/**
 * The buttons are added dynamically by jCarousel before
 * the <ul> list (inside the <div> described above) and
 * have the classnames "jcarousel-next" and "jcarousel-prev".
 */
.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

#gallery-controls{
text-align:right;
width: 831px;
margin:0 auto;
margin-bottom:8px;
padding-right:12px;
}



