.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 952px;
	height: 79px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  952px;
    height: 79px;
}
.jcarousel-skin-tango .jcarousel-item {
    width: 118px;
    height: 79px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin: 0;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin: 0;
}
.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/* Horizontal Buttons */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 21px;
    right: 1px;
    width: 24px;
    height: 36px;
    cursor: pointer;
	background-image:url(http://cdn.images.autosport.com/lemans/2011/smallarrow-right.png);
	background-repeat: no-repeat;
}
.jcarousel-skin-tango .jcarousel-next-horizontal:hover {
	background-image: url(http://cdn.images.autosport.com/lemans/2011/smallarrow-right-yellow.png);
	background-repeat: no-repeat;
}
.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: -96px 0;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 21px;
    left: 0px;
    width: 24px;
    height: 36px;
    cursor: pointer;
	background-image:url(http://cdn.images.autosport.com/lemans/2011/smallarrow-left.png);
	background-repeat: no-repeat;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal:hover {
    background-image:url(http://cdn.images.autosport.com/lemans/2011/smallarrow-left-yellow.png);
	background-repeat: no-repeat;
}
.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: -96px 0;
}

#content-container {
	width: 952px;
}
#zoomin-header {
	width: 952px;
	height: 105px;
	margin-left: 1px;
	position: relative;
}
#zoomin-header img {
	position: absolute;
	bottom: 0px;
}
#zoomin-footer {
	width: 952px;
	height: 50px;
	position: relative;
	margin-left: 1px;
	margin-bottom:10px;
}
#mainimg-container {
	width: 951px;
	height: 634px;
	border: #FFF 1px solid;
	background:url(http://cdn.images.autosport.com/plus/zoom-container-bg.jpg) no-repeat;
	position: relative;
	border-top: #FFF 1px solid;
	border-left: #FFF 1px solid;
	border-right: #FFF 1px solid;
}
#mainimg-container img {
	position: relative;
	z-index: 50;
	display: block;
	margin: auto;
}
#mainimg-container a, #mainimg-container a:link, #mainimg-container a:visited {
	display:block;
}
#mainimg-container a.arrow:hover img {
	visibility: hidden;	
}
#mainimg-container #bigarrow-left {
	width: 80px;
	height: 120px;
	position: absolute;
	left: 0px;
	bottom: 257px;
	z-index: 100;
	background-image:url(http://cdn.images.autosport.com/lemans/2011/bigarrow-left-yellow.png);
	background-repeat: no-repeat;
}
#mainimg-container #bigarrow-right {
	width: 80px;
	height: 120px;
	position: absolute;
	right: 0px;
	bottom: 257px;
	z-index: 100;
	background-image:url(http://cdn.images.autosport.com/lemans/2011/bigarrow-right-yellow.png);
	background-repeat: no-repeat;
}
.smallimg-container {
	width: 952px;
	height: 79px;
	border-bottom: #FFF 1px solid;
	border-left: #FFF 1px solid;
	border-right: #FFF 1px solid;
	background:url(http://cdn.images.autosport.com/plus/carousel-bg.jpg) no-repeat;
	position: relative;
	margin-bottom: 0px;
}
.smallimg-container-nobg {
	background:url(http://cdn.images.autosport.com/plus/carousel-bg-grey.jpg) no-repeat;
}
.smallimg-container div.smallimg {
	width: 118px;
	height: 79px;
	border-right: #FFF 1px solid;
	float: left;
}
.smallimg-container li img {
	display: block;
	margin: auto;
}
.smallimg-container li a:hover img {
	opacity:0.4;
	filter:alpha(opacity=40)
}
.smallimg-container li {
	border-right: #FFF 1px solid;
}
#header-text {
	position: relative;
	top: -10px;
}
img.selected  {
	opacity:0.4;
	filter:alpha(opacity=40)
}
#caption {
	display: table;
	position: absolute;
	bottom: 0px;
	overflow: hidden;
	background: #000;
	z-index: 200;
	opacity:0.8;
	filter:alpha(opacity=80);
	width: 951px;
}
#caption p {
	display: block;
	float: right;
	width: 872px;
	margin: 10px 20px 10px 0;
	color: #FFF;
	font-size: 11px;
}
#caption #caption-remove {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	width: 60px;
}
#caption #caption-remove #caption-remove-middle {
	#position: relative;
	#top: -50%;
}