/* SLIDER GRUPPI */
.groupSlider {
  position: relative;
  z-index: 2;
  width:902px;
  margin:0 auto;
  background-color:#fff;
}

.sl_groups {
  width: 100%;
  overflow: hidden;
  height: 159px; /*height: 182px;*/
  position: relative;
}

.imagegallery {
  overflow: auto;
  overflow-y: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.js .imagegallery {
  overflow: hidden;
  width: auto;
}

.imagegallery ul {
  list-style-type: none;
  height: 160px;
  white-space: nowrap;
  margin-left:3px;
}

.imagegallery li {
  height: 145px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  width: 222px;
  padding:0;
  background: #fff url(/images/platform/bg_slide.gif) no-repeat;
}

.imagegallery li {

* display:inline;
}

/* arrows */
ul.ig_arrows {
  list-style-type: none;
  position: absolute;
  bottom: -5px;
  right: 0;
  height: auto;
  overflow: hidden;
}

.ig_arrows li {
  float: left;
  display: inline;
  margin-left: 3px;
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha( opacity = 100 );
}
/*
.ig_arrows li.disabled {
  opacity: .5;
  -moz-opacity: .5;
  filter: alpha( opacity = 50 );
}
*/
.ig_arrows a {
  text-indent: -8765em;
  display: block;
  width: 36px;
  height: 33px;
  background-image: url(/images/platform/ar_slide.gif);
  background-repeat: no-repeat;
}

.ig_prev a {
  background-position: top left;
  margin-right: 824px;
}

.ig_next a {
  background-position: top right;
}

/* scrollbar */
.ig_scrollbar {
  position: absolute;
  bottom: 5px;
  left: 22px;
  height: 23px;
  /* width      : 90%; */
  width: 862px;
  background:#fff url(/images/platform/scrollbar-rail.gif);
}

.ig_scrollbar a {
  height: 23px;
  display: block;
  position: absolute;
  z-index: 250;
  top: 0;
  width: 50%;
  outline: none;
  -moz-outline: none;
}

.ig_scrollbar a.left_scroll {
  left: 0;
}

.ig_scrollbar a.right_scroll {
  right: 0;
}

.ig_scrollbar strong {
  display: block;
  position: absolute;
  z-index: 400;
  height: 23px;
}

.ig_scrollbar span {
  display: block;
  height: 100%;
  background: url(/images/platform/scrollbar-fg.gif) top center repeat-x;
}

/* ********* inizio contenuto elemento slide **************** */

.bg_img_group {
width:216px;
height:139px;
margin:3px 0 0 3px;
}

.mouseover {
position:absolute;
z-index:10;
cursor:pointer;
}

.descr {
  width:216px;
  height:50px;
  background: url(/images/platform/bg_descr_slide.png) no-repeat;
  position:absolute;
  bottom:20px;
  z-index:5;
  
  * background-image:  url(/images/common/transparent.gif);
  
  * filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/platform/bg_descr_slide_ie.png', sizingMethod = 'scale' );
}

.arrow_slide {
float:right;
margin:30px 10px 6px 0;
}

.loghino {
float:left;
margin:3px 0 0 3px;
}

.descr .descr_details {
float:left;
margin:7px 0 0 16px;
line-height:17px;
}

.descr .descr_details span {
width:120px;
white-space:normal;
line-height:normal;
color:#777;
margin-top:7px;
display:none;
}

.sl_element {
  width: 206px;
  height: 140px;
  background: #fff;
  white-space: normal;
  position: relative;
}

.sl_last {
  margin-right: 0px;
}


.boxOverlay {
  width: 196px;
  height: 76px;
  margin-top: 44px;
  padding-left: 10px;
  padding-top: 20px;
  background: url(/images/platform/box_overlay.png) top left no-repeat;
}

.sl_element .title {
  font-size: 14px;
  font-weight: bold;
}

div.groupIntro {
  width: 180px; 
  margin-top: 7px;
}
img.arrow {
  margin-right: 10px;
  margin-bottom: 3px;
  position: absolute;
  top: 126px;
  left: 188px;
}

.numUser {
  border: 1px solid #c4c4c4;
  padding: 0 2px;
}


