﻿/* 
	Added by: Ronan Farrell 
	Date: November 3rd 2009
*/

.item, .alternatingItem
{
   float: left;
   padding: 2px;
   margin: 2px;
   width: 130px;
   height: 330px;
   border: 0px solid threedshadow;
   overflow: hidden;
}
.item
{
   /*background: whitesmoke !important;*/
}
.alternatingItem
{
   /*background: window !important;*/
}
.item:hover, .alternatingItem:hover
{
   background: silver !important;
}

