/* 
    Document   : video
    Created on : 17-okt-2009, 0:05:14
    Author     : Maghiel Dijksman <mail@mdijksman.nl>
    Description:
        CSS for artist videos
*/

/* VIDEOS */
div.videos
{
    clear                   : right;
}

div.videos div.video
{
	text-align 				: center;
	padding					: 10px;
}

div.videos div.video span.mainVideo
{
}

div.videos div.video span.title
{
	font-size				: 18px;
	font-weight				: bold;
}

div.videos div.videosBrowser
{
	padding					: 10px;
	border-top				: 1px solid #669ACC;
}

div.videos div.videosBrowser div.videoThumbnail
{
	width					: 130px;
	height					: 150px;
	float					: left;

	margin-right			: 10px;
	margin-bottom			: 10px;

	text-align				: center;
}

div.videos div.videosBrowser span.imageWrap
{
	display					: block;
	float					: left;
	width					: 130px;
	height					: 100px;

	border					: 1px solid #669ACC;
	background-color		: #000000;

	cursor					: pointer;
}

div.videos div.videosBrowser span.ieFix
{
	_width					: 0;
	_height					: 100%;
	_display				: inline-block;
	_vertical-align			: middle;
}

*:first-child+html div.videos div.videosBrowser span.ieFix
{
	width					: 0;
	height					: 100%;
	display					: inline-block;
	vertical-align			: middle;
}

div.videos div.videosBrowser span.image
{
	display					: table-cell;
	width					: 130px;
	height					: 100px;

	margin-left				: auto;
	margin-right			: auto;

	vertical-align			: middle;
	text-align				: center;

	_width					: 100%;
	_height					: auto;
	_display				: inline-block;
	_margin-top				: -2px;
	_margin-bottom 			: -3px;
}

*:first-child+html div.videos div.videosBrowser span.image
{
	width					: 100%;
	height					: auto;
	display					: inline-block;
	margin-top				: -2px;
	margin-bottom 			: -3px;
}
