.galleryholder{
	overflow: visible;
	position: relative;
	height: auto;
	width: 780px;
}
.albumims{
	display: block;
	width: 200px;
	margin-right: 0px;
	margin-left: auto;
	position: relative;
	height: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.albumim{
	background-repeat: no-repeat;
	margin: 2px;
	height: 46px;
	width: 46px;
	position: relative;
	display: block;
	float: left;
	cursor: pointer;
	line-height: 46px;
	background-position: center center;
}
.galleries{
	overflow: auto;
	position: absolute;
	height: 200px;
	width: 200px;
	top: 0px;
}
.gallerie{
	overflow: hidden;
	position: relative;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	font-style: italic;
	display: block;
	clear: left;
	margin-bottom: 2px;
	cursor: pointer;
	line-height: 46px;
	height: 46px;
}
.gal_image{
	background-repeat: no-repeat;
	background-position: left center;
	overflow: hidden;
	position: relative;
	height: 46px;
	clip: rect(auto,5px,auto,46px);
	display: block;
	margin-bottom: 2px;
	line-height: 46px;
	width: 183px;
}
.gal_text{
	display: block;
	position: relative;
	height: auto;
	overflow: hidden;
	margin-left: 46px;
	text-align: left;
	vertical-align: baseline;
	line-height: 12px;
	left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-right: 17px;
	top: 10px;
}
.bigimage{
	background-position: center top;
	position: absolute;
	height: 360px;
	width: 360px;
	left: 220px;
	top: 0px;
	background-repeat: no-repeat;
	display: block;
}

