#slideshow-wrapper {
	/*height: 134px;*/
	position: fixed;
	width: 100%;
	bottom: 0px;
	/*right: 0px;*/
	cursor: pointer;
	z-index: 900;
}
.cycle-slideshow {width: 100%;
	/*border: 1px solid #fff;*/
	
}
.thumb {	
	border-right: 6px ridge #666;
	border-top: 1px solid #999;
	float: left;
	margin-right: 40px;
}


/*large quote styles*/
#quotes {
	/*width: 100%;*/
	margin-left: auto;
	margin-right: auto;
}

#adv-custom-caption {
	font-family: 'Arial Narrow', Arial, sans-serif;
	font-style: italic;
	font-size: 26px;
	padding-right: 40px;
	padding-top: 10px;
	
	line-height: 26px;
	text-align: left;
	
	/*height: auto;*/
	
	border-top: 1px solid #999;
	height: 130px;
	color: #ffccff;
	
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	
	background: -moz-linear-gradient(top,  rgba(21,22,20,0.86) 0%, rgba(25,34,45,0.86) 36%, rgba(5,20,30,0.86) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(21,22,20,0.86)), color-stop(36%,rgba(25,34,45,0.86)), color-stop(100%,rgba(5,20,30,0.86))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(21,22,20,0.86) 0%,rgba(25,34,45,0.86) 36%,rgba(5,20,30,0.86) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(21,22,20,0.86) 0%,rgba(25,34,45,0.86) 36%,rgba(5,20,30,0.86) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(21,22,20,0.86) 0%,rgba(25,34,45,0.86) 36%,rgba(5,20,30,0.86) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(21,22,20,0.86) 0%,rgba(25,34,45,0.86) 36%,rgba(5,20,30,0.86) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db151614', endColorstr='#db05141e',GradientType=0 ); /* IE6-9 */
}
/*styles for desktop*/
@media screen and (min-width: 1281px) {
	#adv-custom-caption {
		padding-left: 330px;
	}
}
/*styles for tablet*/
@media screen and (max-width: 1280px) {
	#adv-custom-caption {
		padding-left: 230px;
		font-size: 20px;
		position: relative;
		line-height: 20px;
	}
	#quotes-slideshow {
		/*position: relative;*/
		/*top: 0;*/
	}
	.thumb {
		width: 190px;
		height: auto;
	}
}

/*styles for ipad*/
@media screen and (max-width: 1024px) {
	#adv-custom-caption {
		display: block;
		height: auto;
		padding-left: 8px;
		font-size: 20px;
		line-height: 20px;
		letter-spacing: 1px;
		padding-bottom: 44px;
	}
	.thumb {
		float: none;
		width: 1024px;
	}
}
/* android tablet portrait */
/*ipad portrait at 768px*/
@media screen and (max-width: 800px) {
	#adv-custom-caption {
		display: block;
		height: auto;
		padding-left: 8px;
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 1px;
		padding-bottom: 44px;
	}
	.thumb {
		float: none;
		width: 768px;
	}
}
/* includes iphone5 landscape */
@media screen and (max-width: 600px) {
	#adv-custom-caption {
		display: block;
		height: auto;
		padding-left: 8px;
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 1px;
		padding-bottom: 44px;
	}
	.thumb {
		float: none;
		width: 600px;
	}
}
/* kindle portrait */
@media screen and (max-width: 600px) and (min-height: 820px) {

}
/*smartphone horizontal*/
@media only screen and (max-width : 480px) {
	#adv-custom-caption {
		display: block;
		height: auto;
		padding-left: 8px;
		font-size: 16px;
		line-height: 16px;
		letter-spacing: 1px;
		padding-bottom: 44px;
	}
	.thumb {
		float: none;
		width: 480px;
	}
}
/*android nexus4 vertical*/
@media only screen and (max-width : 384px) {

}
/*Smartphone vertical*/
@media only screen and (max-width : 320px) {
	#adv-custom-caption {
		line-height: 15px;
	}
	.thumb {
		float: none;
		width: 320px;	
	}
}
/*android phone vertical*/
@media only screen and (max-width : 240px) {
	#adv-custom-caption {
		display: block;
		height: auto;
		padding-left: 8px;
		font-size: 12px;
		line-height: 12px;
		letter-spacing: 1px;
		padding-bottom: 44px;
	}
	.thumb {
		float: none;
		width: 240px;
	}
}
/*android phone horizontal*/
@media only screen and (max-width : 320px) and (max-height: 479px) {
	#adv-custom-caption {
		font-size: 11px;
		line-height: 11px;
		letter-spacing: 1px;
		padding-bottom: 44px;
	}
	.thumb {
		float: none;
		width: 240px;
	}
}

/*@media (min-width: 1025px) and (max-width:1528px) {
	#adv-custom-caption {
		font-size: 24px;
		line-height: 26px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	#adv-custom-caption {
		font-size: 20px;
		line-height: 20px;
		height: 140px;
	}
	.thumb {
		margin-right: 10px;
	}
}
@media (min-width: 481px) and (max-width: 767px) {
	#adv-custom-caption {
		font-size: 20px;
		line-height: 20px;
	}
	.thumb {
		margin-right: 10px;
		width: 200px;
	}
}
@media (min-width: 481px) and (max-width: 621px) {
	#adv-custom-caption {
		height: 160px;
	}
}
@media (min-width: 320px) and (max-width: 480px) {
	#adv-custom-caption {
		font-size: 20px;
		line-height: 20px;
		height: 160px;
	}
	.thumb {
		margin-right: 10px;
		width: 200px;
	}
}*/