.gallery, .galleryItem, .galleryItemOverlay, .galleryImage, .galleryInfo, .galleryBox
{	
	float:left;
	display:block;
}

.gallery {
	width:100%;
	margin:auto;
}

.galleryBox {
	width:280px;
	height:280px;
	margin:15px 12px 15px 12px;	
}

.galleryItem {
	width:280px;
	height:258px;

	border:2px solid #ccc;

	/*
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	*/

	/*
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.80);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.80);
	*/	
}

.galleryItem:hover {
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.40);
    -moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.40);
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.40);	
}

.galleryImage{
	width:280px;
	height:178px;
	/*
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	*/
}

.galleryInfo {	
	width:280px;
	height:78px;
	background-color:#EDF4F9;
	border-top: 2px solid #000;
	z-index:100;

	-webkit-border-bottom-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
}

.galleryInfoTitle {
	font-weight:bold;
	font-size:1.2em;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
}

.galleryInfoCategory {
	font-size:12px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;
}

.galleryInfoCategory:hover{
	text-decoration:none;
}

.galleryInfoDescription{
	font-size:0.9em;
	padding-left:10px;
	padding-right:10px;
}

.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: relative;
  top: -262px;
  right: -198px;
}

.ribbon-green {
  font: 1.2em Arial;
  color: #333;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  -webkit-font-smoothing: antialiased;
  position: relative;
  padding: 5px 0;
  left: -5px;
  top: 15px;
  width: 120px;

  /*
  background-color: #BFDC7A;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#BFDC7A), to(#8EBF45)); 
  background-image: -webkit-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:    -moz-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:     -ms-linear-gradient(top, #BFDC7A, #8EBF45); 
  background-image:      -o-linear-gradient(top, #BFDC7A, #8EBF45); 
  color: #6a6340;
  */

	background: -moz-linear-gradient(top,  rgba(163,185,62,1) 1%, rgba(129,148,44,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(163,185,62,1)), color-stop(99%,rgba(129,148,44,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(163,185,62,1) 1%,rgba(129,148,44,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(163,185,62,1) 1%,rgba(129,148,44,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(163,185,62,1) 1%,rgba(129,148,44,1) 99%); /* IE10+ */
	background: linear-gradient(top,  rgba(163,185,62,1) 1%,rgba(129,148,44,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3b93e', endColorstr='#81942c',GradientType=0 ); /* IE6-9 */
	color:#fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid #6e8900;   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}

.galleryInfoPrice {
	float:left;
	display:block;
	position:relative;
	top:-250px;
	left:170px;
	width:90px;
	height:24px;
	padding-top:6px;
	padding-bottom:12px;
	text-indent:10px;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	font-size:1.5em;
	/*border:2px solid #269426;*/
	
	color:#fff;

	background: -moz-linear-gradient(top,  rgba(163,185,62,1) 1%, rgba(129,148,44,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(163,185,62,1)), color-stop(99%,rgba(129,148,44,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(163,185,62,1) 1%,rgba(129,148,44,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(163,185,62,1) 1%,rgba(129,148,44,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(163,185,62,1) 1%,rgba(129,148,44,1) 99%); /* IE10+ */
	background: linear-gradient(top,  rgba(163,185,62,1) 1%,rgba(129,148,44,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3b93e', endColorstr='#81942c',GradientType=0 ); /* IE6-9 */
	
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;		
}

/* iPhone5 only */
@media only screen 
and (min-device-width : 320px)
and (max-device-width : 568px) 
and (orientation : landscape)
{ 
	.galleryBox {
		margin:15px 2px 15px 2px;	
	}	
}

