/* JQUERY SLIDESHOWS (SEE ALSO responsive-slides.css IN FOLDER JQuery) */

.centered-btns_tabs a,
.transparent-btns_tabs a,
.large-btns_tabs a 
	{
	text-indent: 0px;
	}

.optionsJQ > .centered-btns_nav	{ display: none; }  /* HIDES ARROWS */

.slideshow-text		{
			margin: 15px auto 15px auto;
			max-width: 90%;
			}

.pager-jq		{ max-width: 600px; text-align: center; margin: 12px auto 0px auto; }

body.rslides-options .pager-jq { max-width: 100%; text-align: left; margin: 10px auto 10px auto; }

.pager-images		{ text-align: left; }

.pager-images img	{ width: 100%; height: auto; vertical-align: bottom; }

.rslides_container	{
			background-color: transparent;
			max-width: 700px;
			min-width: 250px;
			text-align: center;
			margin: 0 auto;
			position: relative;
			box-sizing: border-box;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			border: #000000 3px solid;
			}

/* SLIDESHOW ROUND ACTIVE BUTTON STYLES */

.centered-btns_tabs	{
			width: 100%;
			margin: 0 auto;
			text-align: center;
			z-index: 1000;
			background-color: transparent;
			}

body.rslides-options .centered-btns_tabs { text-align: center; }

/* NORMAL BUTTON STATE */

.centered-btns_tabs a 	{
			width: 100%;
			max-width: 88px;
			height: auto;
			background-color: transparent;
			border: #000000 2px solid;
		/* CORNER ROUNDING */
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			margin: 0px 0px 0px 0px;
			}

body.rslides-options .centered-btns_tabs a { max-width: 50px; }

/* HOVER BUTTON STATE */

.centered-btns_tabs a:hover 
			{ background-color: #FFFFFF; border: #FFFFFF 2px solid; }

/* ACTIVE BUTTON STATE */

.centered-btns_here a, .centered-btns_here a:hover 
			{ background-color: #0066FF; border: #0066FF 2px solid; cursor: default; }

.centered-btns_here img, .centered-btns_here img:hover { opacity: 0.50; }


/* CAPTIONS */

.rslides_container li div {
	color: #FFFFFF;
	font-size: 19px;
	font-weight: 600;
	text-align: center;
	background: #000000;  /* BACKGROUND FOR NON-CSS3 */
	background: rgba(0,0,0,0.5);  /* BACKGROUND 60% OPACITY */
	width: 100%;
	padding: 11px 5px 11px 5px;
	position: absolute; left: 0px; bottom: 0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	}



/***************
START Media Queries #2 WHEN PAGE WIDTH LESS THAN 740 IS ACTIVE
***************/
@media handheld and (max-width: 740px),
   screen and (max-device-width: 740px),
   screen and (max-width: 740px) 
	{


.rslides_container li div {
	font-size: 14px;
	padding: 8px 5px 8px 5px;

	}


	}
/***************
END Media Queries #2
***************/