#RebateContainer
{
	width: 780px;
	height: 270px;
	position: relative;
	z-index: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	font-size: 13px;
	font-family: Arial,Helvetica,sans-serif;
}

.rebateHeader
{
	height: 45px;
	width: 780px;
	line-height: 15px;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
	display: none;
}

	.rebateHeader > p
	{
		width: 100%;
		height: auto;
		margin: 0px;
		padding: 0px;
		line-height: 15px;
		text-align: center;
	}
.rebateHeaderMore
{
	background-image:url('/images/buttons/rebates_moreinfo.png');
	background-repeat:no-repeat;
	background-position:100% 100%;
}
.rebateHeaderShow
{
	height: auto !important;
	z-index: 2;
	background: #fff !important;
}
	
.rebateDesc
{
	width: 90% !important;
	padding-left: 5% !important;
	padding-right: 5% !important;
}

.rebateBanner
{
	height: 200px;
	width: 780px;
	position: absolute;
	top: 50px;
	left: 0px;
	overflow: hidden;
	z-index: 1;
	display: none;
}
	.rebateBanner > img
	{
		float: left;
	}

#RebateNavBar
{
	width: 100%;
	height: 20px;
	position: absolute;
	top: 250px;
	left: 0px;
	background: #9f9f9f;
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	z-index: 2
}
#RebateNavigation
{
	width: 100%;
	height: 20px;
	position: absolute;
	top: 250px;
	left: 0px;
	z-index: 3;
}
	#RebateNavigation > ul
	{
		height: 100%;
		width: 65px;
		float: right;
		list-style-type: none;
		margin: 0px;
		padding: 0px;
	}
	
	#RebateNavigation > ul > li
	{
		float: left;
		height: 16px;
		width: 16px;
		margin: 2px;
		cursor: pointer;
	}
	
	#RebateHeader_0,#RebateBanner_0
	{
		display: block;
	}
	
	#RebatePause
	{
		background: url(../images/Buttons/RebateNavButtons.png) 0px 0px no-repeat;
	}
	#RebatePause:hover
	{
		background: url(../images/Buttons/RebateNavButtons.png) 0px -16px no-repeat;
	}
	
	#RebatePlay
	{
		background: url(../images/Buttons/RebateNavButtons.png) -54px 0px no-repeat;
	}
	#RebatePlay:hover
	{
		background: url(../images/Buttons/RebateNavButtons.png) -54px -16px no-repeat;
	}
	
	
	#RebateBack
	{
		background: url(../images/Buttons/RebateNavButtons.png) -17px 0px no-repeat;
	}
	#RebateBack:hover
	{
		background: url(../images/Buttons/RebateNavButtons.png) -17px -16px no-repeat;
	}
	
	#RebateForward
	{
		background: url(../images/Buttons/RebateNavButtons.png) -35px 0px no-repeat;
	}
	#RebateForward:hover
	{
		background: url(../images/Buttons/RebateNavButtons.png) -35px -16px no-repeat;
	}
