﻿/*** set the width and height to match your images **/

#slideshow{position: relative;z-index: 100;}

#slideshow .slides_container{height:300px;width:1000px;display:none;overflow: hidden;position: relative;}
#slideshow .slides{height:300px;width:1000px;display: block;}

#slideshow .btn {position:absolute;top:110px;width:60px;height:90px;display:block;z-index:101;}
#slideshow .btn:hover {background-position:0px -90px;}
#slideshow .next {right:0px;background:url(../images/slide-btn-right.png) no-repeat;}
#slideshow .prev {left:0px;background:url(../images/slide-btn-left.png) no-repeat;}
#slideshow .pagination {z-index:101;position:absolute;bottom:4px;right:20px;padding:0;}
#slideshow .pagination li {float:left;margin:0 1px;list-style:none;}
#slideshow .pagination li a {display:block;width:12px;height:0;padding-top:12px;background:url(../images/pagination.png);background-position:0 0;float:left;overflow:hidden;}
#slideshow .pagination li.current a {background-position:0 -12px;background-color:transparent;}

/* Scroller Box */
#scroller_container
{
    position: relative;
    width: 1000px;
    height: 60px;
    overflow: hidden;
}

#scroller
{
    white-space: nowrap;
    line-height: 60px;
    font-size: 60px;
}

#scroller p
{
    padding: 0;
}
/* Scoller Box */