<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.videoArea{
	float:left;
	clear:both;
	width:562px;
	padding:0;
	height: 396px;
	margin-bottom: 15px;
}

/* CAROUSEL */

.carousel {
	margin:0;
	float:left;
	clear:both;
	width:562px;
	height: 400px;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:relative;
	overflow:hidden !important;
}

.carousel .backgrounds {
	float:left;
	clear:both;
	width:562px;
	height: 319px;
	padding-top:40px;
	background:none;
	overflow:hidden;
}

.carousel .backgrounds .item {
	width: 562px;
	height: 319px;
	display:block;
	float:left;
	padding:0;
	margin:0;
	background:none;
}
.carousel .backgrounds .item iframe{
	border:1px solid #000;
}

.carousel .panel {
	color: #fff;
	right: 0;
	top:0;
	height: 55px;
	width:562px;
	display:block;
	float:left;
	background:none;
}

.carousel .panel .paging {
	position:absolute;
	top: 370px;
	left:0px;
	width:562px;
	text-align:center;
	font-size:1.4em;
}

.carousel .panel .paging a {
	color: #4c4c4c;
	font-size: 1.1em;
}

.carousel .panel .pause {
	position:absolute;
	right:0px;
	top:8px;
	display:block;
	width: 18px;
	height: 18px;
	background: transparent url(../images/common/carousel_pause_bg.gif) no-repeat 0 0;
	text-indent: -6000px;
}

.carousel .panel .play {
	position:absolute;
	right:0px;
	top:8px;
	display:block;
	width: 18px;
	height: 18px;
	background: transparent url(../images/common/carousel_play_bg.gif) no-repeat 0 0;
	text-indent: -6000px;
}

.carousel .panel .paging .next {
	position:absolute;
	right:0;
	top:0px;
	display:block;
	width: 18px;
	height: 18px;
	background: transparent url(../images/common/carousel_next_bg.gif) no-repeat 0 0;
	text-indent: -6000px;
}

.carousel .panel .paging .previous {
	position:absolute;
	left:0;
	top:0px;
	display:block;
	width: 18px;
	height: 18px;
	background: transparent url(../images/common/carousel_previous_bg.gif) no-repeat 0 0;
	text-indent: -6000px;
}

.carousel .panel .paging #numbers a {
	padding: 3px 8px;
	margin: 0 3px;
	border: 1px solid #000;
	
}

.carousel .panel .paging #numbers a.selected {
	color: #fff;
	font-weight: bold;
	background: #000;
	border: 1px solid #000;
}

.carousel .panel .details_wrapper {
    position:absolute;
	top:0px;
	left:0px;
	width: 562px;
	overflow:hidden;
	height: 55px;
}

.carousel .panel .details_wrapper .details {
	height: 60px;
}

.carousel .panel .details_wrapper .details .detail {
	width: 562px;
	height: 55px;
	padding:10px 0 0;
	display:block;
	float:left;
	text-align:left;
}

.carousel .panel .details_wrapper .details h4 {
	font-size:1.6em;
	color:#000;
	padding-bottom:5px;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.carousel .panel .details_wrapper .details a.more {
	color: #999;
	font-size:1.1em;
}   

/* END CAROUSEL */
</pre></body></html>