 /*
    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 {/* width: 100% !important;*/ min-width: 200px;   margin: 0; padding: 0; position: relative;
/*    background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;*/
    background:transparent;
 width:100%; 

  background-image:none; 
  
 }




/* 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; bottom: 0; left: 200px; 
    width: 35% !important; height:auto; max-width:500px;
    padding: 0; display: block;
}



.cycle-pager { display:none;}

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



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

 /* display paused text on top of paused slideshow */
.cycle-paused:after {display:none;
    content: ''; color: white; background: transparent; padding: 10px;
    z-index: 500; position: absolute; top: 10px; right: 10px;
    border-radius: 10px;
    opacity: .5; filter: alpha(opacity=50);
}
 
	
.cycle-prev ,.cycle-next  {position:absolute;z-index:102;
top:50%; 
	display:none;
 
	font-size:52px;color:#00507b;
	border:0;
	margin-top:-30px;cursor:pointer;  color:#fff;
}
.cycle-next   {
	position:absolute;
	right:0px;padding-right:10px;
	top:50%;

	
}

.cycle-prev  {
	position:absolute;
	left:0px;padding-left:10px;
 

}
.cycle-next:hover {
	
}
.cycle-prev:hover {
	
}

.cycle-slideshow:hover .cycle-prev ,
.cycle-slideshow:hover .cycle-next{ display:blocK;}



.slide-element  {
width:100%; max-width:800px;
height:auto;
background-image:none;


}

p.testimonial_person {text-align:left;margin-top:30px; font-style:italic;  }

