/******************/
/* Photo Square   */
/******************/

	.photos_square {
		overflow: hidden;
		width: 240px;
		float:right;
		margin-left:20px;
	}
	.photos_square div img {
		width:240px;
		height: 240px;
		float: left;
		margin-bottom: 10px;
	}
	.photos_square ul.thumbs {
		margin: 0;
		padding: 0 0 0 0;
		list-style: none;
		width: 240px;
		float: center;
	}
	.photos_square ul.thumbs li{
		width: 76px;
		height: 76px;
		padding: 0px;
		float: left;
		overflow: hidden;
		position: relative;
		margin: 2px;
		text-align: center;
	}
	.photos_square ul.thumbs li img {
		width:80px;
		border: none;
	}
	.photos_square ul.thumbs li:hover 
	{
		margin:0px;
		border: 2px solid #888;
		-moz-opacity:.75;
		filter:alpha(opacity=75);
		opacity:.75;
	}

/*******************/
/* Photo Landscape */
/*******************/

	.photos_landscape {
		overflow:hidden;
		width: 240px;
		float:right;
		margin-left:20px;
	}
	.photos_landscape div img {
		width:240px;
		height: 160px;
		float: left;
		margin-bottom: 10px;
	}
	.photos_landscape ul.thumbs {
		margin: 0;
		padding: 0 0 0 0;
		list-style: none;
		width: 240px;
		float: center;
	}
	.photos_landscape ul.thumbs li{
		width: 76px;
		height: 45px;
		padding: 0px;
		float: left;
		overflow: hidden;
		position: relative;
		margin: 2px;
		text-align: center;
	}
	.photos_landscape ul.thumbs li img {
		width:76px;
		height: 45px;
		border: 2px
	}
	.photos_landscape ul.thumbs li:hover {
		margin: 0px;
		border: 2px solid #888;
		-moz-opacity:.75;
		filter:alpha(opacity=75);
		opacity:.75;
	}
