div.player-wrapper {
	margin: 0;
	padding: 60px 0 0 0;
}
.player-video {
    padding: 0;
    width: 480px;
    height: 320px;
}
div.player-baseline {
	margin: 2px 0 0 0;
    width: 480px;
    height: 18px;
    background-color: #000;
	font-size: 12px;
	color: #FFF;
    position: relative;
}
div.player-author {
	position: absolute;
	top: 0;
	left: 5px;
	margin: 0;
	vertical-align: inherit;
}
div.player-title {
	position: absolute;
	top: 0;
	right: 5px;
	margin: 0;
	vertical-align: inherit;
}
div.player-biography {
	color: #000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
	line-height: 1em;
}
.jcarousel-skin-player .jcarousel-container-horizontal {
    margin: 0;
    padding: 0;
    width: 480px;
    height: 60px;
	background-color: Transparent;
}
.jcarousel-skin-player .jcarousel-clip-horizontal {
    left: 32px;
    margin: 0;
    padding: 0;
	width: 416px;
    height: 60px;
    z-index: 20;
    background-color: #000;
}
.jcarousel-list .jcarousel-list-horizontal {
    vertical-align: middle;
}
.jcarousel-skin-player .jcarousel-item-horizontal {
    margin: 0;
    padding: 2px 1px;
    width: 80px;
    height: 52px;
}
.jcarousel-skin-player .jcarousel-item-horizontal img {
	border: 0;
	width: 78px;
	height: 52px;
}
.jcarousel-skin-player .jcarousel-item-horizontal a:link,
.jcarousel-skin-player .jcarousel-item-horizontal a:visited {
	color: #000;
	text-decoration: none;
}
.jcarousel-skin-player .jcarousel-item-horizontal a:hover,
.jcarousel-skin-player .jcarousel-item-horizontal a:active {
	color: #FFF;
	text-decoration: none;
}
.jcarousel-skin-player .jcarousel-item-placeholder {
    color: #000;
}
.jcarousel-skin-player .player-date {
	font-weight: bold;
}
.player-content p {
	margin: 0 0 7px 0;
	padding: 0;
}
.jcarousel-skin-player .player-link {
	font-weight: bold;
}
/* Buttons */
.jcarousel-skin-player .jcarousel-next-horizontal {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 60px;
    cursor: pointer;
    border: none;
    background: #000 url(../images/arrow-right.gif) no-repeat center;
}
.jcarousel-skin-player .jcarousel-next-horizontal:hover {
    background: #000 url(../images/arrow-right-pink.gif) no-repeat center;
}
.jcarousel-skin-player .jcarousel-next-disabled-horizontal {
    cursor: pointer;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
}
.jcarousel-skin-player .jcarousel-prev-horizontal {
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 60px;
    cursor: pointer;
    border: none;
    background: #000 url(../images/arrow-left.gif) no-repeat center;
}
.jcarousel-skin-player .jcarousel-prev-horizontal:hover {
    background: #000 url(../images/arrow-left-pink.gif) no-repeat center;
}
.jcarousel-skin-player .jcarousel-prev-disabled-horizontal {
    cursor: pointer;
    opacity: .8;
    -moz-opacity: .8;
    filter: alpha(opacity=80);
}
.bt-active {
	background-color: #FFF;
	color: #000;
	cursor: pointer;
}
.bt-content {
	font-size: 0.88em;
}
.player-biography {
	font-size: 12px;
	line-height: 1em;
}
.player-biography p {
	padding: 0;
	margin: 0;
}
