#marqueeBox{
	width:646px;
	margin: 0 auto 10px auto;
}
#pane{
	display: none;
}
#marqueeBox .boxTitle{
	background: url(/images/paginationbar.gif) no-repeat;
	height:30px;
	font-weight: bold;
	color: #fff;
	padding: 0 20px;
	font-size: 11px;
	line-height: 30px;
	margin: 0;
}
#marqueeBox .boxTitle h4{
	font-weight: bold;
	color: #fff;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
#links{
	float:right;
}
#links a{
	font-weight: bold;
	color: #fff;
	padding:0 5px;
}
#links a.foo{
	background: #f6f6f6;
	color: #4e4e4e;
}
#pane{
	width:644px;
	overflow: hidden;
	background: #f6f6f6;
	border: solid 1px #e7e7e8;
	height:165px;
	overflow: hidden;
}
#content{
}
.page{
	width:646px;
	float: left;
}
.insidePage{
	overflow: hidden;
}

/*  Lists */
ul.latestProducts{
	margin: 0;
	padding:0 0 0 6px;
}
ul.latestProducts li{
	float: left;
	list-style: none;
	width: 120px;
	background: #fff;
	border: solid 1px #e7e7e8;
	margin:8px 0 0 4px;
	text-align: center;
}
ul.latestProducts li.last{
	margin-right: 0px;
}
ul.latestProducts li a{
	border: 0;
	text-decoration: 0;
}
.thumbNailImage{
	height:80px;
	overflow: hidden;
	margin: 10px 0 0 0;
	padding: 0;
}
ul.latestProducts li a img{
	display: block;
	margin: 0 auto;
}
ul.latestProducts li span{
	height:2.4em;
	line-height: 1.2em;
	overflow: hidden;
	display: block;
}
ul.latestProducts li p{
	padding:3px;
	background: #ff8800;
	color: #fff;
	font-weight: bold;
	margin: 5px;
}
.latestproductImage{
	text-align:center;
	height:80px;
	margin:10px 0 0;
	overflow:hidden;
	padding:0;
}
.latestproductImage a{
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	height:80px;
}

