/* Homepage Carousel */
#container_carousel {
	float: right;
	width: 329px;
	height: 200px;
	position: relative;
}

#container_carousel #up, #container_carousel #down {
	position: absolute;
	left: 123px;
	display: block;
	width: 38px;
	height: 21px;
	text-indent: -999px;
	overflow: hidden;
	outline: 0;
}

#container_carousel #up {
	top: -21px;
	background: url('../../images/themes/2011/carousel_prev.gif') 0 0 no-repeat;
}

#container_carousel #down {
	bottom: -21px;
	background: url('../../images/themes/2011/carousel_next.gif') 0 8px no-repeat;
}

#slides {
	overflow: hidden;
	/* fix ie overflow issue */
	position: relative;
	width: 329px;
	height: 198px;
}

#slides ul {
	position: relative;
	left: 0;
	top: 0;
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	/*width:283px;*/
}

#slides ul li {
	margin-left: 0;
}

#carousel {
	background: #fff;
	padding: 8px;
	width: 944px;
	margin: 13px 0;
}

#container_carousel .item {
	display: block;
	cursor: pointer;
	width: 289px;
	height: 46px;
	padding: 10px 20px;
	color: #000;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url('../../images/themes/2011/carousel_bg.gif') 0 0 no-repeat;
}

#container_carousel .item:hover,
#container_carousel .arrow {
	color: #c5281c;
}

#container_carousel .item span {
	margin: 3px 0 0 30px;
}

#pane {
	float: left;
	height: 200px;
	margin: 0 5px 0 0;
	overflow: hidden;
	position: relative;
	width: 605px;
}

#test div {
	width: 605px;
	height: 200px;
	overflow: hidden;
	float: left;
	position: relative;
}

.youtube, .freecode {
	background: #bbb;
}

.livestream {
    background: #b00;
}

.videoDesc {
	width: 283px !important;
	height: 170px !important;
	float: left !important;
	margin: 18px 10px 0 18px !important;
	color: #ffffff !important;
}

.videoDesc h3 {
	color: #ffffff !important;
}

.videoDesc a {
    color: #ffffff !important;
    text-decoration: underline;
}


.videowrap {
	float: left !important;
	margin: 19px 0 0 0 !important;
	width: 274px !important;
	height: 163px !important;
}
