	$(function() {
              				$('ul#basic_config').carouFredSel({
                          direction   : "up", items : 5,duration : 10,
                          scroll : { duration		: 5000        	},
                          auto : { pauseDuration	: 5000, pauseOnHover	: true },
                          prev : { button	: "#foo2_prev", key		: "left" },
                          next : { button	: "#foo2_next", key		: "right"  }
                			});
            			});
                 
                  
                  
                  $(document).ready(function()
                  {
                      $('#theaterBtn').click(function(){	$('.fullekran').show(); });
                      $('.fullekran').click(function(){   $(this).hide(); });
                      
                    
                          
                      $("a.yoot, a.rooy, a.hitoyunlar, a.etiketing").simpletooltip();       
                  }); 
                      
               
