* { margin:0; padding:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }

/*
 * Hide visually and from screen readers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

body { font-family: Arial,Helvetica,sans-serif; color:#070707; font-size:14px; width:300px; }

a { color:#646464; text-decoration:none; }
a:hover { text-decoration:none; }

a img { border:0; }

.widget-content { float:left; background:#fff; width:300px; height:250px; min-height:250px; overflow:hidden; position:relative; }
.widget-top { float:left; width:100%; height:36px; background-color:#f52a7a; border-bottom:2px solid #fff; }
.logo { background-image:url(i/logo.png); background-repeat:no-repeat; background-position:50% 50%; }

.slideshow { float:left; width:100%; }

.lt-ie8 .widget-content { overflow:hidden; width:99%; }
.lt-ie8 .widget-content .slide a { overflow:hidden; width:99%; }

#pager { position:absolute; left:50%; margin-left:-150px; bottom:0; width:300px;list-style:none; z-index:200; text-align:center; }
#pager li { list-style:none; display:inline-block; }
#pager li a { cursor:pointer; list-style:none; display:block; width:11px; height:11px; margin-left:5px; }
#pager li.cycle-pager-active a, #pager li a:hover { background:url(i/dot-active.png) no-repeat 50% 50%; }

.round { background:url(i/dot.png) 50% 50% no-repeat; overflow:hidden; text-indent:-9999px; }

.slide { background:#fff; vertical-align:top; display:none; }
.slide .slide-post { position:relative; /*width:300px; height:250px;*/ float:left; }
.slide .slide-post a { position:relative; display:block; float:left; }
.slide .slide-post a img, .slide .slide-post a span { display:block; float:left; }
.slide .slide-post a .title { background:#fff; color:#333; padding:5px 8px; font-weight:normal; font-size:18px; display:block; float:left; clear:left; width:200px; white-space:normal !important; }

.slide-first { display:block; }
