/*
Image Panel elements
-------------------------
*/

	#homeImagesPanel {
		display: block;
		position: relative;
		margin: 0px -4px 10px -4px;
		padding: 0px 0px 0px 0px;
		width: 380px;
		height: 200px;
	}
	#rightColumn #homeImagesPanel {
		height: 225px;
	}
	
	#panelLink {
		display: none;
		position: absolute;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		top: 23px;
		left: 0px;
		width: 380px;
		height: 215px;
	}
	#panelLink a {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 380px;
		height: 215px;
		cursor: pointer;
		z-index: 50;
		background-image: url("/images/homepage/win_message.gif");
		background-repeat: no-repeat;
		background-position: bottom center;
	}
	#panelLink a span {
		display: none;
	}
	#rightColumn #panelLink {
		display: block;
	}

	#homeImagesPanel #panelA {
		display: block;
		position: absolute;
		width: 388px;
		height: 200px;
		top: 0px;
		left: 0px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		z-Index: 20;
	}

	#homeImagesPanel #panelB {
		display: block;
		position: absolute;
		width: 388px;
		height: 200px;
		top: 0px;
		left: 0px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		z-Index: 10;
	}
	
	#homeImagesPanel .panelImage {
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		border: none;
	}