:focus {
	outline: none;
}

/* General styles ------------------------- */

.showcase {
	position: relative;
	}

.showcase ul li {
	width: 100%;
	min-width:251px;
	max-width: 251px;
	height: 100%;
	max-height:417px;
	min-height:417px;
	float: left;
	list-style-type: none;
	background:transparent url(../images/itemHolder.png) top center no-repeat;
}

.showcase ul li a {
	display: block;
}

.showcase li a img {
	margin-left:16px;
	padding:1px;
	width:86%;
	min-width:215px;
	max-width:215px;
	height:72%;
	border: 1px solid #a7a79d;
}

/* Horizontal showcase ------------------------- */

.showcase#horizontal {
/*  margin: -50px auto 0 auto;*/
	width: 800px;
	height: 650px;
	color: #A7A79D;
}

.showcase#horizontal ul {
	position: relative;
	width: 800px;
/*  height: 650px;  */
  height:545px;
	margin: 0;
	padding:0px;
	overflow:hidden;
}

.title {
font-size: 18px;
padding:15px 15px 10px 18px;
margin:0px;
}

.price {
font-size:14px;
margin:10px 16px 2px 16px;
padding-top:5px;
border-top:1px solid #a7a79d;
}

.price form{
  float:right;
}

div#footer {
margin-top:80px;
}


