@charset "UTF-8";

.my-status {
  background:#000000;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  bottom:0;
  color:#FFFFFF;
  font-family:Helvetica;
  font-size:10px;
  font-weight:100;
  left:0;
  margin:auto;
  position:fixed;
  text-align:center;
  width:100%;
  z-index:500;
  padding:4px;
  height:10px;
}

#unix_last_login_container {
  bottom:2px;
  position:fixed;
  right:10px;
  z-index:600;
}

#status_container {
  bottom:2px;
  left:0;
  position:fixed;
  z-index:600;
}

#profile_header_container > #unix_last_updated_container {
  display:none;
}

#status_container .label {
  min-width:40px;
}

#unix_last_login_container .label {
  min-width:60px;
}

#status_container a:hover,#status_container a:focus {
  color:#ffffff;
  text-decoration:none;
}

/*-----------------[END CHANGES]------------------------*/
body {
  font-family:Helvetica,Arial,'DejaVu Sans','Liberation Sans',Freesans,sans-serif sans-serif;
  font-size:1rem;
  line-height:1;
  color:#ff0000;
  background-color:#000000;
  background-size:cover;
  background-repeat:fixed;
  background:url(http://i61.tinypic.com/xm4k86.jpg);
  background-attachment:fixed;
  padding:0;
}

.img_radius_shadow {
  -webkit-box-shadow:0 0 10px #000000;
  border-radius:20px;
}

a,a:visited {
  color:#ff0000;
  text-decoration:none;
}

a:hover,a:focus {
  color:#000000;
  text-decoration:underline;
}

ul {
  padding:0;
  margin:0;
  list-style-type:none;
}

ol {
  padding:0;
  margin:0;
  list-style-type:none;
}

.twocolumn {
  -moz-column-count:2;
  -webkit-column-count:2;
  column-count:2;
}

/* ==========================================================================
   Top Navigation
   ========================================================================== */
.navbar {
  background-color:#000000;
  position:fixed;
  left:2px;
  top:0;
  height:40px;
  width:100%;
  z-index:500;
  box-shadow:0 1px 20px 1px rgba(0,0,0,.8);
  font-size:15px;
  line-height:1;
  font-style:normal;
  font-weight:bold;
  fontcolor:red;
}

.nav {
  width:780px;
  margin:0 auto;
  display:block;
}

.nav ul {
  list-style-type:none;
  padding:0;
  margin:0;
  overflow:hidden;
}

.nav li {
  float:left;
}

.nav ul li a {
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.nav a:link,.nav a:visited {
  display:block;
  width:auto;
  height:30px;
  font-size:1.0625em;
  color:;
  background-color:#000000;
  text-align:center;
  padding:10px 20px 0;
  text-decoration:none;
  text-transform:uppercase;
}

.nav a:hover,.nav a:active {
  background:#ff0000;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.border-right-menu {
  border-radius:0 7px 7px 0;
}

.border-left-menu {
  border-radius:7px 0 0 7px;
}

/* ==========================================================================
   Classes for MFC Generated Elements
   ========================================================================== */
#header_bar,#footer_bar,#profile_main_photo,#profile_schedule,#profile_about_me > div:nth-child(1) {
  display:none;
}

#profile {
  width:940px;
  margin:40px auto -10px;
  background:##B8860B url(http://www.clubbingradio.ro/luckyangel4u/bgtop.jpg) top center no-repeat;
  box-shadow:0 0 1px 1px #DAA520;
  font-size:.875em;
  line-height:1.25;
}

#profile_header {
  padding:70px 0 0;
}

#profile_avatar {
  padding:4px;
  background-color:;
  border:1px solid #ccc;
  border:1px solid rgba(0,0,0,0.2);
  -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1);
  box-shadow:0 1px 3px rgba(0,0,0,0.1);
}

.profile_section {
  border-spacing:0;
}

.profile_section .heading {
  background:;
  color:#FFFFFF;
  height:40px;
  font-size:1.5rem;
  font-weight:normal;
  padding:10px 0 0 15px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  margin-bottom:0;
}

.profile_section_content {
  z-index:inherit;
  margin:10px;
  padding:0;
}

#profile_about_me {
  margin:20px 0;
}

#about_me_value {
  display:block;
  margin:0 auto 0 -20px;
}

img {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.img_radius_shadow {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:10px;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

#img_preview {
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0;
  -moz-box-shadow:0;
  box-shadow:0;
}

.container {
  display:block;
  margin:0 0 0 20px;
}

.in_page_anchor {
  padding-top:50px;
  margin-top:-50px;
  display:inline-block;
/* required for webkit browsers */
}

#profile_password_photo_galleries {
  padding-top:45px;
  margin-top:-45px;
  display:inline-block;
/* required for webkit browsers */
}

.photo_gallery_previews {
  text-align:center;
}

#meaning_life_label {
  margin-top:15px;
}

/* ==========================================================================
   Classes for Custom Content
   ========================================================================== */
.social-links {
  margin:20px 0;
  text-align:center;
}

.crazy-picts {
  text-align:center;
  margin:20px 0;
}

.crazy-picts img {
  margin:0 1.25em;
  height:180px;
}

.crazy-picts .caption {
  font-size:1.125em;
  font-weight:bold;
  margin-bottom:5px;
}

.round {
  border-radius:50%;
}

.about-me {
  padding:0 20px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.about-me .header {
  font-size:1.25rem;
  font-weight:bold;
  margin-top:20px;
  margin-bottom:-10px;
}

.whats-new {
  background-color:#ccc;
  border-bottom:15px solid #990067;
  margin-bottom:20px;
}

.goat-img {
  margin-bottom:20px;
}

.turn-on-offs ul {
  margin:10px 0;
}

.books img,.movies img {
  margin:4px;
  border:1px solid #666;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

/* ==========================================================================
   Store
   ========================================================================== */
.padding-top-60 {
  margin-top:60px;
}

.store {
  font-size:1rem;
  line-height:1;
}

.store-header {
  background:;
  color:#ff0000;
  margin:auto;
  padding:40px 0 0 15px;
  font-size:1.5em;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-list {
  background-color:#ccc;
  border:5px solid #ccc;
  margin:auto;
  height:432px;
  overflow:auto;
}

.four-rows {
  height:575px;
}

.store-footer {
  background-color:#990067;
  color:#fff;
  margin:auto;
  height:15px;
  margin-bottom:20px;
}

.store-item {
  width:49%;
  height:135px;
  margin:.5%;
  float:left;
  background-color:#ddd;
  border-radius:8px;
  padding-right:5px;
  text-align:left;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  overflow:hidden;
}

.store-item .image {
  width:40%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:10;
}

.image img {
  height:100%;
}

.store-item .desc {
  width:59.7%;
  height:100%;
  background-color:#ddd;
  position:absolute;
  right:0;
  top:0;
  padding:0 5px;
  z-index:20;
  -moz-transition:.5s .5s ease-in-out;
  -o-transition:.5s .5s ease-in-out;
  -webkit-transition:.5s .5s ease-in-out;
  transition:.5s .5s ease-in-out;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}

.store-item:hover .desc {
  background-color:rgba(128,128,128,.8);
  color:#eee;
  width:100%;
  padding:0 40px;
}

.desc .title {
  height:20px;
  width:100%;
  margin:7px 0 0;
  font-size:1em;
  font-weight:bold;
}

.desc-content {
  height:81px;
  width:100%;
  overflow:hidden;
  -ms-text-overflow:ellipsis;
  -o-text-overflow:ellipsis;
  text-overflow:ellipsis;
  display:-webkit-box;
  -webkit-line-clamp:5;
  -webkit-box-orient:vertical;
}

.desc-content ul {
  list-style-type:disc;
  list-style-position:inside;
}

.desc-content li {
  margin:2px;
  font-size:.75em;
}

.desc-footer {
  height:20px;
  width:100%;
  text-align:right;
  padding-right:5px;
  position:absolute;
  bottom:5px;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  z-index:30;
}

.item-tag {
  font-size:.625em;
  color:#fff;
  background-color:#444;
  padding:2px 10px;
  border-radius:8px;
}

.store-list::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  height:12px;
}

.store-list::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid white;
  background-color:#666;
}

/*-----------------[SCROLL-TOP-UP  START]------------------------*/
#scroll-to-top {
  background:#fff;
  border-bottom:1px solid #ff000;
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  bottom:10px;
  font-size:0;
  height:35px;
  outline:0 none;
  position:fixed;
  right:10px;
  bottom:40px;
  text-indent:-9999px;
  width:35px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#scroll-to-top-triangle {
  border-style:solid;
  border-width:0 10px 11px;
  height:0;
  margin:33% 22%;
  position:absolute;
  width:0;
  border-color:transparent transparent #717171;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#scroll-to-top:hover {
  background:#ff0000;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

#scroll-to-top:hover #scroll-to-top-triangle {
  border-color:transparent transparent #fff;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

/*-----------------[SCROLL-TOP-UP  END]------------------------*/
/*-----------------[ONLINE STATS START]------------------------*/
#member_status_value a[href="http://www.myfreecams.com/#luckyangel4u"] {
  -webkit-animation-name:blinker;
  -webkit-animation-duration:1s;
  -webkit-animation-timing-function:linear;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-name:blinker;
  -moz-animation-duration:1s;
  -moz-animation-timing-function:linear;
  -moz-animation-iteration-count:infinite;
  animation-name:blinker;
  animation-duration:1s;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
  color:#fff;
}

@-moz-keyframes blinker {
  0% {
    opacity:1;
  }
  
  50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@-webkit-keyframes blinker {
  0% {
    opacity:1;
  }
  
  50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

@keyframes blinker {
  0% {
    opacity:1;
  }
  
  50% {
    opacity:0;
  }
  
  100% {
    opacity:1;
  }
}

/*-----------------[ONLINE STATS END]------------------------*/
/*-----------------[MENU RIGHT START]------------------------*/
.twitter_container .links-right {
  text-decoration:none;
  font-weight:700;
  padding-left:24px;
}

.amazon_container .links-right {
  text-decoration:none;
  font-weight:700;
  padding-left:27px;
}

.tip-off_container .links-right {
  text-decoration:none;
  font-weight:700;
  padding-left:26px;
}

.twitter_container {
  background:linear-gradient(to bottom,,) repeat scroll 0 0 rgba(0,0,0,0);
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  right:-100px;
  margin:0;
  padding:8px;
  position:fixed;
  top:60px;
  min-width:125px;
  z-index:99;
  text-align:center;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

.twitter_container:hover {
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
  right:1px;
  background:#0088CC;
  color:#fff;
  border-bottom:1px solid #0088CC;
}

.twitter_container img {
  position:absolute;
  left:6px;
  bottom:0;
}

.amazon_container {
  background:linear-gradient(to bottom,,) repeat scroll 0 0 rgba(0,0,0,0);
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  right:-100px;
  margin:0;
  padding:8px;
  position:fixed;
  top:94px;
  min-width:125px;
  z-index:99;
  text-align:center;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

.amazon_container:hover {
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
  right:1px;
  background:#b3893a;
  color:#fff;
  border-bottom:1px solid #b3893a;
}

.amazon_container img {
  position:absolute;
  left:6px;
  bottom:0;
}

.tip-off_container {
  background:linear-gradient(to bottom,,) repeat scroll 0 0 rgba(0,0,0,0);
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  right:-100px;
  margin:0;
  padding:8px;
  position:fixed;
  top:128px;
  min-width:125px;
  z-index:99;
  text-align:center;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
}

.tip-off_container:hover {
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  -ms-transition:all 1s ease;
  transition:all 1s ease;
  right:1px;
  background:#864043;
  color:#fff;
  border-bottom:1px solid #864043;
}

.tip-off_container img {
  position:absolute;
  left:6px;
  bottom:0;
}

/*-----------------[MENU RIGHT END]------------------------*/
/* ==========================================================================
   Frame For Videos
   ========================================================================== */
.frame {
  width:920px;
  height:410px;
  overflow:auto;
  background:;
  position:relative;
}

.frame-border {
  width:920px;
  height:410px;
  background:;
  padding:10px;
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  -o-border-radius:12px;
  margin:1px 0 0 1px;
  border:2px solid #ffffff;
}

.firstvid {
  margin-right:20px;
}

div.hover_icon_container {
  width:430px;
  height:200px;
  position:relative;
  float:left;
  margin-bottom:10px;
}

div.hover_icon_container a.hover_icon {
  display:none;
  width:430px;
  height:200px;
  position:absolute;
  top:0;
  left:0;
}

div.hover_icon_container:hover a.hover_icon {
  display:block;
}

.frame::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  height:12px;
}

.frame::-webkit-scrollbar-thumb {
  border-radius:8px;
  border:2px solid white;
  background-color:;
}

.hover_icon_container img {
  border-radius:25px;
}

/*-----------------[LOGO LEFT START]------------------------*/
.MfcDesignMakerButton-holder {
  position:fixed;
  left:1px;
  top:300px;
}

.MfcDesignMakerButton {
  background:rgba(19,19,19,1);
  background:-moz-radial-gradient(center,ellipse cover,rgba(19,19,19,1) 0%,rgba(43,43,43,1) 0%,rgba(0,0,0,1) 0%,rgba(71,71,71,1) 100%);
  background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(19,19,19,1)),color-stop(0%,rgba(43,43,43,1)),color-stop(0%,rgba(0,0,0,1)),color-stop(100%,rgba(71,71,71,1)));
  background:-webkit-radial-gradient(center,ellipse cover,rgba(19,19,19,1) 0%,rgba(43,43,43,1) 0%,rgba(0,0,0,1) 0%,rgba(71,71,71,1) 100%);
  background:-o-radial-gradient(center,ellipse cover,rgba(19,19,19,1) 0%,rgba(43,43,43,1) 0%,rgba(0,0,0,1) 0%,rgba(71,71,71,1) 100%);
  background:-ms-radial-gradient(center,ellipse cover,rgba(19,19,19,1) 0%,rgba(43,43,43,1) 0%,rgba(0,0,0,1) 0%,rgba(71,71,71,1) 100%);
  background:radial-gradient(ellipse at center,rgba(19,19,19,1) 0%,rgba(43,43,43,1) 0%,rgba(0,0,0,1) 0%,rgba(71,71,71,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313',endColorstr='#474747',GradientType=1);
  border-radius:9px;
  color:#fff!important;
  cursor:pointer;
  display:inline-block;
  font-family:arial;
  font-size:14px;
  font-style:italic;
  padding:9px 18px;
  text-align:center;
  text-decoration:none;
  text-shadow:0 1px 0 #ffffff;
}

.MfcDesignMakerButton:hover {
  background:rgba(255,255,255,1);
  background:-moz-radial-gradient(center,ellipse cover,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 38%,rgba(246,246,246,1) 100%);
  background:-webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(255,255,255,1)),color-stop(38%,rgba(246,246,246,1)),color-stop(100%,rgba(246,246,246,1)));
  background:-webkit-radial-gradient(center,ellipse cover,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 38%,rgba(246,246,246,1) 100%);
  background:-o-radial-gradient(center,ellipse cover,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 38%,rgba(246,246,246,1) 100%);
  background:-ms-radial-gradient(center,ellipse cover,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 38%,rgba(246,246,246,1) 100%);
  background:radial-gradient(ellipse at center,rgba(255,255,255,1) 0%,rgba(246,246,246,1) 38%,rgba(246,246,246,1) 100%);
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#f6f6f6',GradientType=1);
  color:#000!important;
  text-decoration:none;
}

.MfcDesignMakerButton:active {
  position:relative;
  top:1px;
  text-decoration:none;
}

/*-----------------[LOGO LEFT END]------------------------*/
#rate_container {
  background:linear-gradient(to bottom,,) repeat scroll 0 0 rgba(0,0,0,0);
  box-shadow:0 0 0 rgba(0,0,0,0.0);
  left:5px;
  margin:0;
  padding:10px 10px 10px 23px;
  position:fixed;
  top:158px;
  max-width:108px;
  z-index:95;
}

#new_admirer {
  background:linear-gradient(to bottom,,) repeat scroll 0 0 rgba(0,0,0,0);
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  left:5px;
  margin:0;
  padding:8px;
  position:fixed;
  top:48px;
  min-width:125px;
  z-index:99;
  text-align:center;
}

#new_admirer a {
  text-decoration:none;
}

#new_homepage_friend {
  background:linear-gradient(to bottom,,) repeat scroll 0 0 rgba(0,0,0,0);
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  left:5px;
  margin:0;
  padding:8px;
  position:fixed;
  top:80px;
  min-width:125px;
  z-index:98;
  text-align:center;
}

#new_homepage_friend a {
  text-decoration:none;
}

#rate_value {
  display:block;
}

#rate_label {
  min-width:104px;
}

#cam_score_container {
  background:linear-gradient(to bottom,,) repeat scroll 0 0 rgba(0,0,0,0);
  box-shadow:0 0 3px rgba(0,0,0,0.1);
  left:5px;
  margin:0;
  max-width:108px;
  min-width:108px;
  padding:10px 17px 10px 16px;
  position:fixed;
  top:111px;
  z-index:96;
  line-height:10px;
}

#cam_score_container .label {
  display:block;
  margin-bottom:7px;
  margin-right:0;
  min-width:70px;
  text-align:center;
}

#cam_score_value {
  color:#ff0000;
  display:block;
  font-weight:700;
  text-align:center;
}

.photo_gallery_image {
  background:none repeat scroll 0 0 #F4F4F4;
  border:4px solid #FFFFFF;
  border-radius:15%;
  margin-top:30px;
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

.photo_gallery_image:hover {
  -webkit-transform:scale(1.1,1.1);
  -moz-transform:scale(1.1,1.1);
  -o-transform:scale(1.1,1.1);
  -ms-transform:scale(1.1,1.1);
  transform:scale(1.1,1.1);
  -webkit-transition:all .6s ease;
  -moz-transition:all .6s ease;
  -o-transition:all .6s ease;
  -ms-transition:all .6s ease;
  transition:all .6s ease;
}

/* These elements are the main content information we do not want seen. */
#age_container,#height_container,#weight_container,#eyes_container,#hair_container,#ethnicity_container,#automobile_container,#pets_container,#favorite_food_container,#occupation_container,#marital_status_container,#drink_container,#drugs_container,#smoke_container,#sexual_preference_container,#country_container,#city_container,#body_type_container,#gender_container,#username_container,#school_container,#about_me_label,#tags_container {
  display:none;
}

/* These elements are the main content sections we do not want seen. */
#profile_main_photo,#profile_schedule,#profile_interests_content,#profile_about_me > div:nth-child(1),.wall_post_time,#profile_comments {
  display:none;
}

/*-----------------[PRIVATE PHOTOS START]------------------------*/
#main_photo {
  width:100%;
  height:100%;
  margin-bottom:15px;
  border:6px solid #fff;
  border-radius:12px;
  margin:1px 0 0;
}

.photo_gallery_image {
  width:100px;
  height:110px;
  border:7px solid #000000;
}

.photo_gallery_image {
  border-radius:50% 0;
  box-shadow:0 0 15px #ff0000;
  padding:15px;
  background:#ff0000;
  -moz-transition:all 1s;
  -webkit-transition:all 1s;
  -o-transition:all 1s;
}

.photo_gallery_image:hover {
  border-radius:0;
/* Con esto quitamos el borde redondeado */
  -moz-transition:all 1s;
  -webkit-transition:all 1s;
  -o-transition:all 1s;
  cursor:pointer;
}

#password_photo_gallery_previews .photo_gallery_preview > a.photo_gallery_link {
  background:#ff0000;
  display:inline-block;
  height:90px;
  width:80px;
  border:7px solid #000000;
  border-radius:50% 0;
  box-shadow:0 0 15px #ff0000;
  padding:15px;
  -moz-transition:all 1s;
  -webkit-transition:all 1s;
  -o-transition:all 1s;
  background:url(http://i57.tinypic.com/25gt2ch.jpg) no-repeat scroll 0 0 / 105px auto rgba(0,0,0,0);
}

#password_photo_gallery_previews .photo_gallery_preview > a.photo_gallery_link:hover {
  border-radius:0;
/* Con esto quitamos el borde redondeado */
  -moz-transition:all 1s;
  -webkit-transition:all 1s;
  -o-transition:all 1s;
  cursor:pointer;
}

.photo_gallery_lock {
  display:none;
}

/*-----------------[PRIVATE PHOTOS END]------------------------*/