/*
------blackteam.com------2009/02/10---------------------
------Designed by black team .com-------------------
------Coded by gi black wolf---------------------------------
------ashyane Hosting Design Team, www.blackteam.com
*/
eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--)d[e(c)]=k[c]||e(c);k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('Q.P.O=3(z){1 p=z||{y:"N",x:"M",w:"L",v:K,u:"a",t:J};1 d=$("#"+p.y);1 c=$("#"+p.x);1 2=$("#"+p.w);1 j=p.v;1 e=p.u;1 4=p.t;1 g;1 9=3(){c.s("5",9);6(4)h();2.r({f:-j},\'q\',\'\',3(){2.i(e+":I").H(2);2.b("f",0);c.n("5",9);6(4)8()})};1 7=3(){d.s("5",7);6(4)h();2.i(e+":o").G().F().E(2);2.b("f",-j);2.r({f:0},\'q\',\'\',3(){2.i(e+":o").D();d.n("5",7);6(4)8()})};d.b("m","l").5(7);c.b("m","l").5(9);1 8=3(){g=k.C(7,B)};1 h=3(){k.A(g)};6(4)8()};',53,53,'|var|_imgFrame|function|_auto|click|if|turnRight|autoPlay|turnLeft||css|_btnPrev|_btnNext|_child|marginLeft|_itv|autoStop|find|_width|window|hand|cursor|bind|last||fast|animate|unbind|auto|child|width|frame|prev|next|params|clearInterval|3000|setInterval|remove|prependTo|show|clone|appendTo|first|true|100|viewerFrame|buttonPrev|buttonNext|imageScroller|fn|jQuery'.split('|'),0,{}))

$(document).ready(function(){
	$("#phone-gallery").imageScroller({
		next:"gallery-left",
		prev:"gallery-right",
		frame:"phone-gallery-frame",
		width:100,
		child:"li",
		auto:false
	});
	if ( $.browser.msie == true ) 
	{
		$('#comment-text, #comment-author,  #comment-email, #comment-url').focus(function(){
        		$(this).css('border','1px solid #D0E7F4');
				$(this).css('background','#FAFDFE');
			}).blur(function() {
        		$(this).css('border','1px solid #B0D5EC');
				$(this).css('background','#E8F3F9');
			});
	}

	$('.comments-open-header').click(function(){
		$('.comments-open-header').toggleClass('comments-open-header-expand');
		$('.comments-open-content').slideToggle(1500);
	});

	$('.comments-header').click(function() {
		$('.comments-header').toggleClass('comments-open-header-expand');
		$('.comments-content').slideToggle(1500);
	});
})