/**
 * Interface Elements for jQuery
 * 3D Carousel
 * 
 * http://interface.eyecon.ro
 * 
 * Copyright (c) 2006 Stefan Petre
 * Dual licensed under the MIT (MIT-LICENSE.txt) 
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 */
eval(function(p,a,c,k,e,r){e=function(c){return(c<62?'':e(parseInt(c/62)))+((c=c%62)>35?String.fromCharCode(c+29):c.toString(36))};if('0'.replace(0,e)==0){while(c--)r[e(c)]=k[c];k=[function(e){return r[e]||e}];e=function(){return'([3-57-9i-vzA-Z]|1\\w)'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('4.I={10:j(d){N 9.O(j(){A a=9;A g=2*m.B/11;A f=2*m.B;u(4(a).C(\'q\')!=\'12\'&&4(a).C(\'q\')!=\'J\'){4(a).C(\'q\',\'12\')}a.3={D:4(d.D,9),n:d.n,r:d.r,K:d.K,maxRotation:f,o:4.P.getSize(9),q:4.P.getPosition(9),E:m.B/2,Q:d.Q,F:d.s,s:[],L:G,H:2*m.B/11};a.3.13=(a.3.o.w-a.3.n)/2;a.3.v=(a.3.o.h-a.3.r-a.3.r*a.3.F)/2;a.3.14=2*m.B/a.3.D.o();a.3.R=a.3.o.w/2;a.3.S=a.3.o.h/2-a.3.r*a.3.F;A e=T.U(\'div\');4(e).C({q:\'J\',15:1,V:0,W:0});4(a).16(e);a.3.D.O(j(c){X=4(\'17\',9).get(0);5=t(a.3.r*a.3.F);u(4.browser.msie){7=T.U(\'17\');4(7).C(\'q\',\'J\');7.18=X.18;7.8.filter=\'flipv progid:DXImageTransform.Microsoft.Alpha(opacity=60, 8=1, finishOpacity=0, startx=0, starty=0, finishx=0)\'}19{7=T.U(\'7\');u(7.1a){i=7.1a("2d");7.8.q=\'J\';7.8.5=5+\'k\';7.8.l=a.3.n+\'k\';7.5=5;7.l=a.3.n;i.save();i.translate(0,5);i.scale(1,-1);i.drawImage(X,0,0,a.3.n,5);i.restore();i.globalCompositeOperation="destination-out";A b=i.createLinearGradient(0,0,0,5);b.1b(1,"1c(z, z, z, 1)");b.1b(0,"1c(z, z, z, 0.6)");i.fillStyle=b;u(navigator.appVersion.indexOf(\'WebKit\')!=-1){i.fill()}19{i.fillRect(0,0,a.3.n,5)}}}a.3.s[c]=7;4(e).16(7)}).M(\'mouseover\',j(c){a.3.L=true;a.3.p=a.3.H*0.1*a.3.p/m.1d(a.3.p);N G}).M(\'1e\',j(c){a.3.L=G;N G});4.I.Y(a);a.3.p=a.3.H*0.2;a.3.rotationTimer=window.setInterval(j(){a.3.E+=a.3.p;u(a.3.E>f)a.3.E=0;4.I.Y(a)},20);4(a).M(\'1e\',j(){a.3.p=a.3.H*0.2*a.3.p/m.1d(a.3.p)}).M(\'mousemove\',j(c){u(a.3.L==G){1f=4.P.getPointer(c);1g=a.3.o.w-1f.x+a.3.q.x;a.3.p=a.3.Q*a.3.H*(a.3.o.w/2-1g)/(a.3.o.w/2)}})})},Y:j(b){b.3.D.O(j(c){Z=b.3.E+c*b.3.14;x=b.3.13*m.cos(Z);y=b.3.v*m.sin(Z);1h=t(100*(b.3.v+y)/(2*b.3.v));1i=(b.3.v+y)/(2*b.3.v);l=t((b.3.n-b.3.K)*1i+b.3.K);5=t(l*b.3.r/b.3.n);9.8.V=b.3.S+y-5/2+"k";9.8.W=b.3.R+x-l/2+"k";9.8.l=l+"k";9.8.5=5+"k";9.8.15=1h;b.3.s[c].8.V=t(b.3.S+y+5-1-5/2)+"k";b.3.s[c].8.W=t(b.3.R+x-l/2)+"k";b.3.s[c].8.l=l+"k";b.3.s[c].8.5=t(5*b.3.F)+"k"})}};4.fn.Carousel=4.I.10;',[],81,'|||carouselCfg|jQuery|height||canvas|style|this|||||||||context|function|px|width|Math|itemWidth|size|speed|position|itemHeight|reflections|parseInt|if|radiusY||||255|var|PI|css|items|start|reflectionSize|false|increment|iCarousel|absolute|itemMinWidth|protectRotation|bind|return|each|iUtil|rotationSpeed|paddingX|paddingY|document|createElement|top|left|image|positionItems|angle|build|360|relative|radiusX|step|zIndex|append|img|src|else|getContext|addColorStop|rgba|abs|mouseout|pointer|mousex|itemZIndex|parte'.split('|'),0,{}))


$(document).ready(function(){
	
	
 $('#carousel').Carousel({
	itemWidth: 120,
	itemHeight: 40,
	itemMinWidth: 50,
	items: 'a',
	reflections: 0.0,
	rotationSpeed: 0.5
	});
	
});