.wallPaperGallery .wallpaperDesc
{
	width:182px;
	position:relative;		
	float:left;
	overflow:hidden;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:15px;
}

.wallPaperGallery .wallpaperImage
{
	width:182px;
	height:80px;
	position:relative;
	margin-right:10px;
	margin-top:10px;
	margin-bottom:15px;
	float:left;
}

.wallPaperGallery .wallpaperImage img
{
	z-index:1;
}

.wallPaperGallery .wallpaperImage .Columns
{
	position:absolute;
	background-color:White;
	left:0px;
	bottom:0px;
	width:182px;
	height:45px;	
	z-index:100;
}

.wallPaperGallery .wallpaperImage:hover .Columns, .wallPaperGallery .wallpaperImage:active .Columns
{
	position:absolute;
	background-color:white;
	left:0px;
	bottom:0px;
	width:182px;
	height:45px;	
}

.wallPaperGallery .wallpaperImage .Columns div
{
	visibility:inherit;
	z-index:inherit;
    margin:2px 5px 0px 0px;
	height:40px;
	width:81px;
	float:left;
	z-index:100;
}

.wallPaperGallery
{
	position:relative;
    clear:both;
    width:768px;
    overflow:hidden;
}
