/* thumbnail slider begin */

/* apply the gallery design - links slider */
#highlights_slider_panel { height:64px; /*background:#EBE2E5;*/ background-image:url('images/bg_slider.png'); padding:7px 0px 0px; display:block; position:relative; }

/*#highlights_slider_panel { height: 70px; border: 1px #ccc solid;}*/

/* create custom forward-backward buttons for this container */
.addfwd, .addbkwd { display:block; position:absolute; cursor:pointer; width:29px; height:69px; top:0px; border: 1px solid #acb5bc; }
.addfwd { right:0px; background: transparent url('images/gallery_fwd.png') no-repeat right top; border: 1px solid #acb5bc; }
.addbkwd { left:0px; background: transparent url('images/gallery_back.png') no-repeat left top; border: 1px solid #acb5bc; }

/* the width is set to show the number of thumbnails that will be visible */
#highlights_slider_container{ position:relative; overflow:hidden; width:415px; height:55px; margin:auto; }

/* the thumbnails container; set a width on it so everything will be fine */
.thumb_nails { display:block; }
    .thumb_nail { display:block; float:left; margin:4px 2px 0 4px; font-size:9px; width:132px; height:48px; vertical-align: top; }
        .thumb_nail a.img { padding:0px; margin:0px; display:block; float: left; vertical-align:    top; width: 42px; border: 1px solid #bbb; }
            .thumb_nail a img{ border:2px #FFFFFF solid; width:38px; height:44px; vertical-align:   top; }

        .thumb_nail div {
            vertical-align: top;
            float:  left; width:    83px;padding-left:  5px;line-height:    normal;font-family: arial; overflow: hidden;
        }
            .thumb_nail div h2, .thumb_nail div h2 a {
                font-size:  10px;
                color:  #1C4C8D;
                font-family:    Arial, Helvetica, Verdana, sans-serif;
            }
/* thumbnail slider end */