.videocase h4 {
	color: #FFF;
	margin: 0;
	margin-left: 10px;
	font-weight: bold;
	font-size: 30px;	
	border: none;
}

.videocase {
	float: left;
	height: 100%;
	width: 500px;	
	margin-left: 20px;
	background: url(../images/blackbg.png);
	padding-top: 25px;
}

.timelined-category .playlist {
	height: 50px;
}

.playlist {
	margin-top: 15px;
	height: 50px;	
}

.playlist ul {
	list-style-type:none;
	margin:0;
	padding:0;
	position:relative;
}

.playlist li {
	margin-right: 10px;
}

#player {
	height: 340px;
	margin-top: 5px;
	overflow: hidden;
}

.thumbs-inner {
	width: 450px;
	float: left;
	overflow: hidden;
	padding-top:10px;
}

.thumbs-arrow {
	display: block;
	height: 100%;
	width: 20px;
}
.thumbs-arrow-left {
	background: url(../images/small-arrow-left.png) no-repeat center center;
	float: left;
}
.thumbs-arrow-right {
	background: url(../images/small-arrow-right.png) no-repeat center center;
	float: right;
}	
	
#trailer-link {
	border-bottom: 3px solid #1c90ff;
	text-transform: uppercase;
	display: inline-table;
}

#buy-link {
	border-bottom: 3px solid #ff7300;
	text-transform: uppercase;
	display: inline-table;
}
	

