﻿.anythingSlider                         { width:260px; height:80px; position:relative;margin:0px 0px 0 27px;background:transparent url('images/referanslar.png') no-repeat 55px 23px ;    }
.anythingSlider .wrapper                { width:150px; overflow:auto; height:60px; margin:24px 22px 0 57px; position:absolute; top: 0; left: 0; }

                                        /* Width below is max for Opera */
.anythingSlider .wrapper ul             { width: 32700px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; padding:0 }
.anythingSlider ul li                   { display: block; float: left; padding: 0; margin:0; width:155px; height:80px; cursor:pointer;text-align:center ;color:#333333;font-family:calibri; font-size:13px;padding:14px 0px 0px 2px}
.anythingSlider .arrow                  { display: block; height: 40px; width: 22px; background: url('images/arrows.png') no-repeat 0 0; text-indent: -9999px; position: absolute; cursor: pointer;margin:35px 0px 0px 0px; }
.anythingSlider .forward                { background-position: 0px -80px; right: 0 }
.anythingSlider .back                   { background-position: -22px -80px; left: 0 }
.anythingSlider .forward:hover          { background-position: 0 -280px }
.anythingSlider .back:hover             { background-position: -22px -280px }

/* Prevents */
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none;   }
