/* CSS */
blockquote.easy_testimonial {
    margin: 10px auto;
    min-height: 80px;
    padding: 10px;
}

blockquote.easy_testimonial .wp-post-image{
    border-radius: 5px 5px 5px 5px;
    float: left;
    margin: 0 10px 10px 0;
}

blockquote.easy_testimonial p {
    width: 100%;
}

blockquote.easy_testimonial p a {
}

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;}