/* viewer */
.image_viewer_sample { background: url(images/slideinstruct.jpg) no-repeat center 0; width: 640px; height: 480px; }
/* prev - next */
.prev_button_sample
{ background-image: url(images/slidecontrol/slidecon3.jpg); width: 40px; height: 80px; cursor:pointer; float: left; }
.next_button_sample { background-image: url(images/slidecontrol/slidecon6.jpg); width: 40px; height: 80px; cursor: pointer; float: left; }
/* autoplay */
.start_button_sample
{ background-image: url(images/slidecontrol/slidecon4.jpg); width: 45px; height: 80px; cursor:pointer; float: left; }
.stop_button_sample { background-image: url(images/slidecontrol/slidecon5.jpg); width: 45px; height: 80px; cursor: pointer; float: left; }
/* first - last */
.first_button_sample
{ background-image: url(images/slidecontrol/slidecon2.jpg); width: 32px; height: 80px; cursor:pointer; float: left; }
.last_button_sample { background-image: url(images/slidecontrol/slidecon7.jpg); width: 32px; height: 80px; cursor: pointer; float: left; }
/* customization */
.image_slider_container_sample { background: #fff; }
.image_slider_leftscroll_sample { background: url(images/left_scroll.png) }
.image_slider_rightscroll_sample { background: url(images/right_scroll.png) }
.image_slider_content_sample { }
.image_slider_image_sample { padding-right: 2px; }

/* width */
.image_slider_container_sample
{ width: 600px }

/* height */
.image_slider_container_sample, .image_slider_leftscroll_sample, .image_slider_rightscroll_sample
{ height: 60px }

/* scrollbar width */
.image_slider_leftscroll_sample, .image_slider_rightscroll_sample
{ width: 40px }

