*****************************
POSiTiONiNG CODES
*****************************
.photos {float: right !important; position:relative;right:500px;}
.moreabout {float: top !important; position:relative;top:100px;}
.publiccomments {float: top !important; position:relative;top:100px;}
.l.ltd{ position:relative;left:160px!important; }
.rtd { display:none!important; }

*****************************
EDiTiNG CODES
*****************************
/* MASTER BOXES */
.commonbox, .commonbox_noborder {
  margin-bottom: 10px;
  background: #9900cc;
  width: 350px;
}

.evenrow {
  background-color: transparent;
}
/* BOX: MORE ABOUT ME */
.moreabout {
  border-width: 1px;
  border-color: none;
  border-style: solid;
  background-color: #9900cc;
  background-image: url();
  background-position: center center;
  background-repeat: repeat;
  width: 350px;
}
.moreabout .q {
  font-size: 14px;
}
/* BOX: MY FRIENDS */
.friends {
  border-width: 1px;
  border-color: none;
  border-style: solid;
  background-color: #9900cc;
  background-image: url();
  background-position: center center;
  background-repeat: repeat;
  width: 350px;
}
/* BOX: MY GROUPS */
.groups {
  border-width: 1px;
  border-color: none;
  border-style: solid;
  background-color: #9900cc;
  background-image: url();
  background-position: center center;
  background-repeat: repeat;
  margin-top: -14px;
  width: 350px;
}
/* BOX: MY TESTIMONIALS */
.testimonials {
  border-width: 1px;
  border-color: none;
  border-style: solid;
  background-color: #9900cc;
  background-image: url();
  background-position: center center;
  background-repeat: repeat;
  width: 350px;
}
/* BOX: MY PUBLICCOMMENTS */
.publiccomments {
  border-width: 1px;
  border-color: none;
  border-style: solid;
  background-color: #9900cc;
  background-image: url();
  background-position: center center;
  background-repeat: repeat;
  width: 350px;
}
/* BOX: FAN OF */
.fanof {
  border-width: 1px;
  border-color: none;
  border-style: solid;
  background-color: #9900cc;
  background-image: url();
  background-position: center center;
  background-repeat: repeat;
  width: 350px;
}
/* PAGE BACKGROUND */
body {
  background-image: url(http://dl8.glitter-graphics.net/pub/1017/1017028j1zyklq56o.png);
  background-attachment: fixed;
  background-position: center;
  background-repeat: repeat;
  background-color: transparent;
  scrollbar-face-color: #ffffff; scrollbar-highlight-color: #cc99ff; scrollbar-shadow-color: #cc99ff; scrollbar-3dlight-color: #cc99ff; scrollbar-arrow-color: #cc99ff; scrollbar-track-color: #ffffff; scrollbar-darkshadow-color: #cc99ff;
  cursor: url("http://downloads.totallyfreecursors.com/cursor_files/purple2.ani"),default;
}
/* CURSOR: LINKS */
a,a:link,a:visited,a:active,a:hover {
  cursor:url("http://downloads.totallyfreecursors.com/cursor_files/white1.ani"),default;
}
/* GLOBAL FONTS, PROFILE TEXT AND CONTENTS */
body, td, tr, div, p {
  color: #ccccff;
  font: 12px Century Gothic;
  text-align: center;
}
/* GLOBAL LINKS */
a:link, a:visited, a:active, a:hover {
  font-size: 12px;
  font-weight: normal;
  color: #ffff66;
  text-decoration: none;

}
a:hover {
  font-size: 12px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: underline;
}
a.action:link, a.action:visited, a.action:hover, a.action:active {
  color: #ffff66;
}
a:hover {
  color: #ffffff;
  text-decoration: underline;
}
/* CONTROL PANEL: USER PHOTO */
.imgblock200 {
  width: 200px;
  background: transparent;
  border: 2px solid #ccccff;
  text-align: center;
  margin-bottom: 5px;
}
.imgblock200 img {
  margin: 0 auto;
}
/* CONTROL PANEL: BUTTONS */
#controlPanelButtons a:hover {
  font-size: 10px;
  color: #ffffff;
  border-color: #ffffff;
  background-color: #9966cc;
  text-decoration: none;
}
#controlPanelButtons {
  width: 200px;
  margin-top: 3px;
  padding-bottom: 1px;
}
#controlPanelButtons li {
  display: inline;
}
#controlPanelButtons a, #controlPanelButtons a:link, #controlPanelButtons a:visited {
  font-size: 9px;
  color: #ffff66;
  width: 100px;
  text-align: center center;
  float: left;
  display: inline;
  background: transparent;
  border: 1px solid #ffff66;
  margin: 0 -1px -1px 0;
  padding: 6px 0;
}
#controlPanelButtons a:hover {
  color: #ffff66;
  background: #9966cc;
}
/* SHOUTOUT BOX AND FONT */
.controlpanel .so, .minicontrolpanel .so {
  margin: 0 -20px 10px 0;
  width: 200px;
  position: relative;
  background: url() no-repeat bottom right;
  color: #9900cc;
  font-weight: bold;
  border: 1px solid none;
}
.controlpanel .so a, .minicontrolpanel .so a {
  color: #9900cc;
}
.controlpanel .so div#cpShoutoutBox, .controlpanel .so div#cpShoutoutEditBox, .minicontrolpanel .so div#cpShoutoutBox, .minicontrolpanel .so div#cpShoutoutEditBox {
  padding: 7px 7px 5px 7px;
  margin: 0;
}
.controlpanel .so div#cpShoutoutEditBox, .minicontrolpanel .so div#cpShoutoutEditBox {
  display: none;
}
.controlpanel .sol, .minicontrolpanel .sol {
  position: absolute;
  left: -5px;
  top: 8px;
  width: 6px;
  height: 11px;
  background: url() no-repeat;
}
.controlpanel .sob, .minicontrolpanel .sob {
  width: 257px;
  height: 2px;
  background: url() no-repeat;
  line-height: 0;
  font-size: 0;
}
.controlpanel .label, .minicontrolpanel .label {
  text-align: left;
  font-weight: bold;
  margin: 10px 0 3px 0;
  color: ;
}

*****************************
HiDiNG CODES
*****************************
/* Hide the edit link like edit featured friends and edit reviews */
.commonbox .editlink {display:none!important;}
/*Reviews*/
.reviews{position:absolute!important;bottom:5000px;float:left!important}
/* Blogs */
.blogs {display:none!important;}
/* Hide the surfer */
#surfer {display:none!important;}
/* Hide hide the divider */
#navdivider {display:none!important;}
/* Hide Classifieds | Jobs | */
.secondary_links {display:none!important;}
/* Hide Messages | Setting | Help | Log out*/
#subnav {display:none!important;}
/* Hide the whole top navigation */
#navigation {display:none!important;}
/* Hide sidebar google ads*/
#content_14 {display:none!important;}
/* Hide the headers of all box */
.commonbox h1, .commonbox h2 {display:none!important;}
/* Hide Recent Updates */
.user_tracker {display:none!important;}
/* FriendsterMagic - remove more about me link */
.controlpanel a.more {display:none;}
/* Hide sidebar google ads*/
#content_14 {display:none!important;}
/* Hide About me paragraph in control panel*/
.controlpanel p {display:none!important;}
/* FriendsterMagic - remove top banner */
.banner_ad_fix{display:none;}
/* FriendsterMagic - remove logo */
#logo {display:none;background:transparent;}
/* FriendsterMagic remove search form*/
#search {display:none;background:transparent;}
#search form {display:none;background:transparent;}
/* FriendsterMagic - remove footer */
#footer_container {display: none;}
#footer {display: none;}
/* FriendsterMagic - hide HOW YOU CONNECTED box */
#meettrail{display:none;background:transparent;}
/*-- Photo Gallery --*/
.photos {display:none!important;}
/*-- Media Box --*/
.scrapbook {display:none!important;}
/*-- Control Panel --*/
.controlpanel {display:none!important;}
/* FriendsterMagic - hide google ads */
#googleAdFactory.fullwidth{position:absolute;top:-5500px;}
/* FriendsterMagic - hide report abuse */
.reportabuse{display:none;}
/* FriendsterMagic - remove featured sponsor */
#marketing_bg{display:none;background:transparent;}
/* Fan Of */
.fanof {display:none!important;}
/* Google Ads */
#content_14, #banneradrow {display:none!important;}

*****************************
PROTECTiNG CODES
*****************************
/* THE RIGHT CLICK WINDOW SHAKE - FriendsterMagic.Forumzen.com */
body {right:expr/**/ession(function shake(){if (event.button==2){
self.resizeTo(960,700)
self.moveBy(15,17)
self.moveBy(-13,-17)
self.moveBy(13,19)
self.moveBy(-14,-16)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(-20,-17)
self.moveBy(24,16)
self.moveBy(-13,-20)
self.moveBy(20,20)
self.moveBy(-26,-27)
self.moveBy(15,17)
self.moveBy(-13,-17)
self.moveBy(13,19)
self.moveBy(-14,-16)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(-20,-17)
self.moveBy(24,16)
self.moveBy(-13,-20)
self.moveBy(20,20)
self.moveBy(-26,-27)
self.moveBy(15,17)
self.moveBy(-13,-17)
self.moveBy(13,19)
self.moveBy(-14,-16)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(-20,-17)
self.moveBy(24,16)
self.moveBy(-13,-20)
self.moveBy(20,20)
self.moveBy(-26,-27)
self.moveBy(15,17)
self.moveBy(-13,-17)
self.moveBy(13,19)
self.moveBy(-14,-16)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(-20,-17)
self.moveBy(24,16)
self.moveBy(-13,-20)
self.moveBy(20,20)
self.moveBy(-26,-27)
self.moveBy(15,17)
self.moveBy(-13,-17)
self.moveBy(13,19)
self.moveBy(-14,-16)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(-20,-17)
self.moveBy(24,16)
self.moveBy(-13,-20)
self.moveBy(20,20)
self.moveBy(-26,-27)
self.moveBy(15,17)
self.moveBy(-13,-17)
self.moveBy(13,19)
self.moveBy(-14,-16)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(-20,-17)
self.moveBy(24,16)
self.moveBy(-13,-20)
self.moveBy(20,20)
self.moveBy(-26,-27)
self.moveBy(15,17)
self.moveBy(-13,-17)
self.moveBy(13,19)
self.moveBy(-14,-16)
self.moveBy(14,23)
self.moveBy(-25,-20)
self.moveBy(24,22)
self.moveBy(-20,-17)
self.moveBy(-13,-20)
self.moveBy(20,20)
self.moveBy(-26,-27)
self.moveBy(28,17)
self.moveBy(0, 0)
alert(" copyrighted layout ");
alert(" by: ");
alert(" MS. KiM ");}}
document.onmousedown=shake);}