/**
 * Structure
 */

body
		{
		font-family: Verdana, sans-serif;
		font-size: 12px;
		color: #969696;
		margin: 0;
		}

a
		{
		color: #969696;
		text-decoration: none;
		}

/**
 * Navigation
 */

#navigationContainer
		{
		height: 40px;
		}

#navigation
		{
		position: relative;
		top: 24px;
		margin: 0 24px 0 24px;
		padding: 0;
		list-style: none;
		}

#navigation li
		{
		display: inline;
		padding: 0 12px 0 0;
		}

/**
 * Gallery
 */

#galleryContainer
		{
		position: relative;
		width: 100%;
		overflow: hidden;
		z-index: 99;
		}

#gallery
		{
		position: relative;
		width: 20000px;
		height: 500px;
		}

#gallery .image
		{
		position: relative;
		float: left;
		white-space: nowrap;
		margin: 0 80px 0 0;
		z-index: 99;
		cursor: pointer;
		}

#gallery .image span
		{
		display: block;
		font-size: 10px;
		}

/**
 * Artist
 */

#artist
		{
		margin: 180px 0 0 24px;
		}

#artist img
		{
		float: left;
		width: 500px;
		}

#artist p
		{
		margin: 0 0 0 516px;
		width: 500px;
		}

