#content
{
	float: none;
	width:877px;
	margin:0;
}

table#gallery
{
	margin:5px 0 0 0;

}


	table#gallery td
	{
		width:150px;
		height:100px;
		border-right: 1px solid black;
		border-bottom: 1px solid black;
	}



	table#gallery td.title
	{
		background-color: #79004f;
		padding:10px;
		font-size:12px;
		color:white;
		font-weight: bold;
		width:130px;
		height:80px;
	}


	table#gallery td a
	{
		display: block;
		width:150px;
		height:100px;
		position:relative;
		margin:0;
	}

		table#gallery td a img
		{
			display: block;
			margin: 0;

		}

		table#gallery td.video a img.play
		{
			position:absolute;
			top:33px;
			left:53px;
			cursor: pointer;
		}

