﻿
.allalbums
{
	text-align: left;
	font-size: x-small;
	border: 1px solid #999;
	width: 100%;
	padding: 5px 0 5px 0px;
	display: none;
	overflow: hidden;
	margin-bottom: 15px;
}
.allalbums .prevNavigate, .allalbums .nextNavigate, .allalbums .albumlist
{
	height: 85px;
}
.allalbums .prevNavigate, .allalbums .nextNavigate
{
	display: block;
	float: left;
	width: 60px;
	text-align: center;
}
.allalbums .prevNavigate img, .allalbums .nextNavigate img
{
	margin-top: 25px;
	cursor: pointer;
}
.allalbums .albumlist
{
	display: block;
	float: left;
	width: 780px;
	height: 80px;
	margin: 0 30px 0 30px;
	overflow: hidden;
}
.allalbums .albumlist .list
{
	height: 90px;
	margin-left: 0;
}
.allalbums .albumlist .album
{
	width: 160px;
	height: 90px;
	display: table;
	float: left;
	margin-right: 35px;
}
.allalbums .albumlist .album .thumbs img
{
	border: none;
	width: 50px;
	height: 50px;
}
.allalbums .albumlist .album .name
{
	width: 160px;
	display: block;
	height: 16px;
	font-size: 1.3em;
	overflow: hidden;
}
.allalbums .albumlist .album .other
{
	width: 160px;
	display: block;
	height: 15px;
	overflow: hidden;
	color: #999;
}
#photocontainer .outer
{
	background-color: #555;
}
#photocontainer .inner
{
	display: table;
	width: 100%;
	padding: 15px 0 20px 0;
}
#photocontainer .largeimage
{
	float: left;
	display: block;
	width: 720px;
	margin: 10px 0 10px 10px;
}
#photocontainer .largeimage .image
{
	text-align: center;
}
#photocontainer .largeimage .image img
{
	border: 3px solid #666;
}
#photocontainer .largeimage .name, #photocontainer .largeimage .info
{
	color: #eee;
	display: block;
	font-size: small;
	height: 12px;
	width: 700px;
	overflow: hidden;
	padding: 2px 0px 2px 0px;
}
#photocontainer .largeimage .rating
{
	width: 700px;
	display: table;
	margin-top: 10px;
}
#photocontainer .largeimage .ratingInfo
{
	width: 500px;
	float: left;
	font-size: 12px;
	text-align: left;
	padding: 2px;
	color: #888;
}
#photocontainer .largeimage .name
{
	margin-top: 10px;
}
#photocontainer .largeimage .info
{
	font-size: 10px;
	color: #AAA;
}
#photocontainer .list
{
	float: left;
	display: block;
	width: 145px;
	margin-left: 40px;
	padding-left: 10px;
	border-left: 1px solid #666;
}
/*style thumb list*/div.sc_menu_wrapper
{
	position: relative;
	height: 450px; /* Make bigger than a photo, because we need a place for a scrollbar. */
	width: 160px;
	margin-top: 10px;
	overflow: auto;
}
div.sc_menu
{
}
.sc_menu a
{
	display: block;
	margin-bottom: 5px;
	width: 145px;
	border: 2px rgb(79, 79, 79) solid;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px; /* When image support is turned off */
	color: #fff;
	background: rgb(79, 79, 79);
}
.sc_menu a.selected
{
	border: 2px rgb(220, 220, 220) dotted;
	border-top: 4px;
	border-bottom: 4px;
}
.sc_menu a:hover
{
	border: 2px rgb(130, 130, 130) dotted;
}

.sc_menu a.selected:hover
{
	border: 2px rgb(130, 130, 130) dotted;
	border-top: 4px;
	border-bottom: 4px;
}
.sc_menu img
{
	display: block;
	border: none;
	width: 145px;
	height: 90px;
}
.sc_menu_wrapper .loading
{
	position: absolute;
	top: 50px;
	left: 10px;
	margin: 0 auto;
	padding: 10px;
	width: 100px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	text-align: center;
	color: #fff;
	border: 1px solid rgb(79, 79, 79);
	background: #1F1D1D;
}
/* Styling tooltip */.sc_menu_tooltip
{
	display: block;
	position: absolute;
	padding: 6px;
	font-size: 12px;
	color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border: 1px solid rgb(79, 79, 79);
	background: rgb(0, 0, 0); /* Make background a bit transparent for browsers that support rgba */
	background: rgba(0, 0, 0, 0.5);
}
.h3
{
	font-size: medium;
	padding: 5px;
	font-weight: bold;
}
.h3 span
{
	font-size: x-small;
	color: #555;
	font-weight: normal;
}
.navigate
{
	display: table;
	margin-top: -20px !important;
	margin-top:0px;
	width: 100%;
	font-size: 12px;
}
.navigate a
{
	color: #FF0099;
}
.navigate .prev
{
	float: left;
}
.navigate .next
{
	float: right;
}
