/* CSS Document */
.GalleryListItems{
	width: 100%;
}

.GListItemMaster{
    width: 140px;
    float: left;
}

.ie6 .GListItemMaster .GalleryListItemHolder{
    float: none;
}

.GalleryListItemHolder{
	position: relative;
	width: 120px;
	height: 120px;
	float: left;
	margin: 10px;
	background-color: #e5e5e5;
}

.ie6 .GalleryListItemHolder{
	position: relative;
	width: 120px;
	height: 120px;
	float: left;
	margin: 8px;
	background-color: #e5e5e5;
}

.GalleryListItemHolder a img{
	border: none;
}

.GalleryListItemHolder a img.landscape{
	position: absolute;
	top: 26px;
	left: 16px;
	width: 82px;
	height: 62px;
}

/* Tricks ie6 to trigger hover*/
.GalleryListItemHolder a:hover{
	background-color: white;
}

.GalleryListItemHolder a:hover img.landscape{
	position: absolute;
	top: 19px;
	left: 7px;
	width: 100px;
	height: 75px;
}

.GalleryListItemHolder a img.portrait{
	position: absolute;
	top: 16px;
	left: 25px;
	width: 62px;
	height: 82px;
}

.GalleryListItemHolder a:hover img.portrait{
	position: absolute;
	top: 7px;
	left: 19px;
	width: 75px;
	height: 100px;
}

.clearLeft{
	clear: left;
}


