/**
 * About Us CSS
 * Copyright (c) Fluid Creativity, 2009
 */

/* Landing Page Styling */

div.contentBlock ul {
	list-style-image: none;
	margin: 0;
}

div#aboutUsImages {
	position: relative;
}

div#aboutUsImages ul li {
	margin: 0px;
}

div#aboutUsImages ul li a {
	position: absolute;
	text-indent: -10000px;
	overflow: hidden;
}

div#aboutUsImages ul li a.danielle {
	bottom: 240px;
	right: 228px;
	width: 120px;
	height: 141px;

	background: url(../../images/about-us/danielle.png) -118px -126px no-repeat;	
}

div#aboutUsImages ul li a.bethany {
	bottom: 28px;
	right: 160px;
	height: 128px;
	width: 142px;
	background: url(../../images/about-us/bethany.png) -118px -126px no-repeat;	
}


div#aboutUsImages ul li a.graham {

	bottom: 126px;
	left: 280px;
	height: 111px;
	width: 101px;
	background: url(../../images/about-us/graham.png) -101px -111px no-repeat;
}

div#aboutUsImages ul li a.scott {

	bottom: 260px;
	left: 328px;
	width: 80px;
	height: 105px;
	background: url(../../images/about-us/scott.png) -80px -105px no-repeat;
	z-index: 0;
}

div#aboutUsImages ul li a.nicola {

	bottom: 96px;
	left: 0px;
	width: 125px;
	height: 175px;
	background: url(../../images/about-us/nicola.png) -120px -168px no-repeat;
}

div#aboutUsImages ul li a.lee {

	bottom: 140px;
	left: 162px;
	width: 79px;
	height: 124px;
	background: url(../../images/about-us/lee.png) -79px -124px no-repeat;
}

div#aboutUsImages ul li a.jay {

	bottom: 20px;
	left: 206px;
	width: 114px;
	height: 134px;
	background: url(../../images/about-us/jay.png) -114px -134px no-repeat;
}

div#aboutUsImages ul li a.martin {

	bottom: 267px;
	left: 211px;
	width: 123px;
	height: 87px;
	background: url(../../images/about-us/martin.png) -123px -87px no-repeat;
	z-index: 1;
}

div#aboutUsImages ul li a.jeff {

	bottom: 305px;
	left: 412px;
	width: 119px;
	height: 75px;
	background: url(../../images/about-us/jeff.png) -119px -75px no-repeat;
}

div#aboutUsImages ul li a.sarahs {

	bottom: 250px;
	right: 345px;
	width: 132px;
	height: 75px;
	background: url(../../images/about-us/sarahs.png) -132px -75px no-repeat;
	z-index: 1;
}

div#aboutUsImages ul li a.michelle {

	bottom: 28px;
	left: 389px;
	width: 138px;
	height: 123px;
	background: url(../../images/about-us/michelle.png) -138px -123px no-repeat;
}

div#aboutUsImages ul li a.james {

	bottom: 146px;
	right: 339px;
	width: 115px;
	height: 105px;
	background: url(../../images/about-us/james.png) -115px -105px no-repeat;
}

div#aboutUsImages ul li a.mike {

	bottom: 19px;
	right: 308px;
	width: 103px;
	height: 117px;
	background: url(../../images/about-us/mike.png) -103px -117px no-repeat;
}

div#aboutUsImages ul li a.julie {

	bottom: 157px;
	right: 249px;
	width: 93px;
	height: 125px;
	background: url(../../images/about-us/julie.png) -115px -168px no-repeat;
}

div#aboutUsImages ul li a.matt {

	bottom: 122px;
	right: 136px;
	width: 113px;
	height: 128px;
	background: url(../../images/about-us/matt.png) -113px -128px no-repeat;
}

div#aboutUsImages ul li a.wayne {

	bottom: 217px;
	right: 15px;
	width: 100px;
	height: 132px;
	background: url(../../images/about-us/wayne.png) -100px -132px no-repeat;
}

div#aboutUsImages ul li a.sarah {

	bottom: 244px;
	right: 112px;
	width: 116px;
	height: 99px;
	background: url(../../images/about-us/sarah.png) -116px -99px no-repeat;
}
	div#aboutUsImages ul li a:hover {
		background-position: 0 0;
	}

