#smartwrap{
	width: 960px;
	margin: 0 auto;
}

h3.exampleTitle{
  	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	margin: 40px 0 10px 0;
	clear: both;
}



.butt {
    display: inline-block;
    width: auto;
    padding: .6em 12px;
    margin: .75em 0;
 	color: white;
    text-shadow: 0 1px 0 rgba(0,0,0,.3);
    background-image: -webkit-gradient(linear, 0% 0%, 0%100%, from(#52A8E8), to(#377AD0));
    background-image: -moz-linear-gradient(0% 100% 90deg,#377AD0, #52A8E8);
    background-color: #52A8E8;
    border: 1px solid #20559A;    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.4);
    border-radius: 5px;
    line-height: 1.2em;
    font-weight: 700;
}
.butt:hover, .butt:focus {
    background-image: -webkit-gradient(linear, 0% 0%, 0%100%, from(#3499e4), to(#2c6ab9));
    background-image: -moz-linear-gradient(0% 100% 90deg,#2c6ab9, #3499e4);
    background-color: #2c6ab9;
}
ul.products{
	margin: 0;
	padding: 0;
}


.smartitem {
	list-style: none;
	position: relative;
	height: auto;
	overflow: hidden;
	width: 100%;
}

.smartitem .front {
	position: absolute;
	height: auto;
	z-index: 900;
	text-align: center;
	width: 100%;
	overflow: hidden;
}




.smartitem .back p {
	margin: 0 16px 1.5em;
}




