/* NO COMMENTS : MUST HAVE */
/* OPTIONAL can be removed */
/* MODIFY can be modified, but MUST HAVE */
.PhotoAlbumsStyle {
	border: 1px solid #e1e1e1;
	background: #fff;
	padding: 7px 0px 11px 8px;
}
.PhotoAlbumsStyle .Carousel {
	position: relative;
	width: 100%;
}
.PhotoAlbumsStyle #clipping {
	position: relative;
	padding: 0px;
	margin: 0px;
	float: left;
	width: 397px; /* MODIFY */
	height: 138px;
	overflow: hidden;
}
ul#itemsPhotoAlbums {
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	list-style: none; /* OPTIONAL */
	width: 1000em;
}
ul#itemsPhotoAlbums li {
	float: left;
	overflow: hidden;
	margin: 0px 7px 0px 0px; /* OPTIONAL */
	width: 128px; /* MODIFY */
	height: 138px; /* OPTIONAL */
	background: url(../images/loading.gif) 50% 50% no-repeat;
}

/*ul#itemsPhotoAlbums li a {
	width: 168px;
	height: 88px;
	border: #252525 solid 1px;
	display: block;
}
ul#itemsPhotoAlbums li a:hover,
ul#itemsPhotoAlbums li a.Active {
	border: #f7d017 solid 1px;
}*/


/**/
.PrevBtn,
.NextBtn {
	position: absolute;
	top: 18px;
	width: 43px;
	height: 90px;
	background: url(../images/bg-btn.png) repeat;
}
.PrevBtn {
	left: 0px;	
}
.NextBtn {
	right: 6px;
}
/*\*/
html*.PrevBtn,
html*.NextBtn { 
	top: 17px;
}				
/**/ 	
a#buttonleft:link,
a#buttonleft:visited,
a#buttonright:link,
a#buttonright:visited {
	outline: none; /* OPTIONAL */
	width: 43px;
	height: 90px;	
	overflow: hidden;
	display: block;
	font-size: 0px;
	line-height: 0px;
	text-indent: -10000px;
	background: #fff;
	opacity: 0.8; 
	-moz-opacity: 0.8; 
	filter: alpha(opacity=80);
}
a#buttonleft:link,
a#buttonleft:visited {
	background: url(../images/btn-prev.gif) no-repeat 7px center;
}
a#buttonright:link,
a#buttonright:visited {
	background: url(../images/btn-next.gif) no-repeat 16px center;
}
a#buttonleft:hover,
a#buttonright:hover {
	opacity: 1; 
	-moz-opacity: 1; 
	filter: alpha(opacity=100);
}



/* CLASSNAME: ".Disable, .LastItem, .LastColItems, .LastRowItems" should NOT be renamed */
/* If it's renamed, please rename it in the JS too */
div.Disable {
	opacity: 0.55;
	-moz-opacity: 0.55;
	filter: alpha(opacity=20);
	display: none;
}
	div.Disable a:link,
	div.Disable a:visited {
		cursor: default !important;
	}
	div.Disable a#buttonleft:hover {
		background: url(../images/btn-prev.gif) no-repeat 7px center;
	}
	div.Disable a#buttonright:hover {
		background: url(../images/btn-next.gif) no-repeat 16px center;
	}
ul#itemsPhotoAlbums li.LastItem {
	margin: 0px !important;
}
ul#itemsPhotoAlbums li.LastColItems {
	margin-right: 0px !important;
}
ul#itemsPhotoAlbums li.LastRowItems {
	margin-bottom: 0px !important;
}


.Block04 .PhotoAlbums .Style01 {
	padding-bottom: 3px;
}
	.Block04 .PhotoAlbums .Style01 span {
		color: #222;
		font-size: 1em;
		float: left;
		padding-top: 1px;
	}
	.Block04 .PhotoAlbums .Style01 a:link,
	.Block04 .PhotoAlbums .Style01 a:visited {
		float: right;
		font-size: 0px;
		line-height: 0px;
		text-indent: -10000px;
	}
	.Block04 .PhotoAlbums .Style01 .Setting {
		background: url(../images/icon-setting.gif) left top no-repeat;
		width: 13px;
		height: 13px;
	}	
	.Block04 .PhotoAlbums .Style01 .Delete {
		background: url(../images/icon-delete.gif) left top no-repeat;
		width: 10px;
		height: 13px;
		margin: 0px 3px 0px 4px;
		display: inline;
	}
	.Block04 .PhotoAlbums .NameAlbum {
		color: #222;
		font-size: 1.1em;
		font-weight: bolder;
		padding-top: 2px;
	}
