/* =index--------------
	 				----------------------------------------------------*/
	#large-image {
		position:relative;
		margin:12px auto 20px auto;
		width:750px;
		height:450px;
		line-height:400px;
		background:#505050;
	}
	
	#large-image-shadow{
		position:relative;
		top:20px;
		margin:0 auto 50px auto;
		width:770px;
		height:460px;
		background:url(images/image-shadow.png) bottom right no-repeat;
	}
	
	#thumbnails {
		position: relative;
		margin: 0 0 0 10px;
		padding: 0;
		width: 700px;
		height: 95px;
		overflow-x:scroll;
		overflow-y:hidden;
	}
	
	#thumbnail-container{
		position:relative;
		width:800px;
		margin:0 auto;
	}
		
	#thumbnail-container #left-arrow {
		position:relative;
		float:left;
		top:20px;
	}
	
	#thumbnail-container #right-arrow {
		position:absolute;
		right:0;
		top:20px;
	}
	
	#slider a img{
		padding:2px;
	}

	div#slider {
		width:auto;
		position: relative;
		color: black;
		padding: 1px;
		white-space:nowrap;
	}
	img#left-arrow, img#right-arrow {
		position:relative;
		margin-top:-12px;
	}
	
	div#slider a{
		display:inline;
	}
		/*-----------------------------------------------*/
/*-----------------------------------------------*/

