.jcarousel-top-outer {
	right: 0;
	top: 0;
	width: 740px;
	height: 48px;
	float: right;
}

.jcarousel-top-container {
	position: relative;
	float: right;
	width: 100%;
	right: 0px;
	top: 15px;
	height: 48px;
}

.jcarousel-top .jcarousel-container {
    background: #D4D0C8;
}

.jcarousel-top .jcarousel-container-horizontal {
    padding: 0px 40px;
}

.jcarousel-top .jcarousel-clip-horizontal {
	width: 695px;
	margin: 0 22px;
    height: 48px;
    overflow: hidden;
}

.jcarousel-top .jcarousel-item {
    width: 232px;
    height: 48px;
	overflow: hidden;
	text-align: left;
}

.jcarousel-top .jcarousel-item:hover {
    border-color: #808080;
}

.jcarousel-top .jcarousel-next-horizontal {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 22px;
    height: 48px;
    cursor: pointer;
    background: transparent url(/img/head/arrow-right.gif) no-repeat 0 0;
}

.jcarousel-top .jcarousel-next-horizontal:hover {
    background-position: -22px 0;
}

.jcarousel-top .jcarousel-next-horizontal:active {
    background-position: -44px 0;
}

.jcarousel-top .jcarousel-next-disabled-horizontal,
.jcarousel-top .jcarousel-next-disabled-horizontal:hover,
.jcarousel-top .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -66px 0;
}

.jcarousel-top .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
	left: 0px;
    width: 22px;
    height: 48px;
    cursor: pointer;
    background: transparent url(/img/head/arrow-left.gif) no-repeat 0 0;
}

.jcarousel-top .jcarousel-prev-horizontal:hover {
    background-position: -22px 0;
}

.jcarousel-top .jcarousel-prev-horizontal:active {
    background-position: -44px 0;
}

.jcarousel-top .jcarousel-prev-disabled-horizontal,
.jcarousel-top .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-top .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -66px 0;
}

div.top-carousel-item-left {
	width: 10px;
	height: 48px;
	float: left;
    background: url(/img/head/block-left.gif) no-repeat 0 0;
}

div.top-carousel-item-body {
	width: 200px;
	height: 48px;
	float: left;
    background: #f9fafc;
    padding: 6px;
}

div.top-carousel-item-body a {
	font-size: 8pt;
	font-weight: normal;
	color: black;
	text-decoration: none;
}

div.top-carousel-item-body img {
	margin-right: 6px;
	border: none;
	float: left;
}

div.top-carousel-item-body h5, div.top-carousel-item-body h5 a {
	font-size: 8pt;
	font-weight: bold;
	color: #0066cc;
}

div.top-carousel-item-right {
	width: 10px;
	height: 48px;
	float: left;
    background: url(/img/head/block-right.gif) no-repeat 0 0;
}

.jcarousel-top .jcarousel-list-horizontal {
	width: 696px !important;
}
