.video-cap{font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#ffffff; text-align:center; text-decoration:none; background:#333333;}

/* General styles ------------------------- */

.showcase {
	position: relative;
	}

.showcase a.controls {
	position: absolute;
	width: 50px;
	height: 50px;
	text-decoration: none;
	color: #ff0000;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	}

.showcase a.previous {
	padding-bottom: 4px;
}

.showcase ul li {
	width: 130px;
	height: 90px;
	float: left;	
	list-style-type: none;	
}

.showcase ul li a {
	display: block;	
}

.showcase li a img {
	width: 100%;
	height: 100%;
	border: 0;	
}

/* Horizontal showcase ------------------------- */

.showcase#horizontal {	
	margin: 0px auto 0 auto;
	width: 500px;
	height: 130px;
}	
	
.showcase#horizontal a.controls {
	top: 67px;
	margin-top: -27px;
}

.showcase#horizontal a.next {
	right:1px;
	padding-top: 4px;
}


.showcase#horizontal a.controls:hover {
	border-color: #2097FA;
}

.showcase#horizontal ul {
	position: relative;	
	width: 338px;
	height: 130px;	
	margin: 0 auto;
}

