/* CSS */
blockquote.easy_testimonial{
	background-color: #F3F3F3;
        border: 1px solid #F3F3F3;
	color: #666666;
        padding: 10px;
	margin: 10px auto;
}
blockquote.easy_testimonial .wp-post-image{
       border: 1px solid #F3F3F3;
       float: left;
       margin: 0 10px 10px 0;
}

blockquote.easy_testimonial p, blockquote.easy_testimonial .easy_t_ratings {
    width: 100%;
}

blockquote.easy_testimonial p a {
    color: #666666;
}

blockquote.easy_testimonial p a:hover{
}

blockquote.easy_testimonial cite{
}

.widgets blockquote.easy_testimonial{
	margin: 5px auto;
}

.cycle-slideshow{
	overflow: hidden;
}

.cycle-slide {
    width: 100%;
}

/* Cycle */
.cycle-slideshow {
    overflow: hidden;
    padding-bottom: 40px;
}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 0px; overflow: hidden;
}
.cycle-pager span { 
    font-family: arial; font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}