#slider { position: relative; *position:static; }
div.scroll {
    height: 254px; margin: 0 0 10px 0; width: 369px;
    overflow: hidden;
    border: 5px solid #f57b20;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

div.arts div.strip div.article div#gallery div.collt div.scroll { border: 0px solid #f57b20; height: 475px; width: 324px; }
.scrollContainer div.panel {
	background-color: #fff;
	padding: 0;
    height: 254px;
    width: 374px;
}
div.arts div.strip div.article div#gallery div.collt .scrollContainer div.panel { height: 475px; width: 325px; }


ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    
}

ul.navigation li {
    display: inline;
}

ul.navigation a {
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
}

ul.navigation a.selected {
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
	/**display:none;*/
    position: absolute;
    *position: relative;
    top: 270px;
    *top: 0px;
    *margin-bottom: -25px;
    cursor: pointer;
}
div.arts div.strip div.article div#gallery div.collt .scrollButtons { top: 485px; *top:0; }

.scrollButtons.left {
	*top: 274px;
    left: 325px;
}
div.arts div.strip div.article div#gallery div.collt .scrollButtons.left { *top:485px; }
.scrollButtons.right {
    left: 355px;
}
div.arts div.strip div.article div#gallery div.collt .scrollButtons.left { left: 270px; }
div.arts div.strip div.article div#gallery div.collt .scrollButtons.right { left: 300px; }
.hide {
    display: none;
}