@CHARSET "ISO-8859-1";
/**********************************************************************************************
 ***  Home page styles
 **********************************************************************************************/

		#homevignette{
			margin-top:10px;
			background: url('../images/flash_home_background.gif') 0 0 no-repeat;
			height: 292px;
			width: 928px;
			/*background-color: #FFFFFF;*/
			margin-left: -2px;
		}
		#create-prev_thumb{
			position:relative;
			display:block;
			float:left;
			clear:none;
			margin: 128px 0px 0px -13px;
			*margin: 128px 0px 0px -13px;
			z-index: 9999;
		}
		#create-next_thumb{
			position:relative;
			display:block;
			float:right;
			clear:none;
			margin: 128px -14px 0px 0px;
			z-index: 9999;
		}
		#thumbholder{
			float:left;
			position:relative;
			width: 50000px;
			height: 277px;
			z-index: 500;
		}
		#create-scroll-thumbs{
			float:left;
			clear:none;
			width:914px;
			overflow-x:hidden;
			position:relative;
			top: 5px;
			left: 8px;
			/*top: -155px;
			left:9px;*/
			height:277px;
			max-height:277px;
			z-index:400;
		}
		.create-thumb{
			width:914px;
			height:277px;
			position:relative;
			display:block;
			float:left;
			clear:none;
			z-index: 500;
		}
