div#dailyDealTicker
{
	background: transparent url("/images/common/daily_deal_mid.gif") repeat-x right bottom;
	height:43px;
	width:750px;
}
	div#dailyDealTicker div.title
	{
		background: transparent url("/images/common/daily_deal_right_corner.gif") no-repeat right bottom;
		float:right;
		padding:0px 182px 0 0;
		height:43px;
		width:496px;
	}
		div#dailyDealTicker div.title p#SlideShowTicker 
		{
			margin-top:19px;
		}
			div#dailyDealTicker div.title p#SlideShowTicker a
			{
				font-size: 15px;
				font-weight:bold;
				color: #0a0a0a;
				text-decoration:none;
				text-align:right;
				background-color:#ededed;
			}
	div#dailyDealTicker div.paging
	{
		background: transparent url("/images/common/daily_deal_left_corner.gif") no-repeat left bottom;
		float:left;
		height:43px;
		width:52px;
		padding:0px 0px 0px 19px;
	}
		div#dailyDealTicker div.paging a,div#dailyDealTicker div.paging span
		{
			display:block;
			width:15px;
			height:18px;
			background-image:url("/images/common/daily_deal_dt_pager.gif");
			float:left;
			margin:19px 0px 0px 0px;
		}
		div#dailyDealTicker div.paging span
		{
			background-position:0px -36px;
			width:10px;
		}
		div#dailyDealTicker div.paging a.next
		{
			background-position:0px -18px;
		}
		div#dailyDealTicker div.paging a.prev
		{
			background-position:0px -72px;
		}
			div#dailyDealTicker div.paging a.next:hover
			{
				background-position:0px 0px;
			}
			div#dailyDealTicker div.paging a.prev:hover
			{
				background-position:0px -54px;
			}