/*
Theme Name: Local Business Consultant Theme (Fancy)
Theme URI: http://www.localbizthemes.com
Description: The theme for successful Local Business Marketers!
Version: 1.5
Author: Kevin Koop
Author URI: http://www.localbizthemes.com
Tags: local business theme, mobile marketing, offline marketing
*/

div.page .time-comments{
	display:none;
	
}

a{
	color:	#EE0000;
}

/* 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: 80%; min-width: 500px; margin: 10px auto; padding: 0; position: relative;
    /* background: url(../themes/images/ajax-loader.gif) 50% 50% no-repeat; */

 }

/* 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;
    width: 100%; height: auto; padding: 0; display: block;
}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}
/* divs */
.cycle-slideshow > div { 
    position: absolute; top: 0; left: 0;
    padding: 0;
}

.composite > div { background: white }
.composite > div > img { display: block; }
.composite > div .cycle-overlay { 
    color: white; background: black; opacity: .6; filter:alpha(opacity=60);
    position: absolute; bottom: 20px; width: 575px; height: 40px; padding: 0px;
}