/* banner.css */

div#animation-popup
{
	z-index: 50000;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: auto;
	background: transparent url(../_images/anim_bg.gif) repeat top left;
	color: #FFFFFF;
	visibility: hidden;
}

div#animation-popup div#animation-player
{
	position: relative;
	margin: 125px auto 0;
	width: 800px;
	height: 600px;
	background-color: #555555;
}

div#animation-player #flash
{
	position: relative;
	cursor: default;
	margin: 30px 40px;
	visibility: hidden;
}

div#animation-player div#close
{
	position: absolute;
	top: 5px;
	right: 5px;
}

div#animation-player div#close a {
	color: #B2B2B2;
	cursor: pointer;
}

div#banner {
	position: relative;
	display: block;
	padding-bottom: 35px;
	width: 745px;
}

div#banner div#image-rotator {
	display: block;
	background-color: #FFFFFF;
}

div#banner div#image-rotator img {
	height: 220px;
	width: 745px;
}

div#banner span {
	color: #808080;
	line-height: 1.5em;
}

div#banner a {
	position: absolute;
	z-index: 20000;
	right: 0;
	bottom: 35px;
	width: 235px;
	height: 47px;
	display:block;
	cursor: pointer;
	background: transparent url(../_images/view_story_btn.gif) no-repeat top left;
	}
	

div#banner a span {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	}
	
div#banner a {
	background-position: 0px 0px;
}

div#banner a:hover {
	background-position: 0px -47px;
}