/* Tiny Carousel */
.slider {
    height: 1%;
    margin: 0px 0 0px 0;
    overflow: hidden;
    position: relative;
    padding: 0;
	text-align:center;
	background:#FFFFFF;
}

.slider .viewport {
    height: 220px;
    overflow: hidden;
    position: relative;
}

.slider .buttons {
    background: #FC850F;
    color: #fff;
    width: 58px;
    height: 48px;
    font-weight: bold;
    text-align: center;
    line-height: 44px;
    text-decoration: none;
    font-size: 22px;
	display:inline-block;
	margin:18px 4px 8px 4px;
	border-radius: 10px;
}

.slider .buttons:hover {
    color: #FFF;
    background: #3A9C30;
}

.slider .disable {
    visibility: hidden;
}

.slider .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 352px;
    left: 0;
    top: 0;
	padding:0px;
}

.slider .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 220px;
}

.slider .overview li img {
    max-height: 220px;
	border:0px solid #FFFFFF;
}