/* Tiny Carousel */
#slider3 {
    height: 1%;
    margin: 0px 0 0;
    overflow: hidden;
    position: relative;
    padding: 0 40px 10px;
}

#slider3 .viewport {
    height: 295px;
    overflow: hidden;
    position: relative;

}

#slider3 .buttons {
    
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    width: 26px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 35px;
    text-decoration: none;
    font-size: 22px;
	background:url(../images/left-icon.png) no-repeat;
	
}

#slider3 .next {
    right: 0;
    left: auto;
    top: 45%;
	background:url(../images/right-icon.png) no-repeat;
}

#slider3 .next:hover{background:url(../images/right-iconh.png) no-repeat;}
#slider3 .prev:hover{background:url(../images/left-iconh.png) no-repeat;}

#slider3 .buttons:hover {
    
}

#slider3 .disable {
    visibility: hidden;
}

#slider3 .overview {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 240px;
    left: 0;
    top: 0;
}

#slider3 .overview li{margin: 0 20px 0 0;}

/*#slider3 .overview li {
    float: left;
    margin: 0 20px 0 0;
    padding: 1px;
    height: 121px;
    border: 1px solid #dcdcdc;
    width: 236px;
 }*/
