/* Photo styling */
.photo-frame {
	position: relative;
	float: left;
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.photo-frame.logo {
	width: 100px;
	height: 100px;
	border: 1px solid #CCC;
	border-radius: 3px;
}

.photo-frame.thumbnail {
	width: 95%;
	height: 95%;
}

.photo-frame a {
	text-decoration: none;
}
.photo-frame.thumbnail{	
	border: 1px solid #CCC;
	border-radius: 5px;
	margin:10px;
	padding:10px;
}
.photo-frame.thumbnail img, .photo-frame.logo img{
	background: #FFF none repeat scroll 0% 0%;
	border: 0px solid #CCC;
	border-radius: 3px;
	padding: 5px;	
	width: 100%;
	height: 100%;	
}
.photo-frame.thumbnail .thumbnail-detail{	
	display:block;
	text-align:left;
	padding-bottom:5px;
}
.photo-frame.thumbnail a{
	
}
.photo-frame.thumbnail .thumbnail-title{
	text-align:left;
	font-size:14px;
	font-weight:600;
	padding-bottom:5px;
}
.photo-frame.thumbnail .thumbnail-text{
	background:transparent  none repeat scroll 0% 0%;
	font-weight:400;
}
.photo-frame.thumbnail .thumbnail-label:after {
	content: " : ";
	color:purple;
}
.template:hover {
    background-color: #EEE;
}
.template.unselected {
	
}