/* Tiny Carousel */
.slider {
    height: 1%;
    margin: 6px 0 0px 0;
    overflow: hidden;
    position: relative;
	padding-top:10px;
	text-align:center;
}

.slider .viewport {
    height: 228px;
    overflow: hidden;
    position: relative;
	background:#F0F1F1;
	margin-bottom:14px;
}

.slider .buttons {
    background: #449AC8;
    color: #fff;
    width: 50px;
    height: 50px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    text-decoration: none;
    font-size: 22px;
	display:inline-block;
	margin-bottom:18px;
	border-radius:100%;
}

.slider .buttons:hover {
    color: #FFF;
    background: #01517B;
}

.slider .disable {
    visibility: hidden;
}

.slider .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 270px;
    left: 0;
    top: 0;
	padding:19px;
}

.slider .overview li {
    float: left;
    margin: 0 18px 0 0;
    padding: 1px;
    height: 228px;
    width: 270px;
}

.slider .overview li img {
    max-height: 195px;
	border:10px solid #FFFFFF;
}