@charset "UTF-8";
/* CSS Document */

/* Items and Items List */
.ProdThumb {
	position: relative;
	width: 200px;
	margin: 0px 18px 18px 18px;
	display:inline-block;
	float: left;
	font-size: 9px;
}

.ProdThumb a img {
	height: 166px;
	width: 200px;
	background-color: #CCCCCC;
	margin-bottom: 1px;
}

.ProdThumb:hover a img {
	margin-right: -3px;
	border-right: 3px solid #FF8B17;
}

.items {
	position: absolute;
	height: 450px;
	width: 475px;
	top: 1px;
}

#itemsContainer {
	position: relative;
	width: 475px;
	left: 195px;
	height: 450px;
	overflow:hidden;
}


/* Multipage Navigation Boxes */
.pagenav {
	height: 10px;
	width: auto;
	position: absolute;
	bottom: 140px;
	right: 221px;
}


.pagenav .prev, .pagenav .next, .pagenav .num, .pagenav .current {
	float: left;
	height: 6px;
	width: 6px;
	margin: 2px;
	cursor: pointer;
}

.pagenav .prev:hover, .pagenav .next:hover, .pagenav .num:hover {
	background-color: #FF8B17;
}

.pagenav .prev a:hover {
	color: #FF8B17;
}

.pagenav .prev {
	margin-right: 8px;
	background-image:url(../images/dots/left.png);
}

.pagenav .num {
	background-image:url(../images/dots/open.png);
}

.pagenav .current {
	background-image:url(../images/dots/closed.png);
}

.pagenav .current:hover {
	background-color: #BAE7F7;
}

.pagenav .next {
	margin-left: 8px;
	background-image:url(../images/dots/right.png);
}
