$(document).ready(function() {
	$('#faq dt').prepend("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");
	$('#faq dt').slidePanel();
	$('#faq dt').hover(function() {
		$(this).css("color", "#ee4017");
    },function(){
    	$(this).css("color", "#000000");
    });
});
