/************************************************/
/*				Hover Me Script					*/
/* 			Shawn Souto	 - 6/23/10				*/
/************************************************/

/* Paging */
.paging {
	float:left;
	margin-top:12em;
	padding-left:1em;
	width:7em;
}

.paging .move-left, .paging .move-right {
	float:left;
	display:block;
	background-repeat:no-repeat;
	background-position:top left;
	height:10px;
	width:10px;	
}

.paging .move-left:hover, .paging .move-right:hover {
		
}


.paging .move-left {
	background-image:url(file:///C|/Temp/images/featured_item_previous.gif);
}

.paging .move-right {
	background-image:url(file:///C|/Temp/images/featured_item_next.gif);	
}

.paging .pages {
	margin-top:5px;
	width:25em;
}

.paging .pages li {
	margin:.25em;
	display:block;
	float:left;	
}

.paging .pages li a {
	display:block;
	height:10px;
	width:10px;
	background-image:url(/images/featured_item_window_button_off.gif);height:13px; width:13px;
}

.paging .pages li a.active {
	background-image:url(/images/featured_item_window_button_on.gif);
}
/* \\paging */

/* items */
/* collection wrap class */
.products-container {
	height:384px;
	/*margin-top: 10px;
	overflow:hidden;
	width:100%;*/
}

.products-list {
	position:relative;
	left:0;
	width:10000px;	
}

/* individual product wrap class */
.prod-wp {
	height:230px;
	width:238px;
	float:left;
	overflow:hidden;	
	text-align:center;
	background-image:url("file:///C|/Temp/images/divider_dotted_200.gif");
	background-position:right top;
	background-repeat:no-repeat;
}

/* individual product class */
.product {	
	margin:0 auto;
	width:160px;
	text-align:left;
}

.product img {
	display:block;
	margin:0 auto;
}

.product .title {
	font-size:.8em;
	text-decoration:underline;
}

.product .retail {
	font-size:.8em;
	color:#999999;
}

.product .sale {
	font-size:.8em;
	color:#663366;
}
/* \\items */

/************************************************/