
.flickerplate {
    background-color: #e6e6e6;
    height:250px;
    overflow: hidden;
    position: relative;
    width:460px;
	float:right; 
	margin-top:100px;
}
.flickerplate ul.flicks {
    height: 100%;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 10000%;
}
.flickerplate ul.flicks > li {
    background-position: center center;
    background-size: cover;
    display: table;
    float: left;
    height: 100%;
    width: 1%;
}
.flickerplate ul.flicks > li .flick-inner {
    color: #fff;
    display: table-cell;
    height: 100%;
    padding: 10px;
    vertical-align: middle;
}
.flickerplate ul.flicks > li .flick-inner .flick-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 68.75em;
}
.flickerplate ul.flicks > li .flick-title {
    font-size:4em;
    line-height: 1.995em;
    padding: 0;
    text-align: center;
	font-weight:normal;
}
@media only screen and (max-width: 43.813em) {
.flickerplate ul.flicks > li .flick-title {
    font-size: 1.667em;
}
}
.flickerplate ul.flicks > li .flick-sub-text {
    color: rgba(255, 255, 255, 0.8);
    line-height: 2.5em;
    padding: 5px;
    text-align: center;
	font-size:14px;
}
.flickerplate ul.flicks > li .flick-title span.flick-block-text, .flickerplate ul.flicks > li .flick-sub-text span.flick-block-text {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 12px 18px;
}
.flickerplate .arrow-navigation {
    height: 80%;
    overflow: hidden;
    position: absolute;
    top: 10%;
    width: 10%;
    z-index: 100;
}
.flickerplate .arrow-navigation .arrow {
    display: block;
    height: 100%;
    transition: all 0.2s ease-out 0s;
    width: 90%;
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
    cursor: pointer;
}
.flickerplate .arrow-navigation.left {
    left: 0;
}
.flickerplate .arrow-navigation.left .arrow {
    background-image: url("../images/flickerplate/arrow-left-light.png");
    background-position: left center;
    background-repeat: no-repeat;
    margin: 0 0 0 50%;
    opacity: 0;
}
.flickerplate .arrow-navigation.right {
    right: 0;
}
.flickerplate .arrow-navigation.right .arrow {
    background-image: url("../images/flickerplate/arrow-right-light.png");
    background-position: right center;
    background-repeat: no-repeat;
    margin: 0 0 0 -50%;
    opacity: 0;
}
.flickerplate .arrow-navigation.left.hover .arrow {
    margin: 0 0 0 20%;
    opacity: 1;
}
.flickerplate .arrow-navigation.right.hover .arrow {
    margin: 0 0 0 -20%;
    opacity: 1;
}
.flickerplate .dot-navigation {
    bottom:10px;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 100;
}
.flickerplate .dot-navigation ul {
    list-style: outside none none;
    padding: 0 0px;
    text-align: center;
}
.flickerplate .dot-navigation ul li {
    display: inline-block;
    float: none;
}
.flickerplate .dot-navigation .dot {
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    height: 10px;
    margin: 0 6px;
    transition: background-color 0.2s ease-out 0s;
    width: 10px;
}
.flickerplate .dot-navigation .dot:hover {
    background-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
}
.flickerplate .dot-navigation .dot.active {
    background-color: #fff;
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
    text-align: left;
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
    text-align: right;
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
    background-image: url("../images/flickerplate/arrow-left-dark.png");
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
    background-image: url("../images/flickerplate/arrow-right-dark.png");
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
    background-color: rgba(0, 0, 0, 0.12);
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
    background-color: rgba(0, 0, 0, 0.6);
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
    background-color: #000;
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
    color: rgba(0, 0, 0, 0.9);
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
    color: rgba(0, 0, 0, 0.9);
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
    background-color: rgba(255, 255, 255, 0.5);
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
    color: rgba(0, 0, 0, 0.9);
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
    color: rgba(0, 0, 0, 0.9);
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
    background-color: rgba(255, 255, 255, 0.5);
}
.flickerplate.animate-transform-slide ul.flicks {
    transform: translate3d(0%, 0px, 0px);
    transition: transform 0.6s ease 0s;
}
.flickerplate.animate-transition-slide ul.flicks {
    left: 0;
    position: relative;
    transition: left 0.4s ease-out 0s;
}
.flickerplate.animate-jquery-slide ul.flicks {
    left: 0;
    position: relative;
}
.flickerplate.animate-scroller-slide {
    overflow: auto;
    padding-bottom: 0;
}
.flickerplate.animate-scroller-slide ul.flicks {
}
/* .flicker-example li:hover{ cursor:pointer} */