#wallpapers
{
	float: left;
	width: 660px;
	height: 486px;
	margin-top: 16px;
	margin-left: -11px;
}

	#wallpapers .wallpaper
	{
		float: left;
		width: 174px;
		height: 108px;
		padding: 12px;
		margin-right: -8px;
		margin-bottom: -7px;
		background-image: url('/images/gallery/bg_wallpaper.png');
		background-repeat: no-repeat;
	}
	
	#wallpapers .wallpaper img
	{
		cursor: pointer;
	}

#enlargement
{
	display: none;
	position: absolute;
	width: 280px;
	height: 175px;
	/*margin-top: 50px;
	margin-left: 480px;*/
	padding: 12px;
	padding-top: 13px;
	background-image: url('/images/gallery/bg_wallpaper_large.png');
	background-repeat: no-repeat;
}

#enlargement_menu,
#enlargement_menu_back
{
	position: absolute;
	width: 130px;
	height: 48px;
	margin-top: 127px;
	margin-left: 150px;
}

	#enlargement_menu a
	{
		display: block;
		padding-top: 1px;
		padding-right: 4px;
		font-size: 10px;
		color: #666;
		text-align: right;
		text-decoration: none;
	}
	
	#enlargement_menu a:hover
	{
		color: #333;
	}

#enlargement_menu_back
{
	background-color: #FFF;
	opacity: .8;
}

#enlargement_wallpaper
{
	overflow: hidden;
	width: 100%;
	height: 100%;
}
