body {
	background: rgb(10,10,10);
	color: #eee;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 10px;
	}

	#header {
		position: fixed;
		width: 350px;
		top: 0;
		left: 10px;
		padding-top: 10px;
		}


#accordion {
	/*width: 350px;
	float: left;
	position: fixed;
	top: 130px;
	left: 10px;*/
	}


#examples img {
	border: none;
	}



/*
********** Sample colours **********
*/

/*
#sample {
	clear: both;
	margin-left: 400px;
	text-align: center;
	overflow: hidden;
	background: url('../images/bg-sample.png') repeat-x bottom left;
	position: fixed;
	width: 100%;
	top: 30px;
	padding: 0 0 40px 100px;
	}

#sampleColour, #sampleColourLower, #sampleColourUpper {
	width: 100px;
	height: 100px;
	margin: 10px;
	float: left;
	}

#sampleColourLower, #sampleColourUpper {
	width: 76px;
	height: 76px;
	margin-top: 23px;
	float: left;
	}
*/

#sample {
	display: none;
	}

/*
********** About text **********
*/


#about {
	margin: 0 0 0 400px;
	padding: 40px 0 0 0;
	clear: both;
	}

/*
********** Results **********
*/


#results {
	margin: 0 0 0 400px;
	padding: 40px 0 0 0;
	list-style-type: none;
	clear: both;
	display: hidden;
	}

#results li {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
	height: 100px;
	width: 100px;
	}

#results a img {
	/*border: 3px solid transparent;*/
	border: 2px solid #FFF;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	}

#results a img:hover {
	border: 2px solid #eee;
	}

	


/*
********** Customising the sliders **********
*/

#redSlider, #greenSlider, #blueSlider, #rangeSlider {
	width: 225px;
	margin-bottom: 1em;
	margin-left: 1em;
	}

.slider {
	position: relative;
	}

#redSlider.ui-slider-horizontal {
	background: url('../images/bg-red-slider.png') repeat-y top left;
	}

#greenSlider.ui-slider-horizontal {
	background: url('../images/bg-green-slider.png') repeat-y top left;
	}

#blueSlider.ui-slider-horizontal {
	background: url('../images/bg-blue-slider.png') repeat-y top left;
	}

.slider input {
	width: 30px;
	position: absolute;
	top: 0;
	left: 250px;
	}
	

/*
********** Overlay **********
*/
#overlay {
	/*background: #FFF url("../images/bg-overlay.jpg") repeat-x bottom left;*/
	background: #EEE;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: #333 0 0 15px;
	-moz-box-shadow: #333 0 0 15px;
	box-shadow: #333 0 0 15px;
	width: 550px;
	height: 460px;
	padding: 25px;
	display: none;
	z-index: 100;
	position: fixed;
	left: 50%;
	top: 50px;
	margin-left: -275px;
	color: #333;
	}

#overlay .close {
	background: url("../images/close.png") no-repeat;
	position: absolute;
	top: -17px;
	right: -17px;
	height: 35px;
	width: 35px;
	cursor: pointer;
	text-indent: -9999px;
	}

#record {
	width: 100%;
	height: 460px;
	overflow: auto;
}
	
#record ol {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

#record li {
	height: 30px;
	display: block;
	margin-bottom: 3px;
	}

#thumbnail a img {
	border: none;
	}