﻿.MediaBox
{
	position: relative;
	width: 560px;
	min-height: 130px;
	background: transparent url(../Images/MediaBox.gif) top center no-repeat;
	clear: both;
}
	.MediaBox ul
	{
		position: relative;
		top: 40px;
		left: 50px;
		width: 480px;
		margin-bottom: 30px;
	}
		.MediaBox ul li
		{
			position: relative;
			float: left;
			margin: 2px;
		}
			.MediaBox ul li a
			{
				cursor: pointer;
			}
		.MediaBox ul li a img
		{
			border: 5px solid #FFFFFF;
		}

.MediaBar
{
	position: relative;
	float: right;
	width: 250px;
	min-height: 120px;
	background: transparent url(../Images/MediaBar.gif) top center no-repeat;
	
}
	.MediaBar ul
	{
		position: relative;
		top: 40px;
		left: 70px;
		margin-bottom: 30px;
	}
		.MediaBar ul li
		{
			position: relative;
			display: block;
			width: 110px;
		}
			.MediaBar ul li a
			{
				cursor: pointer;
			}
		.MediaBar ul li a img
		{
			border: 5px solid #FFFFFF;
		}
		
.MediaBox button.Add,
.MediaBar button.Add
{
	position: absolute;
	right: 10px;
	bottom: 0;
	width: 30px;
	height: 30px;
	display: block;
	background: transparent url(/Images/Add.gif) center right no-repeat;
	text-indent: -1000px;
	cursor: pointer;
}