#container #mainContent .jcarousel-skin-tango-top .jcarousel-container {
	margin-right: 10px;
	background-color: #FFFFFF;
	background-image: url(img/scrollbc.gif);
	background-repeat: repeat-x;
	background-position: center center;
	margin-bottom: 8px;
}

#container #mainContent .jcarousel-skin-tango-top .jcarousel-container-horizontal {
	width: 550px;
	height: 105px;
	padding-right: 30px;
	padding-left: 30px;
}

#container #mainContent .jcarousel-skin-tango-top .jcarousel-clip-horizontal {
    width:  550px;
    height: 105px;
}

#container #mainContent .jcarousel-skin-tango-top .jcarousel-item-horizontal {
	margin-right: 4px;
	padding-top: 2px;
	text-decoration: none;
}

#container #mainContent .jcarousel-skin-tango-top .jcarousel-item-horizontal img {
	border: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
}

#container #mainContent .jcarousel-skin-tango-top .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

#container #mainContent .jcarousel-skin-tango-top .cap {
	font-size: 8pt;
	top: 0px;
	position: relative;
	line-height: 1.0em;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	color: #6699FF;
}
/**
 *  Horizontal Buttons
 */
#container #mainContent .jcarousel-skin-tango-top .jcarousel-next-horizontal {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 22px;
	height: 105px;
	cursor: pointer;
	background-image: url(img/S_scrollbtnR.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#container #mainContent .jcarousel-skin-tango-top .jcarousel-next-horizontal:hover {
	background-image: url(img/S_scrollbtnR_ro.jpg);
	background-repeat: no-repeat;
}

#container #mainContent .jcarousel-skin-tango-top .jcarousel-next-horizontal:active {
    background-position: -64px 0;
}

#container #mainContent .jcarousel-skin-tango-top .jcarousel-next-disabled-horizontal,
#container #mainContent .jcarousel-skin-tango-top .jcarousel-next-disabled-horizontal:hover,
#container #mainContent .jcarousel-skin-tango-top .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -96px 0;
    background-image: url(img/S_scrollbtnR.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}

#container #mainContent .jcarousel-skin-tango-top .jcarousel-prev-horizontal {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 22px;
    height: 105px;
    cursor: pointer;
    background: transparent url(img/S_scrollbtnL.jpg) no-repeat 0 0;
}

#container #mainContent .jcarousel-skin-tango-top .jcarousel-prev-horizontal:hover {
	background-image: url(img/S_scrollbtnL_ro.jpg);
 	background-repeat: no-repeat;
}

#container #mainContent .jcarousel-skin-tango-top .jcarousel-prev-horizontal:active {
    background-position: -64px 0;
}

#container #mainContent .jcarousel-skin-tango-top .jcarousel-prev-disabled-horizontal,
#container #mainContent .jcarousel-skin-tango-top .jcarousel-prev-disabled-horizontal:hover,
#container #mainContent .jcarousel-skin-tango-top .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-image: url(img/S_scrollbtnL.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
}
/*
#container #mainContent a:link {
	text-decoration: none;
}
#container #mainContent a:visited {
	text-decoration: none;
}
#container #mainContent a:hover {
	text-decoration: none;
}
#container #mainContent a:active {
	text-decoration: none;
}
*/