
#content .scroll {
	width:976px;
	overflow: auto;
	background:#fff;
	padding-top:5px;
}

#content ul.video-wall{
	margin:0;
	padding:0;
	width:6568px;
}

#content ul.video-wall li{
	width:238px;
	list-style:none;
	margin:0 0 5px 5px;
	padding:0;
	float:left;
}
#content ul.video-wall li span{
	font-family:"VAG Rounded W01 Bold",Verdana,Arial,Helvetica,sans-serif; 
	display:block;
	color:#fff;
	position: relative;
	margin-top:-62px;
	padding: 5px 10px;
	text-decoration:none;
	background:#bb1115;
	width:150px;
	font-size:125%;
	cursor:pointer;
}
#content ul.video-wall li a{
	float:left;
	height:243px;
	text-decoration:none;
}

#content ul.video-wall img{
	display:block;
}

#content ul.video-wall .caption-top {
	background: #333;
	color: #fff; 
	cursor:pointer;
	padding:24px 12px 12px;
	font-size:13px;
}
#content ul.video-wall .caption-top span {
	font-family:Verdana,Arial,Helvetica,sans-serif; 
	background:none;
	font-size:13px;
	margin:0; 
	padding:0;
	width:inherit;
	}
.video-wall a{
	text-decoration:none;
}
.jcarousel .jcarousel-container-horizontal {
    width: 976px;
}

.jcarousel .jcarousel-clip {
 	overflow:hidden;
}

.jcarousel .jcarousel-clip-horizontal {
    width: 972px;
	height: 486px;
	
}
.jcarousel .jcarousel-item {
    height: 486px;
	width:243px;
}

/**
 *  Horizontal Buttons
 */
.jcarousel .jcarousel-next-horizontal {
    position: absolute;
    top: 224px;
    right: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: transparent url(../images/video-arrow-right.gif) no-repeat 0 0;
	z-index:100;
}

.jcarousel .jcarousel-next-disabled-horizontal {
    cursor: default;
	background-position: -36px 0;
}

.jcarousel .jcarousel-prev-horizontal {
    position: absolute;
    top: 224px;
    left: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background: transparent url(../images/video-arrow-left.gif) no-repeat 0 0;
	z-index:100;
}
.jcarousel .jcarousel-prev-disabled-horizontal {
    cursor: default;
	background-position: -36px 0;
}
@media screen and (max-width:990px) {
#content .scroll {
	width:100%;
}

.jcarousel .jcarousel-container-horizontal {
    width:100%;
}

.jcarousel .jcarousel-clip-horizontal {
    width: 100%;
}
.jcarousel .jcarousel-clip {
 	overflow:hidden;
}
}
