
#stacks_in_334_page9 {
	margin:  15px;
	padding:  14px;
}

#jCycleStackstacks_in_302_page9 {
	display: block;
}

/*
    these are just the default styles used in the Cycle2 demo pages.  
    you can use these styles or any others that you wish.
*/


/* set border-box so that percents can be used for width, padding, etc (personal preference) */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow {position: relative; width: 100%;}

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    padding: 0; display: block;
}

#jCycleStackstacks_in_302_page9 div.cycle-slideshow>div {
	width:100%;
	 height: auto; 
}

div.cycle-slideshow img {
	width: inherit;
	max-width: 100%;
	height: auto;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

/* pager */
.cycle-pager, .example-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0px;
	opacity: 0.6;
	-webkit-transition: all 0.3s;
	height: 36px !important;
}

#jCycleStackstacks_in_302_page9 .cycle-pager span, #jCycleStackstacks_in_302_page9 .example-pager span { 
    font-size: 36px !important; width: 16px; height: 16px; 
    display: none; cursor: pointer;
	color: #FFFFFF;
	opacity: 0.4;
	font-family: Arial;
}
#jCycleStackstacks_in_302_page9 .cycle-pager span.cycle-pager-active, #jCycleStackstacks_in_302_page9 .example-pager span.cycle-pager-active { color: #FFFFFF;opacity: 0.8;}
.cycle-pager > *, .example-pager > * { cursor: pointer;}

#jCycleStackstacks_in_302_page9 .cycle-pager span[class] {display:inline-block;}

/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30% !important; opacity: 0.4; filter: alpha(opacity=40); z-index: 800; height: 100% !important; cursor: pointer; }
.cycle-prev { left: 0;  background: url(../index_files/left.png) 0% 50% no-repeat;}
.cycle-next { right: 0; background: url(../index_files/right.png) 100% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .9; filter: alpha(opacity=90) }

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay { 
    font-family: tahoma, arial;
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}


/* prev / next links */

.disabled { opacity: .5; filter:alpha(opacity=50); }


/* display paused text on top of paused slideshow */
// .cycle-paused:after {
//     content: '||'; color: white; background: transparent; padding: 5px 10px;
//     z-index: 500; position: absolute; top: 4px; right: 4px;
//     border-radius: 10px;
//     font-size: 24px;
//     opacity: 1; filter: alpha(opacity=100);
// 	font-weight: bold;
// }

/* 
    media queries 
    some style overrides to make things more pleasant on mobile devices
*/

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow { width: auto;}
    .cycle-overlay { padding: 4px }
    .cycle-caption { bottom: 4px; right: 4px }
}




