#idGalleryView {width:680px;height:378px;background:#ffffff;overflow-x:hidden;}
#idPanelView {width:680px;height:298px;position:relative;overflow:hidden;}
.scrollable {
	position:relative;
	overflow:hidden;
	width: 790px;
	height:80px;
	margin:0px auto;
    background: url("/slideshow/img/bk_790x80.jpg") no-repeat;
}
.scrollable .panel{
    float: left;
    overflow: hidden;
    width: 97px; /*Width of each panel holding each content.*/
    height: 80px;
    background: url("/slideshow/img/thumbs_bk.png") top no-repeat;
    text-align:center;
    padding: 16px 0px 0px 0px; /*Vertical-Align the thumbnails to be inside the background image.*/
    vertical-align: middle;
    cursor:pointer;
    margin-left: 14px; /*Spaces between thumbnails.*/
}
.scrollable .active {background:url("/slideshow/img/thumbs_current.png") top no-repeat !important;}
.scrollable .panel:hover {color:#08c;}