1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
body {
cursor: url("http://www.2aek.com/images/cursors/cur1.ani"), url("http://www.2aek.com/images/cursors/1.png"), pointer; /*this is mouse cursor when you are not pointing on any link. cur1.ani is an animated cursor which is for Internet Explorer, 1.png is a static image cursor which is for other browsers.*/
}

a:hover{cursor: url(http://www.2aek.com/images/cursors/gam987.ani), url(http://www.2aek.com/images/cursors/2.cur), pointer; /*this is mouse cursor when you are pointing on a link. gam987.ani is an animated cursor which is for Internet Explorer, 2.cur is a static image cursor which is for other browsers.
}

.plurk_cnt {
cursor: url(http://www.2aek.com/images/cursors/gam985.ani), url(http://2aek.com/images/cursors/2fpurple.png), pointer;
}

.block_cnt, .block_bg, .block_fg {
cursor: url("http://www.2aek.com/images/cursors/cur1.ani"), url("http://2aek.com/images/cursors/2.png"), pointer;
}

.dots .inner {
background:url(http://2aek.com/animation/1.gif) no-repeat 0 0;
margin-left: 2px;
padding-left: 1px;
padding-right: 20px; /*increase the value if the right side of your animation is missing*/
padding-top: 14px; /*increase the value if the top of your animation is missing*/
padding-bottom:0px;
background-position: 0px 0px;
color: #F090A5!important;
border-width:0px;
}

#timeline_cnt {
background: url(http://2aek.com/animation/27.gif) no-repeat;
background-color: transparent;
}