/*-----------------------------
	quotes llama  - gallery
-----------------------------*/
.quotes-llama-gallery {
	position:relative;
	top: 10px;
	left: 0px;
	width: 100%;
	min-width: 280px;
	height: 80%;
	min-height: 420px;
	display: block;
	overflow: hidden;
}

.quotes-llama-gallery-rotate {
	position:absolute;
	top: 10px;
	left: 1%;
	width: 95%;
	min-width: 400px;
	height: 40%;
}

.quotes-llama-gallery-quotebox {
	position: absolute;
	padding: 5px;
	max-width: 60%;
	z-index: 99999;
	cursor: pointer;
}

.quotes-llama-gallery img,
.quotes-llama-page-quote img  {
	width: 150px;
	height: 150px;
	margin-right: 15px;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);
	box-shadow: 5px 10px 12px 0px rgba(0,0,0,0.75);
}
