/** album icon **/
.albumlink-span {
	background:url(http://www.kodakgallery.it/images/quepos/album.gif) center no-repeat;
	width:125px;
	height:114px;
}

.albumlink {
	position: relative;
	display:block;
	text-decoration: none;
	width:105px;  /* IE5 fix */
	height:96px;
	padding:12px 14px 6px 3px;
	background:url(http://www.kodakgallery.it/images/quepos/album.gif) center no-repeat;
	text-align:center;
	vertical-align:middle;
}
.favoritealbumlink {
	background:url(http://www.kodakgallery.it/images/quepos/album_fav_up.gif) center no-repeat;
}

a.favoritealbumlink:hover {
	background:url(http://www.kodakgallery.it/images/quepos/album_fav_over.gif) center no-repeat;
}

.albumlink:hover {
	background:url(http://www.kodakgallery.it/images/quepos/album_h.gif) center no-repeat;
}

.albumlink img {
	vertical-align:middle;
	border:1px solid #fff;
	cursor:hand; /* needed for IE5 consistency */
}

.albumlink img.shim {
	border:0;
}

.noicon img {
	cursor:default;
}

.noicon:hover {
	background:url(http://www.kodakgallery.it/images/quepos/album_h.gif) center no-repeat;
}
.sortbox {
	border-top:1px solid #ccc;
	padding:4px 0 4px;
	margin-bottom:10px;
	width:475px;
	text-align:right;
	clear:right;
}

.pagination {
	float:left;	
	text-align:left;
}
.pagination1 {
	float:right;
	clear:right;	
}

/** album layout table **/
.albumtable {
	width:100%;
	clear:both;
	position:relative;
}

.albumtable tr, .albumtable td {
	vertical-align:top;
	font-size:10px;
}

.albumcell {
	width:140px;
	padding:0 10px 15px 0;
}

.albumtable p {
	margin:0;
	font-size:10px;
}

.albumname {
	font-weight:bold;
}

.albumname * {
	vertical-align:bottom;
}

.albumname img {
	padding:3px 3px 0 0;
}

.browsetable {
	clear:both;
	width:100%;
	margin-top:5px;
	padding-top:15px;
	border-top:1px solid #d4d4d4;
}

.browsetable td {
	width:125px;
	padding:10px 0;
	text-align:center;
	vertical-align:top;
}

#BrowsePhotos .commenticon {
	float: left;
	margin-left: 10px;
}

ul#morefriends li.expander {
	margin-left:0;
	height:17px;
	background-position:7px 6px;
}

.friendselect {
	display:none;
}

#views {
	float:right;
}

#top-cap {
	width:740px;
	}	


span.hideString{
color:#C600FF;
font-weight:bold;
text-decoration:line-through;
}
span.pendingTranslation{
color:#093;
}