	#imageRotatorCont
	{
		float: left;
		width: 100%;
	}

	#imageRotator
	{
		width: 478px;
		height: 319px;
		overflow: hidden;
		color: #000000;
		position: relative;
		padding-right: 20%;
		float: right;
	}

	#imageRotatorCont .locationCont
	{
		line-height: 20px;
		float: left;
		width: 200px;
		padding: 0px 0px 0px 50px;		
	}

	.image {
	}
	
	.active
	{
		color: #959695;
	}

	#imageRotator div
	{
		display: none;
		height: 311px;
		width: 478px;
		overflow: hidden;
		display: none;
		position: absolute;
		top: 0;
		left: 0;		
	}

	#progress
	{
		visibility: hidden; position: relative; left: 330px; top: 100px; margin:0px; padding: 0px;
	}

	#imageRotatorCont .locationCont .location
	{
		cursor: pointer;
		margin-left: 15px;
		margin-right: 15px;
		color: #464646;
		font-size: 16px;
		display: block;
		float: left;
		clear: left;
		font-family: 'Times New Roman', Times, serif;		
	}
	
	#imageRotatorCont .locationCont .location a:link
	{
		text-decoration: none;
		color: black;
		
	}
	
	#imageRotatorCont .locationCont span:hover{color: #959695;}
	
