/* 
Theme Name: ohisamastyle
Theme URI: ohisamastyle.jp
Author: irokatachi
Author URI: irokatachi.net
Copyright: ohisamastyle.jp
*/

/**
 * jQuery Highlight
 */
jQuery(function(){    // sub navi hover
jQuery("div.widget_recent_entries ul li, div#wpmu-recent-posts ul li").mouseover(function(){
this.style.backgroundColor = "#f2f2f2";
});
jQuery("div.widget_recent_entries ul li, div#wpmu-recent-posts ul li").mouseout(function(){
this.style.backgroundColor = "#ffffff";
});
jQuery("img.imgchange").hover(
function() {
jQuery(this).stop().animate({"opacity": "0.6"}, "slow");
},
function() {
jQuery(this).stop().animate({"opacity": "1"}, "slow");
});		
});

/**
 * jQuery Scroll Panel
 */
jQuery(function(){
jQuery('#pane1').jScrollPane({scrollbarWidth:15, scrollbarMargin:10});
jQuery('#remove-content').bind(
);
});

/**
 * jQuery Featured
 */
jQuery(document).ready(function(){
jQuery("div#featured > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 8000, true);
});

