@charset "utf-8";
/* CSS Document */
div#sharePhotoContainer
{
	display: none;
	padding: 6px;
	border: 1px solid black;
	display: none;
	position: absolute;
	left: 5px;
	top: 5px;
	background-color: white;
	width: 400px;
}
div#sharePhotoContainer label
{
	display: block;
	background-color: #f2f2f4;
	border: 1px solid #afafaf;
	margin-right: 2px;
	float: left;
	padding: 4px;
	width: 100px;
	margin-bottom: 2px;
	font-weight: bold;
}
div#sharePhotoContainer input
{
	margin: 1px;
	margin-top: 2px;
	float: left;
}
div#ratingContainer
{
	margin-bottom: 6px;
	text-align: center;
	color: #666;
}
div#ratingContainer img
{
	padding: 3px;
	padding-left: 0;
	cursor: hand;
	cursor: pointer;
}
div#albumContainer
{
	background-image: url('http://images.vibe.to/2/albumContainerBG.gif');
	background-repeat: repeat-y;
}
div#albumRightRail
{
	width: 199px;
}
div#albumRightRail > ul
{
	margin-left: 6px;
	line-height: 150%;
}
div#albumRightRail > ul > li > strong
{
	color: #b82424;
}
div#albumMain
{
	width: 765px;
}
table#otherPictures {
	border:1px solid #ccc;
	border-bottom: 1px solid #333;
}
table#otherPictures td {
	padding:4px;
	text-align:center;
}