.pictures_container
	{
		width:625px;
		height:364px;
	}
.picture
	{
		position:relative;
		float:left;
		height:82px; 
		width:42px;
	}
.caption
	{
		position:relative;
		float:left;
		height:82px; 
		width:42px;
	}
img 
	{
		border: none;
	}
.image_container 
	{
		position:relative;
		float:left;
		height: 335px;
		width: 725px;
	}
.image_row_spacer 
	{
		position:relative;
		float:left;
		height: 25px;
		width: 750px;
	}
.image_column_spacer 
	{
		position:relative;
		float:left;
		height: 36px;
		width: 25px;
	}
ul.thumb 
	{
		float: left;
		list-style: none;
		margin: 0; padding: 10px;
		width: 720px;
	}
ul.thumb li 
	{
		margin: 0; padding: 5px;
		float: left;
		position: relative;
		width: 110px;
		height: 110px;
	}
ul.thumb li img 
	{
		width: 100px; height: 100px;
		border: 1px solid #ddd;
		padding: 5px;
		background: #f0f0f0;
		position: absolute;
		left: 0; top: 0;
		-ms-interpolation-mode: bicubic; 
	}
ul.thumb li img.hover 
	{
		background:url(thumb_bg.png) no-repeat center center;
		border: none;
	}
#main_view 
	{
		float: left;
		padding: 9px 0;
		margin-left: -10px;
	}
.url_container 
	{
		height: 360px;
		width: 750px;
	}
.url_row
	{
		position:relative;
		float:left;
		width: 750px;
	}
.url
	{
		position:relative;
		float:left;
		width: 325px;
		font:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
.url a 
	{
		color:#000099;
	}
.url a:hover
	{
		color:#990000;
	}
.url_description
	{
		position:relative;
		float:left;
		width: 400px;
		font:Arial, Helvetica, sans-serif;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}
.url_description a
	{
		color:#000000;
	}
.url_description a:hover
	{
		color:#990000;
	}
