/* CSS Document */
#jgs-left-title{float:left}
#jgs-search{float:right}
.clear{clear:both}
.grid-item {
    width: 220px;
    overflow: hidden;
    margin: 0 0 10px 0;
	background-color:#e6e6e6;
	border-right: 1px solid #e6e6e6;
}
.grid-item-header{
    padding: 0 5px;
}
.grid-item-footer {
    padding: 5px;
}
.grid-item-image{
    height: 220px;
	overflow:hidden;
	background-color:#f7f7f7;
}
.jgs-transition {

	-webkit-transform: scale(1.2) rotate(10deg); 
    -moz-transform: scale(1.2) rotate(10deg);
    -o-transform: scale(1.2) rotate(10deg);
    transform: scale(1.2) rotate(10deg);
	
}
.jgs-giftimage {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
}
.pagination{text-align:center;}
.grid-item-footer-price{float:left}
.grid-item-footer-btn{float:right}