/* 	
	UPDATES

	* by Jordan Dobson Dec 15 2009 - Updated Product Rollover Animations for JS & No-JS
	
*/

																				/* (JS) CART - Non JavaScript */
div#menu span#cart_add{
	position: relative !important;
}

																				/* Displays "..." for longer titles */
/*
body#category fieldset div h3 a{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
*/


div#other ul li#back span{
	margin-left: 0px;					/* Repositions span element to 0 rather than -28px. This is the same class the scrolling image container when Javascript is active. */
}

																	/* A - More Items > No Javascript! > Image border/bkg > Rollovers */
div#other ul li a.nonScroll:hover img{
	border-color: #ff00a7;
}

																	/* A - More products > List element Link rollover */
div#other ul li#back a.nonScroll:hover,
div#other ul li#next a.nonScroll:hover{
	border-color: #ff00a7;
}
																	/* A - More products > First & Last image deactivation */
div#other ul li#back span#moveLast,
div#other ul li#back span#moveLast:hover,
div#other ul li#next span#moveNext,
div#other ul li#next span#moveNext:hover{
	cursor: default;
	background-color: #dddddd;
}
