// JavaScript Document

$(function() {
$("#accordion").tabs("#accordion div", {
tabs: 'img', 
effect: 'horizontal'
});
});
