Mais um modelo de slide de postagens populares. Copie o código e cole em um widget HTML/Javascript e depois arraste-o para baixo do widget de ostagens populares.
Clique em Adicionar um Gadget
Ao abrir, clique em HTML/Javascript
Cole então o próximo código fazendo as modificações necessárias.
<style>
@charset "utf-8";
/* CSS Document */
.lof-slidecontent{
position:relative;
overflow:hidden;
border:#F4F4F4 solid 1px;
width:892px;
height:300px;
}
.lof-slidecontent .preload{
height:100%;
width:100%;
background:#FFF;
position:absolute;
top:0;
left:0;
z-index:100000;
color:#FFF;
text-align:center
}
.lof-slidecontent .preload div{
height:100%;
width:100%;
background:transparent url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
position:relative;
height:100%;
width:600px;
z-index:3px;
overflow:hidden;
float:right;
}
/*******************************************************/
.lof-main-item-desc{
z-index:100px;
position:absolute;
top:150px;
left:50px;
width:400px;
background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/transparent_bg.png);
/* filter:0.7(opacity:60) */
}
.lof-main-item-desc p{
color:#FFF;
margin:0 8px;
padding:8px 0
}
.lof-main-item-desc h3 a{
color:#FFF !important;
margin:0 !important;
font-size:140% !important;
padding:20px 8px 2px !important;
font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif !important;
}
.lof-main-item-desc h3 a:hover{
color:#FF6;
text-decoration:underline;
}
/* main flash */
ul.lof-main-wapper{
/* margin-right:auto; */
overflow:hidden;
background:transparent url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/load-indicator.gif) no-repeat scroll 50% 50%;
padding:0px;
margin:0 !important;
height:300px;
width:600px;
position:absolute;
overflow:hidden;
}
ul.lof-main-wapper li{
overflow:hidden;
padding:0px !important;
margin:0px;
height:100%;
width:600px;
float:left;
}
.lof-opacity li{
position:absolute;
top:0;
left:0;
float:inherit;
}
ul.lof-main-wapper li img{
padding:0px !important;
width:600px !important;
height:300px !important;
}
.lof-main-wapper{
margin-left:auto;
margin-right:inherit;
clear:both;
height:300px;
}
li-desc{
z-index:100px;
position:absolute;
top:150px;
left:50px;
width:400px;
background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/transparent_bg.png);
/* filter:0.7(opacity:60) */
}
li-desc p{
color:#FFF;
margin:0 8px;
padding:8px 0
}
li-desc h3 a{
color:#FFF;
margin:0;
font-size:140%;
padding:20px 8px 2px;
font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
li-desc h3 a:hover{
color:#FF6;
text-decoration:underline;
}
/* item navigator */
ul.lof-navigator{
top:0 ;
padding:0 ;
margin:0 ;
position:absolute ;
width:100% ;
background:none !important;
margin-top: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
ul.lof-navigator li{
cursor:hand ;
cursor:pointer ;
list-style:none ;
width:100% !important;
padding:0 !important;
margin:0 !important;
overflow:hidden !important;
}
.lof-navigator-outer{
position:absolute !important;
z-index:100 !important;
height:300px !important;
width:310px !important;
overflow:hidden !important;
color:#FFF !important;
left:0 !important
top:0 !important;
right:inherit !important;
}
.lof-navigator li.active{
background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/arrow-bg2.gif) center right no-repeat;
color:#FFF
}
.lof-navigator li:hover{
}
.lof-navigator li h3{
color:#FFF;
font-size:120%;
padding:15px 0 0 !important;
margin:0;
}
.lof-navigator li div{
background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/transparent_bg.png);
color:#FFF;
height:100%;
position:relative;
padding-left:15px;
border-top:1px solid #E1E1E1;
margin-left:inherit;
margin-right:18px;
}
.lof-navigator li.active div{
background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/grad-bg2.gif);
color:#FFF;
margin-left:inherit;
margin-right:18px;
}
.lof-navigator li img{
height:60px;
width:60px;
margin:15px 15px 10px 0px;
float:left;
padding:3px;
border:#C5C5C5 solid 1px;
}
.lof-navigator li.active img{
border:##6C8E5C solid 1px;
}
.lof-navigator li.active h3{
color:#FFF;
.PopularPosts .item-title{0 !important; }
}
.PopularPosts .widget-item-control {display:none}
ul.lof-main-wapper li {
position:relative;
}
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type='text/javascript'>
//<![CDATA[
// t: current time, b: begInnIng value, c: change In value, d: duration
jQuery.easing['jswing'] = jQuery.easing['swing'];
jQuery.extend( jQuery.easing,
{
def: 'easeOutQuad',
swing: function (x, t, b, c, d) {
//alert(jQuery.easing.default);
return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
},
easeInQuad: function (x, t, b, c, d) {
return c*(t/=d)*t + b;
},
easeOutQuad: function (x, t, b, c, d) {
return -c *(t/=d)*(t-2) + b;
},
easeInOutQuad: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t + b;
return -c/2 * ((--t)*(t-2) - 1) + b;
},
easeInCubic: function (x, t, b, c, d) {
return c*(t/=d)*t*t + b;
},
easeOutCubic: function (x, t, b, c, d) {
return c*((t=t/d-1)*t*t + 1) + b;
},
easeInOutCubic: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t + b;
return c/2*((t-=2)*t*t + 2) + b;
},
easeInQuart: function (x, t, b, c, d) {
return c*(t/=d)*t*t*t + b;
},
easeOutQuart: function (x, t, b, c, d) {
return -c * ((t=t/d-1)*t*t*t - 1) + b;
},
easeInOutQuart: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
return -c/2 * ((t-=2)*t*t*t - 2) + b;
},
easeInQuint: function (x, t, b, c, d) {
return c*(t/=d)*t*t*t*t + b;
},
easeOutQuint: function (x, t, b, c, d) {
return c*((t=t/d-1)*t*t*t*t + 1) + b;
},
easeInOutQuint: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
return c/2*((t-=2)*t*t*t*t + 2) + b;
},
easeInSine: function (x, t, b, c, d) {
return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
},
easeOutSine: function (x, t, b, c, d) {
return c * Math.sin(t/d * (Math.PI/2)) + b;
},
easeInOutSine: function (x, t, b, c, d) {
return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
},
easeInExpo: function (x, t, b, c, d) {
return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
},
easeOutExpo: function (x, t, b, c, d) {
return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
},
easeInOutExpo: function (x, t, b, c, d) {
if (t==0) return b;
if (t==d) return b+c;
if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
},
easeInCirc: function (x, t, b, c, d) {
return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
},
easeOutCirc: function (x, t, b, c, d) {
return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
},
easeInOutCirc: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
},
easeInElastic: function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
},
easeOutElastic: function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
},
easeInOutElastic: function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5);
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
},
easeInBack: function (x, t, b, c, d, s) {
if (s == undefined) s = 1.70158;
return c*(t/=d)*t*((s+1)*t - s) + b;
},
easeOutBack: function (x, t, b, c, d, s) {
if (s == undefined) s = 1.70158;
return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
},
easeInOutBack: function (x, t, b, c, d, s) {
if (s == undefined) s = 1.70158;
if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
},
easeInBounce: function (x, t, b, c, d) {
return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
},
easeOutBounce: function (x, t, b, c, d) {
if ((t/=d) < (1/2.75)) {
return c*(7.5625*t*t) + b;
} else if (t < (2/2.75)) {
return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
} else if (t < (2.5/2.75)) {
return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
} else {
return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
}
},
easeInOutBounce: function (x, t, b, c, d) {
if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
}
});
/*
*
* TERMS OF USE - EASING EQUATIONS
*
* Open source under the BSD License.
*
* Copyright © 2001 Robert Penner
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this list of
* conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list
* of conditions and the following disclaimer in the documentation and/or other materials
* provided with the distribution.
*
* Neither the name of the author nor the names of contributors may be used to endorse
* or promote products derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
//]]>
</script>
<script type='text/javascript'>
//<![CDATA[
// JavaScript Document
/*! Copyright (c) 2009 Brandon Aaron (http://brandonaaron.net)
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
*
* Version: 3.0.2
*
* Requires: 1.2.2+
* Optimized by ABu Farhan in Blogger
*/
eval(function(p,a,c,k,e,r){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--)r[e(c)]=k[c]||e(c);k=[function(e){return r[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}('$(2s).2t(6(){$(\'.h-j\').2u(\'<o 14="1P"><o></o></o>\');$(\'.h-j S\').I(\'<o 2v="2w" 14="9-2x"></o>\');$(\'.h-j S\').1e().2y(\'.h-j S\');$(\'.h-j S:2z\').J(\'9-w-K\');$(\'.h-j S:2A\').J(\'9-t\');$(\'.h-j .9-w-K\').I(\'<o 14="9-w-1v"></o>\');$(\'.h-j .9-t\').I(\'<o 14="9-t-1v"></o>\');$(\'.h-j .7-T .7-1Q\').U(6(k){$(4).J(\'1w\'+k)});$(\'.h-j .7-T .7-15\').U(6(k){$(4).J(\'z\'+k)});m L;$(\'.h-j .7-T .7-V\').U(6(k){$(4).J(\'z\'+k);L=k});M(i=0;i<=L/2;i++){$(\'.h-j .7-T .z\'+i).2B(\'<o 14="9-w-7-z"></o>\')};$(\'.9-w-K .7-15\').I(\'<16></16>\');$(\'.9-w-K .7-V\').I(\'<p></p>\');$(\'.9-t .7-15\').I(\'<16></16>\');$(\'.9-t .7-V\').I(\'<p></p>\');$(\'.7-15 a\').1R(\'<W></W>\');$(\'.7-V\').1R(\'<W></W>\');M(i=0;i<=L;i++){$(\'.h-j .7-T .1w\'+i+\' 1x\').1e().1y(\'.h-j .7-T .1w\'+i)};$(".7-1Q").17();m 1z;1z=(L+1)/2;M(i=1z;i<=L;i++){$(\'.h-j .z\'+i+\' a W\').1e().1y(\'.h-j 16 .z\'+i)};$(".9-t .7-15").17();M(i=0;i<=L;i++){$(\'p .z\'+i+\' W\').1e().1y(\' p .z\'+i)};$(".9-t .7-V").17();$(".9-t p").17();$(".9-w-K .7-V").17();$(\'.9-w-K\').N("1x").2C(\'2D\',6(i,e){g e.2E("2F-c","2G")})});(6($){m 18=[\'2H\',\'A\'];$.l.2I.A={2J:6(){8(4.1S)M(m i=18.b;i;)4.1S(18[--i],1f,1g);B 4.1T=1f},2K:6(){8(4.1U)M(m i=18.b;i;)4.1U(18[--i],1f,1g);B 4.1T=X}};$.u.Y({A:6(u){g u?4.1V("A",u):4.2L("A")},2M:6(u){g 4.2N("A",u)}});6 1f(l){m 1A=[].2O.2P(2Q,1),C=0,2R=s;l=$.l.2S(l||2T.l);l.2U="A";8(l.1W)C=l.1W/2V;8(l.1X)C=-l.1X/3;1A.2W(l,C);g $.l.2X.2Y(4,1A)}})(1Y);(6($){$.u.2Z=6(5){g 4.U(6(){30 $.O(4,5)})};$.O=6(q,5){4.5={P:\'\',1Z:\'1B\',20:\'S\',31:\'1B\',32:\'19\',21:\'.9-w-K\',1C:33,1D:s,x:3,r:0,1E:\'34\',Z:35,10:36,D:22,23:\'.9-t 1B\',24:\'.9-t-1v\',25:s,E:\'26\'};$.Y(4.5,5||{});4.27=X;4.28=X;4.1F=4.5.37||22;4.F=$(q).N(4.5.21);4.d=4.F.N(4.5.1Z);8(!4.F.b||!4.d.b)g;8(4.5.x>4.d.b){4.5.x=4.d.b}4.f=38(4.5.r)||4.5.r>4.d.b?0:4.5.r;4.Q=$(q).N(4.5.24);4.1a=$(q).N(4.5.23);4.1h=4.Q.N(4.5.20);8(4.5.1E==\'29\'){4.1h.11(4.d.b*4.5.10);4.Q.11(4.5.x*4.5.10);4.Q.1i(4.5.Z)}B{4.1h.1i(4.d.b*4.5.Z);4.Q.1i(4.5.x*4.5.Z);4.Q.11(4.5.10)}4.1G=4.2a(4.5.1E);4.1H=4.2b();8(4.5.P==\'v\'){4.F.J(\'9-v\');$(4.d).1j(\'v\',0).2c(4.f).1j(\'v\',1)}B{4.F.1j({\'1I\':\'-\'+4.f*4.G+\'39\',\'11\':(4.1F)*4.d.b})}8(4.5.25){4.2d(4.12)}B{4.12()}};$.O.u=$.O.3a;$.O.u.Y=$.O.Y=$.Y;$.O.u.Y({2e:6(q,F){1b=4;4.1a.U(6(k,7){$(7).19(6(){1b.2f(k,s);1b.1k(k,7)});$(7).1j({\'1i\':1b.5.Z,\'11\':1b.5.10})});4.2g(4.Q,4);4.1k(4.f);8(4.5.1J&&3b(4.5.1J)=="3c"){4.2h(\'19\',4.5.1J,4)}8(4.5.1D)4.1K(4.5.1C,\'13\',s);g 4},12:6(){2i(6(){$(\'.1P\').3d(3e)},3f);4.2e()},2d:6(3g){m y=4;m 1c=4.F.N(\'1x\');m R=0;1c.U(6(k,1l){8(!1l.3h){1l.3i=6(){R++;8(R>=1c.b){y.12()}};1l.3j=6(){R++;8(R>=1c.b){y.12()}}}B{R++;8(R>=1c.b){y.12()}}})},2j:6(1m){8(1m<=4.5.r||1m-4.5.r>=4.5.x-1){4.5.r=1m-4.5.x+2;8(4.5.r<0)4.5.r=0;8(4.5.r>4.d.b-4.5.x){4.5.r=4.d.b-4.5.x}}4.1h.H().1n(1L(\'({\'+4.1G[0]+\':-\'+4.5.r*4.1G[1]+\'})\'),{D:3k,E:\'26\'})},1k:6(k,7){8((4.1a)){4.1a.3l(\'2k\');$(4.1a.3m(k)).J(\'2k\');4.2j(4.f)}},2a:6(2l){8(2l==\'29\'){g[\'1I\',4.5.10]}g[\'3n\',4.5.Z]},2b:6(){2m(4.5.P){1M\'v\':4.G=0;g[\'v\',\'v\'];3o:4.G=4.1F;g[\'1I\',\'11\']}},2g:6(2n,q){2n.1V(\'A\',6(l,C){m 3p=C>0?\'3q\':\'3r\',3s=3t.3u(C);8(C>0){q.1o(s)}B{q.13(s)}g 1g})},2h:6(3v,1p,y){M(m 1q 3w 1p){2m(1q.3x()){1M\'13\':1p[1q].19(6(){y.13(s)});2o;1M\'1o\':1p[1q].19(6(){y.1o(s)});2o}}g 4},1r:6(n,1N,2p){4.28=4.f+(4.f>0?-1:4.d.b-1);4.27=4.f+(4.f<4.d.b-1?1:1-4.d.b);g 4},1s:6(n){8(n)4.H();8(n&&4.5.1D){4.1K(4.5.1C,\'13\',s)}4.1k(4.f)},1O:6(1N,2p){g 1L("({\'"+4.1H[0]+"\':-"+(4.f*1N)+"})")},1t:6(k,q,3y){8(4.5.P==\'v\'){$(4.d).H().1n({v:0},{D:4.5.D,E:4.5.E});$(4.d).2c(k).H().1n({v:1},{D:4.5.D,E:4.5.E})}B{4.F.H().1n(q,{D:4.5.D,E:4.5.E})}g 4},2f:6(1d,n){4.H();8(4.f==1d)g;m q=1L("({\'"+4.1H[0]+"\':-"+(4.G*1d)+"})");4.1r(X,n,0,4.G).1t(1d,q,4).1s(n);4.f=1d},13:6(n,7){4.f+=(4.f<4.d.b-1)?1:(1-4.d.b);4.1r(7,n,0,4.G).1t(4.f,4.1O(4.G),4).1s(n)},1o:6(n,7){4.f+=4.f>0?-1:4.d.b-1;4.1r(7,n).1t(4.f,4.1O(4.G),4).1s(n)},1K:6(2q,P,2r){4.H();8(!2r){4[P](1g)}m y=4;4.1u=2i(6(){y[P](s)},2q)},H:6(){8(4.1u==X)g;3z(4.1u);4.1u=X}})})(1Y)',62,222,'||||this|settings|function|item|if|lof||length||slides||currentNo|return|popular||posts|index|event|var|manual|div||obj|startItem|true|navigator|fn|opacity|main|maxItemDisplay|self|desc|mousewheel|else|delta|duration|easing|wrapper|maxSize|stop|wrap|addClass|wapper|aa|for|find|lofSidernews|direction|navigatorOuter|count|ul|content|each|snippet|span|null|extend|navigatorHeight|navigatorWidth|width|onComplete|next|class|title|h3|remove|types|click|navigatorItems|seft|images|no|clone|handler|false|navigatorInner|height|css|setNavActive|image|currentIndex|animate|previous|objects|action|onProcessing|finishFx|fxStart|isRun|outer|descimg|img|insertBefore|bb|args|li|interval|auto|navPosition|maxWidth|navigratorStep|directionMode|left|buttons|play|eval|case|start|getObjectDirection|preload|thumbnail|wrapInner|addEventListener|onmousewheel|removeEventListener|bind|wheelDelta|detail|jQuery|mainItemSelector|navInnerSelector|wapperSelector|600|navItemsSelector|navOuterSelector|isPreloaded|easeInOutQuad|nextNo|previousNo|horizontal|__getPositionMode|__getDirectionMode|eq|preLoadImage|startUp|jumping|registerWheelHandler|registerButtonsControl|setTimeout|navivationAnimate|active|position|switch|element|break|end|delay|wait|document|ready|prepend|id|lofslidecontent45|slidecontent|insertAfter|first|last|wrapAll|attr|src|replace|s72|s1600|DOMMouseScroll|special|setup|teardown|trigger|unmousewheel|unbind|slice|call|arguments|returnValue|fix|window|type|120|unshift|handle|apply|lofJSidernews|new|navSelector|navigatorEvent|4000|vertical|100|310|mainWidth|isNaN|px|prototype|typeof|object|fadeOut|900|400|callback|complete|onload|onerror|500|removeClass|get|top|default|dir|Up|Down|vel|Math|abs|eventHandler|in|toString|currentObj|clearTimeout'.split('|'),0,{}))
//]]>
</script>
<script type="text/javascript">
$(document).ready( function(){
$('#lofslidecontent45').lofJSidernews( { interval:2000,
easing:'easeOutBounce',
duration:1200,
auto:true } );
});
</script>
@charset "utf-8";
/* CSS Document */
.lof-slidecontent{
position:relative;
overflow:hidden;
border:#F4F4F4 solid 1px;
width:892px;
height:300px;
}
.lof-slidecontent .preload{
height:100%;
width:100%;
background:#FFF;
position:absolute;
top:0;
left:0;
z-index:100000;
color:#FFF;
text-align:center
}
.lof-slidecontent .preload div{
height:100%;
width:100%;
background:transparent url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
position:relative;
height:100%;
width:600px;
z-index:3px;
overflow:hidden;
float:right;
}
/*******************************************************/
.lof-main-item-desc{
z-index:100px;
position:absolute;
top:150px;
left:50px;
width:400px;
background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/transparent_bg.png);
/* filter:0.7(opacity:60) */
}
.lof-main-item-desc p{
color:#FFF;
margin:0 8px;
padding:8px 0
}
.lof-main-item-desc h3 a{
color:#FFF !important;
margin:0 !important;
font-size:140% !important;
padding:20px 8px 2px !important;
font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif !important;
}
.lof-main-item-desc h3 a:hover{
color:#FF6;
text-decoration:underline;
}
/* main flash */
ul.lof-main-wapper{
/* margin-right:auto; */
overflow:hidden;
background:transparent url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/load-indicator.gif) no-repeat scroll 50% 50%;
padding:0px;
margin:0 !important;
height:300px;
width:600px;
position:absolute;
overflow:hidden;
}
ul.lof-main-wapper li{
overflow:hidden;
padding:0px !important;
margin:0px;
height:100%;
width:600px;
float:left;
}
.lof-opacity li{
position:absolute;
top:0;
left:0;
float:inherit;
}
ul.lof-main-wapper li img{
padding:0px !important;
width:600px !important;
height:300px !important;
}
.lof-main-wapper{
margin-left:auto;
margin-right:inherit;
clear:both;
height:300px;
}
li-desc{
z-index:100px;
position:absolute;
top:150px;
left:50px;
width:400px;
background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/transparent_bg.png);
/* filter:0.7(opacity:60) */
}
li-desc p{
color:#FFF;
margin:0 8px;
padding:8px 0
}
li-desc h3 a{
color:#FFF;
margin:0;
font-size:140%;
padding:20px 8px 2px;
font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
}
li-desc h3 a:hover{
color:#FF6;
text-decoration:underline;
}
/* item navigator */
ul.lof-navigator{
top:0 ;
padding:0 ;
margin:0 ;
position:absolute ;
width:100% ;
background:none !important;
margin-top: 0 !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
ul.lof-navigator li{
cursor:hand ;
cursor:pointer ;
list-style:none ;
width:100% !important;
padding:0 !important;
margin:0 !important;
overflow:hidden !important;
}
.lof-navigator-outer{
position:absolute !important;
z-index:100 !important;
height:300px !important;
width:310px !important;
overflow:hidden !important;
color:#FFF !important;
left:0 !important
top:0 !important;
right:inherit !important;
}
.lof-navigator li.active{
background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/arrow-bg2.gif) center right no-repeat;
color:#FFF
}
.lof-navigator li:hover{
}
.lof-navigator li h3{
color:#FFF;
font-size:120%;
padding:15px 0 0 !important;
margin:0;
}
.lof-navigator li div{
background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/transparent_bg.png);
color:#FFF;
height:100%;
position:relative;
padding-left:15px;
border-top:1px solid #E1E1E1;
margin-left:inherit;
margin-right:18px;
}
.lof-navigator li.active div{
background:url(http://i879.photobucket.com/albums/ab351/bloggerblogimage/blogger/grad-bg2.gif);
color:#FFF;
margin-left:inherit;
margin-right:18px;
}
.lof-navigator li img{
height:60px;
width:60px;
margin:15px 15px 10px 0px;
float:left;
padding:3px;
border:#C5C5C5 solid 1px;
}
.lof-navigator li.active img{
border:##6C8E5C solid 1px;
}
.lof-navigator li.active h3{
color:#FFF;
.PopularPosts .item-title{0 !important; }
}
.PopularPosts .widget-item-control {display:none}
ul.lof-main-wapper li {
position:relative;
}
</style>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script type='text/javascript'>
//<![CDATA[
// t: current time, b: begInnIng value, c: change In value, d: duration
jQuery.easing['jswing'] = jQuery.easing['swing'];
jQuery.extend( jQuery.easing,
{
def: 'easeOutQuad',
swing: function (x, t, b, c, d) {
//alert(jQuery.easing.default);
return jQuery.easing[jQuery.easing.def](x, t, b, c, d);
},
easeInQuad: function (x, t, b, c, d) {
return c*(t/=d)*t + b;
},
easeOutQuad: function (x, t, b, c, d) {
return -c *(t/=d)*(t-2) + b;
},
easeInOutQuad: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t + b;
return -c/2 * ((--t)*(t-2) - 1) + b;
},
easeInCubic: function (x, t, b, c, d) {
return c*(t/=d)*t*t + b;
},
easeOutCubic: function (x, t, b, c, d) {
return c*((t=t/d-1)*t*t + 1) + b;
},
easeInOutCubic: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t + b;
return c/2*((t-=2)*t*t + 2) + b;
},
easeInQuart: function (x, t, b, c, d) {
return c*(t/=d)*t*t*t + b;
},
easeOutQuart: function (x, t, b, c, d) {
return -c * ((t=t/d-1)*t*t*t - 1) + b;
},
easeInOutQuart: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t*t + b;
return -c/2 * ((t-=2)*t*t*t - 2) + b;
},
easeInQuint: function (x, t, b, c, d) {
return c*(t/=d)*t*t*t*t + b;
},
easeOutQuint: function (x, t, b, c, d) {
return c*((t=t/d-1)*t*t*t*t + 1) + b;
},
easeInOutQuint: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return c/2*t*t*t*t*t + b;
return c/2*((t-=2)*t*t*t*t + 2) + b;
},
easeInSine: function (x, t, b, c, d) {
return -c * Math.cos(t/d * (Math.PI/2)) + c + b;
},
easeOutSine: function (x, t, b, c, d) {
return c * Math.sin(t/d * (Math.PI/2)) + b;
},
easeInOutSine: function (x, t, b, c, d) {
return -c/2 * (Math.cos(Math.PI*t/d) - 1) + b;
},
easeInExpo: function (x, t, b, c, d) {
return (t==0) ? b : c * Math.pow(2, 10 * (t/d - 1)) + b;
},
easeOutExpo: function (x, t, b, c, d) {
return (t==d) ? b+c : c * (-Math.pow(2, -10 * t/d) + 1) + b;
},
easeInOutExpo: function (x, t, b, c, d) {
if (t==0) return b;
if (t==d) return b+c;
if ((t/=d/2) < 1) return c/2 * Math.pow(2, 10 * (t - 1)) + b;
return c/2 * (-Math.pow(2, -10 * --t) + 2) + b;
},
easeInCirc: function (x, t, b, c, d) {
return -c * (Math.sqrt(1 - (t/=d)*t) - 1) + b;
},
easeOutCirc: function (x, t, b, c, d) {
return c * Math.sqrt(1 - (t=t/d-1)*t) + b;
},
easeInOutCirc: function (x, t, b, c, d) {
if ((t/=d/2) < 1) return -c/2 * (Math.sqrt(1 - t*t) - 1) + b;
return c/2 * (Math.sqrt(1 - (t-=2)*t) + 1) + b;
},
easeInElastic: function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
return -(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
},
easeOutElastic: function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b; if ((t/=d)==1) return b+c; if (!p) p=d*.3;
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
return a*Math.pow(2,-10*t) * Math.sin( (t*d-s)*(2*Math.PI)/p ) + c + b;
},
easeInOutElastic: function (x, t, b, c, d) {
var s=1.70158;var p=0;var a=c;
if (t==0) return b; if ((t/=d/2)==2) return b+c; if (!p) p=d*(.3*1.5);
if (a < Math.abs(c)) { a=c; var s=p/4; }
else var s = p/(2*Math.PI) * Math.asin (c/a);
if (t < 1) return -.5*(a*Math.pow(2,10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )) + b;
return a*Math.pow(2,-10*(t-=1)) * Math.sin( (t*d-s)*(2*Math.PI)/p )*.5 + c + b;
},
easeInBack: function (x, t, b, c, d, s) {
if (s == undefined) s = 1.70158;
return c*(t/=d)*t*((s+1)*t - s) + b;
},
easeOutBack: function (x, t, b, c, d, s) {
if (s == undefined) s = 1.70158;
return c*((t=t/d-1)*t*((s+1)*t + s) + 1) + b;
},
easeInOutBack: function (x, t, b, c, d, s) {
if (s == undefined) s = 1.70158;
if ((t/=d/2) < 1) return c/2*(t*t*(((s*=(1.525))+1)*t - s)) + b;
return c/2*((t-=2)*t*(((s*=(1.525))+1)*t + s) + 2) + b;
},
easeInBounce: function (x, t, b, c, d) {
return c - jQuery.easing.easeOutBounce (x, d-t, 0, c, d) + b;
},
easeOutBounce: function (x, t, b, c, d) {
if ((t/=d) < (1/2.75)) {
return c*(7.5625*t*t) + b;
} else if (t < (2/2.75)) {
return c*(7.5625*(t-=(1.5/2.75))*t + .75) + b;
} else if (t < (2.5/2.75)) {
return c*(7.5625*(t-=(2.25/2.75))*t + .9375) + b;
} else {
return c*(7.5625*(t-=(2.625/2.75))*t + .984375) + b;
}
},
easeInOutBounce: function (x, t, b, c, d) {
if (t < d/2) return jQuery.easing.easeInBounce (x, t*2, 0, c, d) * .5 + b;
return jQuery.easing.easeOutBounce (x, t*2-d, 0, c, d) * .5 + c*.5 + b;
}
});
/*
*
* TERMS OF USE - EASING EQUATIONS
*
* Open source under the BSD License.
*
* Copyright © 2001 Robert Penner
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* Redistributions of source code must retain the above copyright notice, this list of
* conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright notice, this list
* of conditions and the following disclaimer in the documentation and/or other materials
* provided with the distribution.
*
* Neither the name of the author nor the names of contributors may be used to endorse
* or promote products derived from this software without specific prior written permission.
*
* THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
* MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
* COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
* EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
* GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
* AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
* NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
* OF THE POSSIBILITY OF SUCH DAMAGE.
*
*/
//]]>
</script>
<script type='text/javascript'>
//<![CDATA[
// JavaScript Document
/*! Copyright (c) 2009 Brandon Aaron (http://brandonaaron.net)
* Dual licensed under the MIT (http://www.opensource.org/licenses/mit-license.php)
* and GPL (http://www.opensource.org/licenses/gpl-license.php) licenses.
* Thanks to: http://adomas.org/javascript-mouse-wheel/ for some pointers.
* Thanks to: Mathias Bank(http://www.mathias-bank.de) for a scope bug fix.
*
* Version: 3.0.2
*
* Requires: 1.2.2+
* Optimized by ABu Farhan in Blogger
*/
eval(function(p,a,c,k,e,r){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--)r[e(c)]=k[c]||e(c);k=[function(e){return r[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}('$(2s).2t(6(){$(\'.h-j\').2u(\'<o 14="1P"><o></o></o>\');$(\'.h-j S\').I(\'<o 2v="2w" 14="9-2x"></o>\');$(\'.h-j S\').1e().2y(\'.h-j S\');$(\'.h-j S:2z\').J(\'9-w-K\');$(\'.h-j S:2A\').J(\'9-t\');$(\'.h-j .9-w-K\').I(\'<o 14="9-w-1v"></o>\');$(\'.h-j .9-t\').I(\'<o 14="9-t-1v"></o>\');$(\'.h-j .7-T .7-1Q\').U(6(k){$(4).J(\'1w\'+k)});$(\'.h-j .7-T .7-15\').U(6(k){$(4).J(\'z\'+k)});m L;$(\'.h-j .7-T .7-V\').U(6(k){$(4).J(\'z\'+k);L=k});M(i=0;i<=L/2;i++){$(\'.h-j .7-T .z\'+i).2B(\'<o 14="9-w-7-z"></o>\')};$(\'.9-w-K .7-15\').I(\'<16></16>\');$(\'.9-w-K .7-V\').I(\'<p></p>\');$(\'.9-t .7-15\').I(\'<16></16>\');$(\'.9-t .7-V\').I(\'<p></p>\');$(\'.7-15 a\').1R(\'<W></W>\');$(\'.7-V\').1R(\'<W></W>\');M(i=0;i<=L;i++){$(\'.h-j .7-T .1w\'+i+\' 1x\').1e().1y(\'.h-j .7-T .1w\'+i)};$(".7-1Q").17();m 1z;1z=(L+1)/2;M(i=1z;i<=L;i++){$(\'.h-j .z\'+i+\' a W\').1e().1y(\'.h-j 16 .z\'+i)};$(".9-t .7-15").17();M(i=0;i<=L;i++){$(\'p .z\'+i+\' W\').1e().1y(\' p .z\'+i)};$(".9-t .7-V").17();$(".9-t p").17();$(".9-w-K .7-V").17();$(\'.9-w-K\').N("1x").2C(\'2D\',6(i,e){g e.2E("2F-c","2G")})});(6($){m 18=[\'2H\',\'A\'];$.l.2I.A={2J:6(){8(4.1S)M(m i=18.b;i;)4.1S(18[--i],1f,1g);B 4.1T=1f},2K:6(){8(4.1U)M(m i=18.b;i;)4.1U(18[--i],1f,1g);B 4.1T=X}};$.u.Y({A:6(u){g u?4.1V("A",u):4.2L("A")},2M:6(u){g 4.2N("A",u)}});6 1f(l){m 1A=[].2O.2P(2Q,1),C=0,2R=s;l=$.l.2S(l||2T.l);l.2U="A";8(l.1W)C=l.1W/2V;8(l.1X)C=-l.1X/3;1A.2W(l,C);g $.l.2X.2Y(4,1A)}})(1Y);(6($){$.u.2Z=6(5){g 4.U(6(){30 $.O(4,5)})};$.O=6(q,5){4.5={P:\'\',1Z:\'1B\',20:\'S\',31:\'1B\',32:\'19\',21:\'.9-w-K\',1C:33,1D:s,x:3,r:0,1E:\'34\',Z:35,10:36,D:22,23:\'.9-t 1B\',24:\'.9-t-1v\',25:s,E:\'26\'};$.Y(4.5,5||{});4.27=X;4.28=X;4.1F=4.5.37||22;4.F=$(q).N(4.5.21);4.d=4.F.N(4.5.1Z);8(!4.F.b||!4.d.b)g;8(4.5.x>4.d.b){4.5.x=4.d.b}4.f=38(4.5.r)||4.5.r>4.d.b?0:4.5.r;4.Q=$(q).N(4.5.24);4.1a=$(q).N(4.5.23);4.1h=4.Q.N(4.5.20);8(4.5.1E==\'29\'){4.1h.11(4.d.b*4.5.10);4.Q.11(4.5.x*4.5.10);4.Q.1i(4.5.Z)}B{4.1h.1i(4.d.b*4.5.Z);4.Q.1i(4.5.x*4.5.Z);4.Q.11(4.5.10)}4.1G=4.2a(4.5.1E);4.1H=4.2b();8(4.5.P==\'v\'){4.F.J(\'9-v\');$(4.d).1j(\'v\',0).2c(4.f).1j(\'v\',1)}B{4.F.1j({\'1I\':\'-\'+4.f*4.G+\'39\',\'11\':(4.1F)*4.d.b})}8(4.5.25){4.2d(4.12)}B{4.12()}};$.O.u=$.O.3a;$.O.u.Y=$.O.Y=$.Y;$.O.u.Y({2e:6(q,F){1b=4;4.1a.U(6(k,7){$(7).19(6(){1b.2f(k,s);1b.1k(k,7)});$(7).1j({\'1i\':1b.5.Z,\'11\':1b.5.10})});4.2g(4.Q,4);4.1k(4.f);8(4.5.1J&&3b(4.5.1J)=="3c"){4.2h(\'19\',4.5.1J,4)}8(4.5.1D)4.1K(4.5.1C,\'13\',s);g 4},12:6(){2i(6(){$(\'.1P\').3d(3e)},3f);4.2e()},2d:6(3g){m y=4;m 1c=4.F.N(\'1x\');m R=0;1c.U(6(k,1l){8(!1l.3h){1l.3i=6(){R++;8(R>=1c.b){y.12()}};1l.3j=6(){R++;8(R>=1c.b){y.12()}}}B{R++;8(R>=1c.b){y.12()}}})},2j:6(1m){8(1m<=4.5.r||1m-4.5.r>=4.5.x-1){4.5.r=1m-4.5.x+2;8(4.5.r<0)4.5.r=0;8(4.5.r>4.d.b-4.5.x){4.5.r=4.d.b-4.5.x}}4.1h.H().1n(1L(\'({\'+4.1G[0]+\':-\'+4.5.r*4.1G[1]+\'})\'),{D:3k,E:\'26\'})},1k:6(k,7){8((4.1a)){4.1a.3l(\'2k\');$(4.1a.3m(k)).J(\'2k\');4.2j(4.f)}},2a:6(2l){8(2l==\'29\'){g[\'1I\',4.5.10]}g[\'3n\',4.5.Z]},2b:6(){2m(4.5.P){1M\'v\':4.G=0;g[\'v\',\'v\'];3o:4.G=4.1F;g[\'1I\',\'11\']}},2g:6(2n,q){2n.1V(\'A\',6(l,C){m 3p=C>0?\'3q\':\'3r\',3s=3t.3u(C);8(C>0){q.1o(s)}B{q.13(s)}g 1g})},2h:6(3v,1p,y){M(m 1q 3w 1p){2m(1q.3x()){1M\'13\':1p[1q].19(6(){y.13(s)});2o;1M\'1o\':1p[1q].19(6(){y.1o(s)});2o}}g 4},1r:6(n,1N,2p){4.28=4.f+(4.f>0?-1:4.d.b-1);4.27=4.f+(4.f<4.d.b-1?1:1-4.d.b);g 4},1s:6(n){8(n)4.H();8(n&&4.5.1D){4.1K(4.5.1C,\'13\',s)}4.1k(4.f)},1O:6(1N,2p){g 1L("({\'"+4.1H[0]+"\':-"+(4.f*1N)+"})")},1t:6(k,q,3y){8(4.5.P==\'v\'){$(4.d).H().1n({v:0},{D:4.5.D,E:4.5.E});$(4.d).2c(k).H().1n({v:1},{D:4.5.D,E:4.5.E})}B{4.F.H().1n(q,{D:4.5.D,E:4.5.E})}g 4},2f:6(1d,n){4.H();8(4.f==1d)g;m q=1L("({\'"+4.1H[0]+"\':-"+(4.G*1d)+"})");4.1r(X,n,0,4.G).1t(1d,q,4).1s(n);4.f=1d},13:6(n,7){4.f+=(4.f<4.d.b-1)?1:(1-4.d.b);4.1r(7,n,0,4.G).1t(4.f,4.1O(4.G),4).1s(n)},1o:6(n,7){4.f+=4.f>0?-1:4.d.b-1;4.1r(7,n).1t(4.f,4.1O(4.G),4).1s(n)},1K:6(2q,P,2r){4.H();8(!2r){4[P](1g)}m y=4;4.1u=2i(6(){y[P](s)},2q)},H:6(){8(4.1u==X)g;3z(4.1u);4.1u=X}})})(1Y)',62,222,'||||this|settings|function|item|if|lof||length||slides||currentNo|return|popular||posts|index|event|var|manual|div||obj|startItem|true|navigator|fn|opacity|main|maxItemDisplay|self|desc|mousewheel|else|delta|duration|easing|wrapper|maxSize|stop|wrap|addClass|wapper|aa|for|find|lofSidernews|direction|navigatorOuter|count|ul|content|each|snippet|span|null|extend|navigatorHeight|navigatorWidth|width|onComplete|next|class|title|h3|remove|types|click|navigatorItems|seft|images|no|clone|handler|false|navigatorInner|height|css|setNavActive|image|currentIndex|animate|previous|objects|action|onProcessing|finishFx|fxStart|isRun|outer|descimg|img|insertBefore|bb|args|li|interval|auto|navPosition|maxWidth|navigratorStep|directionMode|left|buttons|play|eval|case|start|getObjectDirection|preload|thumbnail|wrapInner|addEventListener|onmousewheel|removeEventListener|bind|wheelDelta|detail|jQuery|mainItemSelector|navInnerSelector|wapperSelector|600|navItemsSelector|navOuterSelector|isPreloaded|easeInOutQuad|nextNo|previousNo|horizontal|__getPositionMode|__getDirectionMode|eq|preLoadImage|startUp|jumping|registerWheelHandler|registerButtonsControl|setTimeout|navivationAnimate|active|position|switch|element|break|end|delay|wait|document|ready|prepend|id|lofslidecontent45|slidecontent|insertAfter|first|last|wrapAll|attr|src|replace|s72|s1600|DOMMouseScroll|special|setup|teardown|trigger|unmousewheel|unbind|slice|call|arguments|returnValue|fix|window|type|120|unshift|handle|apply|lofJSidernews|new|navSelector|navigatorEvent|4000|vertical|100|310|mainWidth|isNaN|px|prototype|typeof|object|fadeOut|900|400|callback|complete|onload|onerror|500|removeClass|get|top|default|dir|Up|Down|vel|Math|abs|eventHandler|in|toString|currentObj|clearTimeout'.split('|'),0,{}))
//]]>
</script>
<script type="text/javascript">
$(document).ready( function(){
$('#lofslidecontent45').lofJSidernews( { interval:2000,
easing:'easeOutBounce',
duration:1200,
auto:true } );
});
</script>
Créditos: AbuFarhan
Olá Elke :D
ResponderExcluirPreciso de ajuda.
Instalei um template no blog e quando eu público um comentário ou qualquer outra pessoa, não aparece a opção de excluir o comentário. O que eu faço??
olá, o box com o texto no meu slide está ficando abaixo da barra lateral com os títulos.Gostaria de deixá-lo alinha à direita para que isso não aconteça. Meu blog é o clickpata.blogspot.com.br e você pode verificar lá o que está acontecendo. Não encontro a linha onde alterar isso. Obrigada
ResponderExcluir