/* viewer */
.image_viewer_sample { background: url(images/homeslides/welcomeslide.jpg) no-repeat center 0; width: 768px; height: 250px; }
/* prev - next */
.prev_button_sample
{ background-image: url(images/slidecontrol/slideconhprev.gif); width: 33px; height: 20px; cursor:pointer; float: left; }
.next_button_sample { background-image: url(images/slidecontrol/slideconhnext.gif); width: 33px; height: 20px; cursor: pointer; float: left; }
/* autoplay */
.start_button_sample
{ background-image: url(images/slidecontrol/slideconhplay.gif); width: 32px; height: 20px; cursor:pointer; float: left; }
.stop_button_sample { background-image: url(images/slidecontrol/slideconhstop.gif); width: 32px; height: 20px; cursor: pointer; float: left; }
/* for silly IE */
.image_slider_container_sample { display: none }