/*Skin fuer jCarousel*/

.jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 410px;
	padding: 0 20px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  408px;
	height: 170px;
}

.jcarousel-skin-tango_beil .jcarousel-clip-horizontal_beil {
	width:  408px;
	height: 170px;
}

.jcarousel-skin-tango .jcarousel-item {
	width: 120px;
	height: 165px;
	padding: 0 8px 0 8px;
	font-size: 0.75em;
	line-height: 1.2em;
}

.beilcarousel {
	text-align: center;
}

.jcarousel-skin-tango .jcarousel-item img {
	padding-bottom: 3px;
}

.jcarousel-skin-tango .jcarousel-item a {
	text-decoration: none;
	color: #000000;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 120px;
	cursor: pointer;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-position: 0 -120px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
	cursor: default;
	background-position: 0 -120px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 120px;
	cursor: pointer;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
	background-position: 0 -120px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
	cursor: default;
	background-position: 0 -120px;
}

.servicebox .jcarousel-skin-tango .jcarousel-container-horizontal {
	width: 244px;
	padding: 0 20px;
}

.servicebox .jcarousel-skin-tango .jcarousel-clip-horizontal {
	width:  242px;
	height: 165px;
}

.servicebox .jcarousel-skin-tango .jcarousel-item {
	width: 100px;
	height: 140px;
	padding: 0 8px 0 12px;
	font-size: 0.75em;
	line-height: 1.2em;
}

/*Erforderlich fuer jCarousel*/

.jcarousel-container {
	position: relative;
}

.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;
	width: 120px;
	height: 120px;
}

.jcarousel-next {
	z-index: 3;
	display: none;
}

.jcarousel-prev {
	z-index: 3;
	display: none;
}

/*Rating-Stars*/

.ui-stars-star, .ui-stars-cancel {
	float: left;
	width: 17px;
	height: 15px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	overflow: hidden;
}

.ui-stars-star {
	width: 18px;
	height: 18px;
	margin-right: 2px;
}

.ui-stars-star a, .ui-stars-cancel a {
	display: block;
	width: 18px;
	height: 100%;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.ui-stars-star a {
	background-position: -38px 0px;
}

.ui-stars-star-on a {
	background-position: -57px 0px;
}

.ui-stars-star-hover a {
	background-position: -57px 0px;
}

.ui-stars-cancel-hover a {
	background-position: -16px 0px;
}

.ui-stars-star-disabled, .ui-stars-star-disabled a, .ui-stars-cancel-disabled a {
	cursor: default !important;
}

#ratings, #ratings2, #sttRatings {
	padding-top: 5px;
}


/*Angaben fuer die Scrollbar auf den Mediaseiten*/

.scroll-pane {
	width: 152px;
	height: 200px;
	overflow: auto;
	float: left;
}

#pane2 {
	height: 640px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #aaa;
	background: url(../images/osx_track.gif) repeat-y;
}

.jScrollPaneDrag {
	position: absolute;
	background: #666;
	cursor: pointer;
	overflow: hidden;
	background: url(../images/osx_drag_middle.gif) repeat-y;
	background-position: center center;
}

.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/osx_drag_top.gif) no-repeat;
	height: 6px;
}

.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
	background: url(../images/osx_drag_bottom.gif) no-repeat;
	height: 6px;
}

a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 24px;
	background: url(../images/osx_arrow_up.gif) no-repeat 0 -30px;
}

a.jScrollArrowUp:hover {
	background-position: 0 0;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	height: 24px;
	background: url(../images/osx_arrow_down.gif) no-repeat 0 -30px;
}

a.jScrollArrowDown:hover {
	background-position: 0 0;
}

/* IE SPECIFIC HACKED STYLES */
* html .jScrollPaneDragBottom {
  /*bottom: -1px;*/
}
/* /IE SPECIFIC HACKED STYLES */
