
.cycle-slideshow, .cycle-slideshow * {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    box-sizing: border-box;        
}
.cycle-slideshow {
    max-width: 100%;
    padding: 0;
    position: relative;
	-webkit-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, 0.4);
	text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.4);
	margin-bottom: 2em;
}
.cycle-slideshow img {
    display: block;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.cycle-slideshow img:first-child {
    position: static;
    z-index: 100;
}
.cycle-pager {
    overflow: hidden;
    position: absolute;
    text-align: right;
    padding-right: 1em;
    bottom: 0;
    width: 100%;
    z-index: 500;
}
.cycle-pager span {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-size: 2em;
    height: 1em;
    width: 0.6em;
	text-align: center;
}
.cycle-pager span.cycle-pager-active {
    color: #CC0000;
}
.cycle-pager > * {
    cursor: pointer;
}
.cycle-caption {
    bottom: 1em;
    color: white;
    position: absolute;
    right: 1em;
    z-index: 700;
    
}
.cycle-overlay {
	background: #c00;
	background: rgba(204, 0, 0, 0.9); 
    bottom: 0;
    padding: 0.6em 0.8em;
    position: absolute;
    max-width: 86%;
    margin: 0 1em 1em 1em;
    z-index: 600;
    color: #fff;

}

.cycle-overlay div {
	font-size: 0.75em;
	padding: 0.1em 0.6em;
}
.cycle-overlay div:first-child {
	font-size: 0.9375em;
	font-family: "HelveticaNeueW01-75Bold","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
}

@media only screen and (max-width: 480px) {
	.cycle-overlay { max-width: 100%; margin: 0; }
	.cycle-overlay div { display: none; }
	.cycle-overlay div:first-child { display: block; font-size: 0.8em }
}
@media only screen and (max-width: 768px) {
	.cycle-overlay { max-width: 100%; margin: 0;position:relative; }
}

.cycle-prev, .cycle-next {
    cursor: pointer;
    z-index: 800;
    color: #fff;
    font-size: 2.5em;
    font-weight: 400;
    margin-top: -.5em;
    outline: none;
    position: absolute;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    top: 50%
}
.cycle-prev:before {
    font-family: 'ttu2015-icomoon';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    content: "\e602"
}
.cycle-next { 
	right: 0; 
}
.cycle-next:before {
    font-family: 'ttu2015-icomoon';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: block;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    text-decoration: inherit;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    content: "\e603"
    
}
.cycle-prev:hover, .cycle-next:hover {
	color: #c00;
}
.disabled {
    opacity: 0.5;
}
.cycle-paused:after {
    color: #fff;
    content: "| |";
    font-weight: bold;
    font-size: 0.75em;
    line-height: 0.75em;
    padding: 0.6em 1em;
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 500;
}


.cycle-slideshow > a { 
	position: absolute; top: 0; left: 0;
	width: 100%;
	height: auto;
	padding: 0; display: block;
	margin: 0;
}
.cycle-slideshow img,
.cycle-slideshow > a > img { 
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	position: static;
	display: block;
}
