/* 
    Document   : categoryscroller
    Created on : Apr 4, 2012, 4:53:10 PM
    Author     : dwigton
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.category-scroller{
    text-align: center;
}

.category-scroller-titles-container{
    display: inline-block;
    width: 90%;
    overflow: hidden;
}

.category-scroller .inline{
    white-space: nowrap;
    margin: 10px 0px;
}

.category-scroller-titles{
    display: inline-block;
    width: auto;
    white-space: nowrap;
    font-size: 0;
}

.category-scroller-titles li{
    display: inline-block;
    width: 100px;
    vertical-align: top;
}

.category-scroller-titles .product-name{
    white-space: normal;
    font-size: 12px;
}

.category-scroller-titles .item{
    margin: 0 0px;
}

.arrow-scroll{
    display: inline-block;
    height: 40px;
    width: 32px;
    background-image: url('../images/controls.png');
    vertical-align: top;
    margin-top: 65px;
}

.category-scroller .arrow-scroll-left{
    background-position: top left;
    margin-right: 10px;
}

.category-scroller .arrow-scroll-left:hover{
    background-position: bottom left;
}

.category-scroller .arrow-scroll-right{
    background-position: top right;
    right:0;
    margin-left: 10px;
}

.category-scroller .arrow-scroll-right:hover{
    background-position: bottom right;
}

.category-scroller-link, .category-scroller-all{
    padding: 3px 12px;
    border: 1px solid black;
    font-size: 120%;
    margin: 2px;
    text-decoration: none;
}

.category-scroller .product-image{
    display: inline-block;
    width: 100px;
    height: 100px;
}