.jcarousel-skin-bushnell .jcarousel-container {
    /* -moz-border-radius: 10px; */
    background: transparent url(bkg_severed.gif) repeat-x scroll left top; /* background: #D4D0C8; */
    /* border: 1px solid #808080; */
		margin: 5px;
}

.jcarousel-skin-bushnell .jcarousel-container-horizontal {
    width: 900px; /* width: 245px; */
	padding: 15px 37px 15px 40px; /* padding: 20px 40px; */
}
.with-left-nav .jcarousel-skin-bushnell .jcarousel-container-horizontal {
    width: 720px; /* width: 245px; */
	padding: 15px 29px 15px 32px;
}

.jcarousel-skin-bushnell .jcarousel-container-vertical {
    width: 75px;
    height: 245px;
    padding: 40px 20px;
}

.jcarousel-skin-bushnell .jcarousel-clip-horizontal {
    width: 900px; /* width:  245px; */
    height: 227px; /* height: 77px; */
}
.with-left-nav .jcarousel-skin-bushnell .jcarousel-clip-horizontal {
    width: 720px; /* width: 245px; */
}

.jcarousel-skin-bushnell .jcarousel-clip-vertical {
    width:  77px;
    height: 245px;
}

.jcarousel-skin-bushnell .jcarousel-item {
    width:  180px; /* width: 75px; */
    height: 227px; /* height: 75px; */
    /* border: 1px solid #fff; */
		/*
		padding: 0px;
		margin: 0px;
		*/
}

.jcarousel-skin-bushnell .jcarousel-item:hover {
		/* border-color: #808080; */
}

.jcarousel-skin-bushnell .jcarousel-item-horizontal {
    margin-right: 0px; /* margin-right: 7px; */
}

.jcarousel-skin-bushnell .jcarousel-item-vertical {
    margin-bottom: 7px;
}

.jcarousel-skin-bushnell .jcarousel-item-placeholder {
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-bushnell .jcarousel-next-horizontal {
    position: absolute;
		top:0; /* top: 43px; */
		right:0; /* right: 5px; */
		width:25px; /* width: 32px; */
		height:257px; /* height: 32px; */
    cursor: pointer;
    background: transparent url(next-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-bushnell .jcarousel-next-horizontal:hover {
    background-position: 0 0; /* background-position: -32px 0; */
}

.jcarousel-skin-bushnell .jcarousel-next-horizontal:active {
    background-position: 0 0; /* background-position: -64px 0; */
}

.jcarousel-skin-bushnell .jcarousel-next-disabled-horizontal,
.jcarousel-skin-bushnell .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-bushnell .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -25px 0; /* background-position: -96px 0; */
}

.jcarousel-skin-bushnell .jcarousel-prev-horizontal {
    position: absolute;
    top:0; /* top: 43px; */
    left:0; /* left: 5px; */
    width:25px; /* width: 32px; */
    height:257px; /* height: 32px; */
    cursor: pointer;
    background: transparent url(prev-horizontal.gif) no-repeat 0 0;
}

.jcarousel-skin-bushnell .jcarousel-prev-horizontal:hover {
    background-position: 0 0; /* background-position: -32px 0; */
}

.jcarousel-skin-bushnell .jcarousel-prev-horizontal:active {
    background-position: 0 0; /* background-position: -64px 0; */
}

.jcarousel-skin-bushnell .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-bushnell .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-bushnell .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -25px 0; /* background-position: -96px 0; */
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-bushnell .jcarousel-next-vertical {
    position: absolute;
    bottom: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(next-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-bushnell .jcarousel-next-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-bushnell .jcarousel-next-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-bushnell .jcarousel-next-disabled-vertical,
.jcarousel-skin-bushnell .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-bushnell .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}

.jcarousel-skin-bushnell .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(prev-vertical.gif) no-repeat 0 0;
}

.jcarousel-skin-bushnell .jcarousel-prev-vertical:hover {
    background-position: 0 -32px;
}

.jcarousel-skin-bushnell .jcarousel-prev-vertical:active {
    background-position: 0 -64px;
}

.jcarousel-skin-bushnell .jcarousel-prev-disabled-vertical,
.jcarousel-skin-bushnell .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-bushnell .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -96px;
}
