
/*

	-- -- -- -- -- -- --
	It's A Mystery To Me
	section-profiles.css
	section specific styling
	-- -- -- -- -- -- --
	
*/

h2 {
	background: url(../images/ui/h2/profiles.jpg) no-repeat;
}

.profile {
	margin: 0 5px 5px 0;
	float: left;
}

.album {
	width: 510px;
	height: auto;
	display: block;
	margin: 20px auto;
}

.album img, .album div {
	width: 117px;
	height: 130px;
	display: block;
	margin: 5px;
	float: left;
}

a.photo:link, a.photo:visited {
	width: 117px;
	height: 130px;
	display: block;
	text-indent: -9000px;
	background: none;
}


a.photo-12:hover {
	background: url(../images/ui/profiles/on/12.jpg) no-repeat;	
}


a.photo-15:hover {
	background: url(../images/ui/profiles/on/15.jpg) no-repeat;	
}


a.photo-7:hover {
	background: url(../images/ui/profiles/on/07.jpg) no-repeat;	
}


a.photo-1:hover {
	background: url(../images/ui/profiles/on/01.jpg) no-repeat;	
}


a.photo-10:hover {
	background: url(../images/ui/profiles/on/10.jpg) no-repeat;	
}


a.photo-4:hover {
	background: url(../images/ui/profiles/on/04.jpg) no-repeat;	
}


a.photo-3:hover {
	background: url(../images/ui/profiles/on/03.jpg) no-repeat;	
}


a.photo-8:hover {
	background: url(../images/ui/profiles/on/08.jpg) no-repeat;	
}


a.photo-14:hover {
	background: url(../images/ui/profiles/on/14.jpg) no-repeat;	
}


a.photo-5:hover {
	background: url(../images/ui/profiles/on/05.jpg) no-repeat;	
}


a.photo-13:hover {
	background: url(../images/ui/profiles/on/13.jpg) no-repeat;	
}


a.photo-2:hover {
	background: url(../images/ui/profiles/on/02.jpg) no-repeat;	
}


a.photo-6:hover {
	background: url(../images/ui/profiles/on/06.jpg) no-repeat;	
}


a.photo-9:hover {
	background: url(../images/ui/profiles/on/09.jpg) no-repeat;	
}


a.photo-11:hover {
	background: url(../images/ui/profiles/on/11.jpg) no-repeat;	
}


