/*Version : 3.0.0*//*** HitMaN | برنامه نویسی، طراحی و پیاده سازی توسط : محمد قاسمی*/.Latest_Pagination                       { clear: both; width: 100%; overflow: hidden }.Latest_Pagination ul                    { position: relative; left: 50%; list-style-type: none; margin: 0; padding: 0; float: left }.Latest_Pagination li                    { position: relative; float: left; right: 50% }.Latest_Pagination a                     { padding: 5px; color: #FFF; text-decoration: none; margin: 0 2px; display: block; float: left; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px }.Latest_Pagination a.navigation          { border: 1px solid transparent; overflow: hidden; background-repeat: no-repeat }.Latest_Pagination a.previous            { background-image: url(larrow.png); background-position: left center; padding-left: 25px }.Latest_Pagination a.next                { background-image: url(rarrow.png); background-position: right center; padding-right: 25px }.Latest_Pagination a.disabled            { filter: alpha(opacity=20); -khtml-opacity: 0.2; -moz-opacity: 0.2; opacity: 0.2 }.Latest_Pagination a.disabled:hover      { background-color: inherit; color: inherit }*html .Latest_Pagination a.navigation    { border-color: #000001; filter: chroma(color=#000001) }.Latest_Pagination a.current,.Latest_Pagination a.current:hover       { background: #0094D6; border-color: #0094D6; color: #FFF }.Latest_Pagination span                  { color: #FFF; display: block; float: left; padding: 6px 6px;}