/*
Image Reel
*/
.mainView
{
  float: left;
  position: relative;
}

.window
{
  height: 230px;
  width: 980px;
  overflow: hidden;
  position: relative;
}

.imageReel
{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}

.imageReel img
{
}

.paging
{
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 189px;
  height: 46px;
  z-index: 100;
  text-align: center;
  line-height: 46px;
  background: url('../images/imagereel/reel_paging_bg.png') no-repeat;
  display: none;
}

.paging a
{
  padding: 7px;
  text-decoration: none;
  color: #242424;
  font-weight: bold;
  font-size: 12px;
}

.paging a.active
{
  font-weight: bold;
  color: #ffffff;
  background: #920000;
  border: 1px solid #610000;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.paging a:hover
{
  font-weight: bold;
}


*.dealsReel
{
	border:solid 1px #333;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 10px #333;
	-moz-box-shadow: 0px 0px 10px #333;
	box-shadow: 0px 0px 10px #333;
}

*.dealsReelHigh
{
	border:solid 1px #b90101;
	background-color:#fff;
	-webkit-box-shadow: 0px 0px 10px #b90101;
	-moz-box-shadow: 0px 0px 10px #b90101;
	box-shadow: 0px 0px 10px #b90101;
}

*.dealReelHeader
{
	position: absolute;
	top: 0;
	left: 0;
	height:30px;
	width:240px;
	z-index: 999;
	display:none;
	background: url('../images/imagereel/deal_reel_header.png') no-repeat;
	font-size:13px;
	font-family:century gothic;
	font-weight:bold;
	padding-top:4px;
	color:#fff;
	text-shadow: 1px 1px 1px #333;
}

*.dealReelPrice
{
	position: absolute;
	top: 217px;
	left: 268px;
	height:30px;
	width:100px;
	z-index: 999;
	background: url('../images/imagereel/deal_reel_price.png') no-repeat;
	font-size:18px;
	font-family:century gothic;
	font-weight:bold;
	padding-top:3px;
	color:#fff;
	text-shadow: 1px 1px 1px #333;
	display:none;
}