/* NEW CSS ORDER */

h1
{
	font-size:16pt;
	line-height:18pt;
	font-weight:bold;
	color:#638620;
	text-align:left;
	margin:0px;
	margin-top: 10px;
	margin-bottom:5px;
	text-transform:uppercase;
}

	ul.slideshow
	{
		list-style: none;
		margin: 2px 0px 0px 2px;
		padding: 0;
		width: 620px;
		clear: both;
		overflow: hidden;
	}
	
	ul.slideshow li
	{
		text-align: center;
		float: left;
		padding: 1px;
	}

	ul.slideshow img
	{
		width: 92px;
		height: 75px;
		border: 1px solid #000000;
		margin: 2px 2px 6px 5px;
	}
	
	ul.slideshow img:hover
	{
		cursor: hand;
	}
	
	ul.slideshow .timer
	{
		width: 0px;
		height: 3px;
		margin: 0px 0px 2px 4px;
		background-color: #638620;
		clear: both;
		float: left;
		line-height: 1px;
		font-size: 1px;
	}