$(document).ready(function() 
{
	$("div.scrollable").scrollable({
		size:7,
		clickable:false,
		speed:1200,
		loop:true
		})
	.autoscroll();
	
	/*
   $('.mcblabel[title]').qtip({
      content: {
	text: false // Use each elements title attribute
      },
      style: { 
	width: 230,
	padding: 6,
	background: 'black',
	color: 'white',
	textAlign: 'left',
	border: {
	   width: 1,
	   radius: 3,
	   color: '#fae198'
	},
	tip: 'leftMiddle',
	name: 'dark' // Inherit the rest of the attributes from the preset dark style
      },
      show: {
            effect: {
               type: 'fade',
               length: 300
            }
         },
         hide: {
            effect: {
               type: 'fade',
               length: 300
            }
         },
      position: {
	corner: {
	   target: 'rightMiddle',
	   tooltip: 'leftMiddle'
	},
	adjust: {
		x: -4,
		y: 0
	}
	}



   });
   
   $('.pcblabel[title]').qtip({
      content: {
	text: false // Use each elements title attribute
      },
      style: { 
	width: 230,
	padding: 6,
	background: 'black',
	color: 'white',
	textAlign: 'left',
	border: {
	   width: 1,
	   radius: 3,
	   color: '#fae198'
	},
	tip: 'leftMiddle',
	name: 'dark' // Inherit the rest of the attributes from the preset dark style
      },
      show: {
            effect: {
               type: 'fade',
               length: 300
            }
         },
         hide: {
            effect: {
               type: 'fade',
               length: 300
            }
         },
      position: {
	corner: {
	   target: 'rightMiddle',
	   tooltip: 'leftMiddle'
	},
	adjust: {
		x: -4,
		y: 0
	}
	}
   });
   */
});




