/* recent projects carousel
   ------------------------ */

.carousel {
	position:relative;
}

.carousel_list_wrapper {
	position:absolute;
	top:10px;
	left:10px;
	z-index:1;
	width:610px;
	height:260px;
	overflow:hidden;
}

.carousel ul, .carousel li {
	margin:0;
	padding:0;
	list-style:none;
}


.carousel li {
	position:relative;
	width:610px;
	height:260px;
}

.carousel li h2 {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	font-size:14px;
	color:#000000;
	font-weight:normal;
	background:transparent url(/images/layout/recent_projects_title_bg_trans.png) no-repeat scroll 0 0;
	text-align:center;
	line-height:30px;
	height:30px;
	padding:0;
}

.recent_projects {
	position:absolute;
	top:10px;
	left:10px;
	width:610px;
	z-index:2;
	background:url(/images/carousel-top.png) no-repeat;
	height:20px;
	line-height:20px;
	text-align:center;
	display:none;
}

.carousel_nav {
	position:absolute;
	bottom:30px;
	left:10px;
	z-index:2;
	width:610px;
	height:20px;
	line-height:20px;
	background:white;
}

.carousel_nav a {
	background:#ccc none repeat scroll 0 0;
	border-color:#fff #fff #ccc #000;
	border-style:solid solid solid none;
	border-width:1px 1px 1px 0;
	color:#999999;
	display:block;
	float:left;
	font-size:11px;
	height:18px;
	line-height:18px;
	text-align:center;
	text-decoration:none;
	width:20px;
}

.carousel_nav a.pause {
	border-right:none;
}

.carousel_nav a.current {
	background:#ffffff;
	border-bottom:solid 1px #eee;
}




/* mvideo aside
   ------------ */

#mvideoplayer .playlist ul, #mvideoplayer .playlist li {
	margin:0;
	padding:0;
	list-style:none;
}

#mvideoplayer .playlist li {
	border-bottom:1px solid #D1D1D1;
	padding:8px 0 8px 2px;
	clear:both;
	width:300px;
}

#mvideoplayer .playlist img {
	float:left;
	margin-right:12px;
}

#mvideoplayer .playlist h2, #mvideoplayer .playlist h2 a {
	color:black;
float:left;
font-family:"Trebuchet MS";
font-size:13px;
font-weight:normal;
line-height:140%;
margin:0;
padding:0;
text-decoration:none;
width:165px;
}

#mvideoplayer .playlist h2 a:hover {
	text-decoration:underline;
}

#mvideoplayer .playlist .description {
	float:left;
	width:175px;
	margin:0;
	font-size: 9px;
}

#mvideoplayer .playlist .date {
	display:none;
}
