﻿/* Tiny Carousel */
#imageMain {
    height:400px;
    width:400px;
    margin-bottom:5px;

}
#slider1 { height: 130px; overflow:hidden; padding: 0 0 0px;   }
#slider1 .viewport { float: left; width: 400px; height: 100px; overflow: hidden; position: relative; }
#slider1 .buttons { background:url("/images/business/img_arrow_prev_active.jpg") no-repeat scroll 0 0 transparent; display:block; margin: 90px 10px 0 168px;  text-indent: -999em; width: 29px; height: 20px; overflow: hidden; }
#slider1 .next {  background:url("/images/business/img_arrow_next_active.jpg");  display:block; margin: -50px 0 0 208px;  }
#slider1 .disable { visibility:visible; }
    #slider1 .disable {
        opacity:0.5;
    }
#thumbList li img {
    cursor:pointer;
}
#slider1 .overview { list-style: none; position: absolute; padding: 0; margin: 0; width: 400px; left: 0; top: 0; }
#slider1 .overview li{ float: left; margin: 0 10px 0 0; padding: 1px; height: 90px; border: 1px solid #dcdcdc; width: 90px;}
