ul.Wallpaper {
	overflow: hidden;
	width: 551px;
}
	ul.Wallpaper li {
		width: 167px;
		background: url(../images/bg-hinhnen.gif) 0 0 no-repeat;
		padding: 9px 12px 14px 9px;
		float: left;
		overflow: hidden;
		position: relative;
	}
	ul.Wallpaper li.Last {
		padding: 8px 0 0px 8px;
		margin: 0;
	}
		ul.Wallpaper li a img {
			display: block;
		}

		ul.Wallpaper p {
			width: 167px;
			display: block;
			overflow: hidden;
			padding: 12px 0 0;
			color: #FFF;
			
		}
			ul.Wallpaper p a:link,
			ul.Wallpaper p a:visited {
				border: none;
				display: block;
				float: left;
				height: 30px;
				line-height: 15px;
				padding: 1px 0 1px;
				text-align: left;
				font-size: 13px;
				font-weight: bold;
				color: #3c3c3c;
				overflow: hidden;
				text-decoration: none;
			}
			ul.Wallpaper p a:hover {
				color: #2f99d8;
			}
			ul.Wallpaper p span {
				color: #3c3c3c;
				width: 80px;
				text-align: left;
				font-size: 12px;
			}
	ul.Wallpaper.Album li {
		width: 171px;
		background: none;
		float: left;
		overflow: hidden;
		padding: 0 19px 16px 0;
	}
	ul.Wallpaper.Album li.Last {
		padding: 0;
		margin: 0;
	}
		ul.Wallpaper.Album li a img {
			display: block;
			border: 1px solid #cecece;
			background: #d1dbdd;
			padding: 4px;
		}

		ul.Wallpaper.Album p {
			width: 167px;
			display: block;
			overflow: hidden;
			padding: 6px 0 0;
			color: #3c3c3c;
			text-align: left;
			font-size: 12px;
			line-height: 17px
		}
			ul.Wallpaper.Album p a:link,
			ul.Wallpaper.Album p a:visited {
				border: none;
				display: block;
				float: left;
				height: 30px;
				line-height: 16px;
				padding: 1px 0 3px;
				text-align: left;
				font-size: 13px;
				font-weight: bold;
				color: #3c3c3c;
				overflow: hidden;
				text-decoration: none;
			}
			ul.Wallpaper.Album p a:hover {
				color: #2f99d8;
			}
			ul.Wallpaper.Album p span {
				color: #3c3c3c;
				width: 80px;
				text-align: left;
				font-size: 12px;
			}
.BackAlbum a:link,
.BackAlbum a:visited {
	color: #1a7fbb;
	background: url(../images/back-album.jpg) no-repeat 0 3px;
	height: 15px;
	display: block;
	font-size: 12px;
	padding: 0 0 0 17px;
	float: left;
	position: absolute;
	top: 10px;
	right: 20px;
	text-decoration: none;
}
.BackAlbum a:hover {
	text-decoration: underline;
}
.MovieAct {
	background: url(../images/bg-phim.png) no-repeat;
	display: block;
	width: 161px;
	height: 106px;
	position: absolute;
	top: 9px ;
	left: 9px ;	
}
ul.ListVideo li.Active {
	border-left: 1px solid #F00;
	border-right: 1px solid #F00;
	margin-left: 6px;
	margin-right: 0;
/* popup */

.WallpaperPopup {
	background: url(../images/bg-popup.png) repeat;
	overflow: hidden;	
	position: absolute;
	width: 620px;
	height: 571px;	
	z-index: 1001;
}
	.WallpaperPopup .PopupCloseBtn {
		position: absolute;
		top: 6px;
		left: 590px;
		display: block;
		background: url(../images/wallpaper-close.gif) no-repeat;
		text-indent: -999px;
		overflow: hidden;
		width: 21px;
		height: 21px;
	}
	.WallpaperPopup h3 {
		position: absolute;
		top: 6px;
		left: 15px;
		display: block;	
		overflow: hidden;
		color: #FFF;
		font-weight: bold;
		font-size: 18px;
		font-family: Arial, Helvetica, sans-serif;
	}
	.WallpaperPopup .PopupContent{
		width:100%;
	}
		.WallpaperPopup .PopupContent .ImageContainer {
			padding: 32px 0 0 0;
			height: 496px;
			display: block;
			overflow: hidden;
		}
	.WallpaperPopup .LinkPopup {
		overflow: hidden;	
		width: 600px;
		height: 25px;
		padding: 9px 10px;
	}
		.WallpaperPopup .LinkPopup ul.PopupImageControl {
			width: 70px;
			display: block;
			float: left;
			overflow: hidden;
			margin: 0;
		}
			.WallpaperPopup .LinkPopup ul.PopupImageControl li {
				float: left;
				padding: 0px;
			}
				.WallpaperPopup .LinkPopup ul.PopupImageControl li .Back {
					display: block;
					background: url(../images/popup_bt_pre.gif) 0 0 no-repeat;
					text-indent: -9999px;
					overflow: hidden;
					width: 25px;
					height: 25px;
					margin-right: 9px;
				} 
				.WallpaperPopup .LinkPopup ul.PopupImageControl li a.Back:hover {
					background-position: 0 -25px;
				}
			
				.WallpaperPopup .LinkPopup ul.PopupImageControl li .Next {
					display: block;
					background: url(../images/popup_bt_next.gif) 0 0 no-repeat;
					text-indent: -9999px;
					overflow: hidden;
					width: 25px;
					height: 25px;
				}
				.WallpaperPopup .LinkPopup ul.PopupImageControl li a.Next:hover {
					background-position: 0 -25px;
				}
				.WallpaperPopup .LinkPopup ul.PopupImageControl li.Off a.Back,
				.WallpaperPopup .LinkPopup ul.PopupImageControl li.Off a.Back:hover { 
					background: url(../images/popup_bt_pre.gif) 0 -50px no-repeat;
					cursor: default;
					margin-right: 9px;
					
				}
				.WallpaperPopup .LinkPopup ul.PopupImageControl li.Off a.Next,
				.WallpaperPopup .LinkPopup ul.PopupImageControl li.Off a.Next:hover { 
					background: url(../images/popup_bt_next.gif) 0 -50px no-repeat;
					cursor: default;
					
				}
		.WallpaperPopup .LinkPopup .ListDownloadOption {
			float: right;
			width: 140px;
			display: block;
			overflow: hidden;
			text-align: center;
			padding: 3px 0 0 0;
		}
			.WallpaperPopup .LinkPopup .ListDownloadOption a:link,
			.WallpaperPopup .LinkPopup .ListDownloadOption a:visited {
				background: url(../images/bg-size.gif) no-repeat;
				border: none;
				display: block;
				float: left;
				height: 16px;
				line-height: 16px;
				padding: 2px 0 4px;
				text-align: center;
				font-size: 12px;
				color: #fff;
				overflow: hidden; 
			}
			.WallpaperPopup .LinkPopup .ListDownloadOption a.Size_1024x768 {
				padding-right: 20px;
				color: #fff;
			}
			.WallpaperPopup .LinkPopup .ListDownloadOption a.Size_1024x768:hover {
				color: #ffe400;
				text-decoration: underline;
			}

			.WallpaperPopup .LinkPopup .ListDownloadOption a.Size_1280x1024 {
				color: #fff;
			}
			.WallpaperPopup .LinkPopup .ListDownloadOption a.Size_1280x1024:hover {
				color: #ffe400;
				text-decoration: underline;
			}
			.WallpaperPopup .LinkPopup .ListDownloadOption a.Download_1024x768 {
				color: #fff;
				float: right;
			}
			.WallpaperPopup .LinkPopup .ListDownloadOption a.Download_1024x768:hover {
				color: #ffe400;
				text-decoration: underline;
			}
