
.mediaList li
{
	clear: left;
	margin-top: 10px;
	overflow: hidden;
}
	.mediaList .thumbnail
	{
		float: left;
		height: 110px;
		width: 145px;
	}
	.mediaList .thumbnail img
	{
		border: 1px solid #666666;
	}
	.mediaList h3
	{
		margin-top: 0px;
	}
	
	.mediaList .xhrMessage
	{
		font-size: 0.9em;
		color:#FFFFFF;
		padding: 3px 10px;
	}
	.mediaList .message_success
	{
		background:#006600;
	}
	.mediaList .message_failure
	{
		background: #990000;
	}
	

/**
	PICTURE-SPECIFIC
**/
.mediaListPictures
{}
	.mediaListPictures .thumbnail
	{
		width:202px;
		height: 145px;
		margin-right: 15px;
	}
	.mediaListPictures .thumbnail img.picThumb
	{
		background: #ffffff;
		padding: 5px;
	}
	.mediaListPictures .thumbnail img.picThumb:hover
	{
		border-width: 5px;
		padding: 1px;
	}



/**
	VIDEO-SPECIFIC
**/

.mediaListVideos
{}
	
	.mediaListVideos li.transformed .thumbnail a.vidLink
	{
		background: transparent url(/images/icons/video_play.png) no-repeat scroll 100% 0%; !important
		background: transparent url(/images/icons/video_play.gif) no-repeat scroll 100% 0%;
		width: 129px;
		height: 96px;
		display: block;
		border: 1px solid #666666;
	}
	.mediaListVideos li.transformed .thumbnail a.vidLink:hover
	{
		background: transparent url(/images/icons/video_play_hover.png) no-repeat scroll 100% 0%; !important
		background: transparent url(/images/icons/video_play_hover.gif) no-repeat scroll 100% 0%;
		border: 1px solid #CC6600;
	}
	.mediaListVideos li.transformed .thumbnail a.vidLink img
	{
		display: none;
		visibility: hidden;
	}
	
	.mediaListVideos li.playing .thumbnail
	{
		width: 315px;
		height: 280px;
	}
	.mediaListVideos li.playing .thumbnail a.vidLink
	{
		display: none;
		visibility: hidden;
		height: 0px;
	}
	.mediaListVideos li.playing .videoCloseButton
	{
		display: block;
		text-align: right;
		text-decoration: none;
		background: #333333;
		color: #dddddd;
		padding: 0px 5px;
		height: 14px;
		line-height: 14px;
		vertical-align: middle;
		font-size: 10px;
		margin-right: 1px;
	}
	.mediaListVideos li.playing .videoCloseButton:hover
	{
		color: #CC9900;
	}
	.mediaListVideos li.playing .videoFull
	{
		background: #333 url('/images/bg_video.jpg') no-repeat scroll;
		height: 265px;
		text-align: center;
		width: 300px;
	}



.media-icon
{
	display: block;
	width: 24px;
	height: 24px;
	background-image: url("/images/icons/media.png");
	background-attachment: scroll;
	background-repeat: no-repeat;
}
	.media-icon span
	{
		position: absolute;
		left: -5000px;
	}
	
	.media-icon-image { background-position:0px top; }
		.media-icon-image:hover { background-position:0px bottom; }
	
	.media-icon-video { background-position:-25px top; }
		.media-icon-video:hover { background-position:-25px bottom; }
	
	.media-icon-summary { background-position:-50px top; }
		.media-icon-summary:hover { background-position:-50px bottom; }
	
	.media-icon-image-true { background-position:-75px top; }
		.media-icon-image-true:hover { background-position:-75px bottom; }
	
	.media-icon-video-true { background-position:-100px top; }
		.media-icon-video-true:hover { background-position:-100px bottom; }
	
	.media-icon-summary-true { background-position:-125px top; }
		.media-icon-summary-true:hover { background-position:-125px bottom; }
	 
