/*_____________________________________________ Start - Projects - jCarouselLiteDemo _____________________________________________*/

#jCarouselLiteDemo .carousel  {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    position: relative;
    text-aliggn: center;
    width: 600px;
    
}


    #jCarouselLiteDemo .carousel button { /*Don't remove this. we still use this for individual demos. only the front pages use images as of now*/
        float: left;
    }              
#jCarouselLiteDemo .carousel button.next, #jCarouselLiteDemo .carousel button.prev
{
margin-top: 2px;
width:24px;
height: 100px;
border: 0px;
padding: 0px;
margin:0px;
}

#jCarouselLiteDemo .carousel button.next
{
background-image:url(http://www.dinamo-kazan.com/templates/rus/img/imageNavRight.gif);
}
#jCarouselLiteDemo .carousel button.prev
{
background-image:url(http://www.dinamo-kazan.com/templates/rus/img/imageNavLeft.gif);
}

    #jCarouselLiteDemo .carousel a.prev, #jCarouselLiteDemo .carousel a.next {
        display: block;
        float: left;
        width: 30px;
        height: 100px;
        text-decoration: none;
        background: url("http://www.dinamo-kazan.com/templates/rus/img/imageNavLeft.gif") center center no-repeat;
    }
        #jCarouselLiteDemo .carousel a.next {
            background: url("http://www.dinamo-kazan.com/templates/rus/img/imageNavRight.gif") center center   no-repeat;
        }
            #jCarouselLiteDemo .carousel a.next:hover {
                background-image: url("http://www.dinamo-kazan.com/templates/rus/img/imageNavRightHover.gif");
            }
            #jCarouselLiteDemo .carousel a.prev:hover {
                background-image: url("http://www.dinamo-kazan.com/templates/rus/img/imageNavLeftHover.gif");
            }    
            #jCarouselLiteDemo .carousel a:hover, #jCarouselLiteDemo .carousel a:active {
                border: none;
                outline: none;
            }                 
    #jCarouselLiteDemo .carousel .jCarouselLite {
        float: left;
        background-color: #ffffff;
        
        /* Needed for rendering without flicker */
        position: relative;
        visibility: hidden;
        left: -5000px;
    }
        #jCarouselLiteDemo .carousel ul {
            margin: 0;
        }

        #jCarouselLiteDemo .carousel li img, 
        #jCarouselLiteDemo .carousel li p {
            background-color: #fff;
            width: 100px;
            height: 100px;
            margin: 0px;
	    padding: 0px;
            padding-right:3px;
            padding-left:3px;
        }
        
        #jCarouselLiteDemo .widget img {
            cursor: pointer;
        }
            
/*_____________________________________________ End - Projects - jCarouselLiteDemo _____________________________________________*/
