@font-face {
	    font-family: OpenSansHebrew;
	    src: url(/font/OpenSansHebrew-Regular.ttf);
	}
	/* h1, h1 a {
	  font-family: Aharoni;
	  font-size: 20px;
	  color: white;
	  _background-color: #444444;
	  background-color: #1971bc;
	  border-bottom: 2px solid white;
	  text-align: center;
	  height: auto;
	  vertical-align: middle;
	  padding: 0.5%;
	  margin: auto;
	  width: 98%;
	} */
	.articles {
		max-width: 100%;
		font-family: OpenSansHebrew;		
	}
	@-webkit-keyframes sliderProductsAnim {  
        0%, 15%, 100%   { top: 0 }  
        19%, 34%        { top: -100% }  
        38%, 53%        { top: -200% }  
        57%, 72%        { top: -300% }
        76%, 91%        { top: -400% }
    }    
    @-moz-keyframes sliderProductsAnim {  
        0%, 15%, 100%   { top: 0 }  
        19%, 34%        { top: -100% }  
        38%, 53%        { top: -200% }  
        57%, 72%        { top: -300% }
        76%, 91%        { top: -400% } 
    }    
    @keyframes sliderProductsAnim {  
        0%, 15%, 100%   { top: 0 }  
        19%, 34%        { top: -100% }  
        38%, 53%        { top: -200% }  
        57%, 72%        { top: -300% }
        76%, 91%        { top: -400% }  
    }       
    .sliderProducts {
        position: relative;
        width: 100%;
        height: 250px;
        margin: 0px;
        padding: 0px;
        background: #FFF;
        _border: 1px #AAAAAA solid;
            } 
    .sliderProducts>div {
        position:relative;
        _width: 100%;
        height: 100%; 
        overflow: hidden;
    }
    .sliderProducts>div>div {
        position: absolute;  
        left:0; 
        top:0;
        width: 100%;
        height: 300%;
        
        -webkit-animation:  sliderProductsAnim 20s infinite;
        -moz-animation:     sliderProductsAnim 20s infinite; 
        animation:         sliderProductsAnim 20s infinite;
    }
    .sliderProducts figure {  
        position:relative;  
        display:block;  
        padding:0; 
        margin:0;
        height: 33.33%;
        width: 100%;
        text-align: center;
        vertical-align: middle;
    }
    .sliderProducts  figure img{
        height: 90%;
        width: 90%;
        margin: 10% 5% 0 5%;
    }
    .sliderProducts .prdname {
        font-size: 15px;
        font-weight: bold;
        _background-color: red;
        color: black;
        padding: 0;
        margin: 0 2%;
        top:5px;
        position: absolute;
        _text-shadow: -1px -1px #AAAAAA;
        direction: rtl;
        width: 96%;
        text-align: center;
        
        _text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em darkblue;
        _color: white;
        color: gray;
        font-size: 13px;
    }
    .sliderProducts .button {
        font-size: 15px;
        font-weight: bold;
        font-family: OpenSansHebrew;
        background-color: red;
        color: white;
        padding: 5px;
        bottom:5px;
        left:5px; 
        position: absolute;
        text-shadow: -1px -1px #CC0000;
        -webkit-border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        border-radius: 5px 5px 5px 5px;
        direction: rtl;
    }
    .product {
        float: none; 
        margin: auto;
        width: 250px;
        height: 250px;
}