/* Карусель пользователей  
  ------------------------------------------*/  
.fnamegame{
max-width: 100px;padding: 40px;padding-top: 5px;padding-bottom: 0px;font-size: 12px;
}

.narrw{
background: #572121;
padding-bottom: 13px;
padding-top: 6px;
padding-left: 6px;
padding-right: 6px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
margin-right: 10px;
color:#fff;
}

.unnarrw{
padding-bottom: 2px;
padding-top: 6px;
padding-left: 0px;
padding-right: 0px;
border-top-left-radius: 4px;
border-top-right-radius: 4px;
margin-right: 10px;
color: #B1B1B1;
cursor: pointer;
border-bottom: 0px dashed #888888;
}

.unnarrw:hover{color:#f1f1f1;border-bottom: 1px dashed #888888;}
  .jcarousel-clip {  
  z-index: 2;  
  padding: 0;  
  margin: 0;  
  overflow: hidden;  
  position: relative;  

  }  

  .jcarousel-list {  
  z-index: 1;  
  overflow: hidden;  
  position: relative;  
  top: 0;  
  left: 0;  
  margin: 0;  
  padding: 0;  
  }  

  .jcarousel-list li,  
  .jcarousel-item {  
  float: left;  
  list-style: none;  
  }  

  .jcarousel-item {  
text-align: center;
font: 11px sans-serif;
color: #999;
width: 188px;
  }  
   
  .jcarousel-container {  
  position: relative;  
  -moz-border-radius: 10px;     
  }  

  .jcarousel-container-horizontal {  
  width: 930px;  
  padding: 0px 0px 0px 0px; 
  }  

  .jcarousel_img {  
padding: 5px;
margin-bottom: 3px;
box-shadow: 0px 0px 10px 0px #131313;
background: #2C2C2C;
  }  

  .jcarousel-next-horizontal {  
 position: absolute;
top: 50px;
right: -118px;
width: 100px;
height: 100px;
cursor: pointer;
background: transparent url('http://www.game-fort.com/js/slider/fancy-button-next.png') no-repeat 0 -120px;
  }  

  .jcarousel-prev-horizontal {  
  position: absolute;
top: 50px;
left: -56px;
cursor: pointer;
background: url(http://www.game-fort.com/js/slider/fancy-button-prev.png) no-repeat 0 -120px;
width: 100px;
height: 100px;  
  }  

  .jcarousel-next-horizontal:hover {  
 position: absolute;
top: 50px;
right: -118px;
width: 100px;
height: 100px;
cursor: pointer;
background: transparent url('http://www.game-fort.com/js/slider/fancy-button-next.png') no-repeat 0 -2px; 
  }  

  .jcarousel-next-horizontal:active {  
  position: absolute;
top: 50px;
right: -118px;
width: 100px;
height: 100px;
cursor: pointer;
background: transparent url('http://www.game-fort.com/js/slider/fancy-button-next.png') no-repeat 0 0px; 
  }  

  .jcarousel-prev-horizontal:hover {  
  position: absolute;
top: 50px;
left: -56px;
cursor: pointer;
background: url(http://www.game-fort.com/js/slider/fancy-button-prev.png) no-repeat 0 -2px;
width: 100px;
height: 100px; 
  }  

  .jcarousel-prev-horizontal:active {  
  position: absolute;
top: 50px;
left: -56px;
cursor: pointer;
background: url(http://www.game-fort.com/js/slider/fancy-button-prev.png) no-repeat 0 -0px;
width: 100px;
height: 100px; 
  }  

  .transparency_i a:hover img {filter: progid: DXImageTransform.Microsoft.Alpha(opacity=50); -moz-opacity: 0.5; opacity: 0.5; filter: alpha(opacity=50);}  
  /* -------------------------------------- */