
/*PHOTO MODULE */

  .mediaset {
    float: left;
    padding: 10px;
  }

  .mediaset:hover {
    background-color: #EEEEEE;
  }

  .mediaCover {
    width: 50px;
    height: 50px;
  }

  .mediaCoverBig {
    width: 200px;
    height: 200px;
  }




.gallery_list_item {
 float: left;
 padding: 5px;
}
.gallery_list_item .title {
  padding: 5px;
  font-size: 14px;
  text-align: center;
}
#gallery .gallery_list_item .text li {
  font-size: 10px;
  background: none;
  border-top: none;
}
.gallery_list_item ul {
  list-style: none;
}

.gallery_list_item:hover {
  background-color: #EEEEEE;
}
/*
  #gallery, .gallery {
		background-color: transparent;
	}
	#gallery ul, .gallery ul { list-style: none; }

	#gallery ul li,.gallery ul li {
    display: block;
    float:left;
    height:auto;
    margin:2px 5px 3px 0px;
    background-image:none;
    background-color: #CCC;
    padding:5px;
  }

  #gallery ul img.square, .gallery ul img.square {
    width:120px;
    border:none;
	}

  #gallery ul .image {
    width:120px;
    height:120px;
  }
  */
	/*#gallery ul a:hover img, .gallery ul a:hover img {
		border: 5px solid #3e3e3e;
		border-width: 5px 5px 20px;
		color: #fff;
	}*
  /*
	#gallery ul li:hover {
    background-color: #AAA;
    color: #FFF;
  }

  #gallery ul li .text {
    font-size:85%;
    height:1.5em;
    width:80px;
    overflow:hidden;
  }
  #gallery ul li .text.title {
  }
  #gallery ul li .admin {
    text-align:right;
    height:auto;
  }
  */
  .admin a.iconbutton:hover img{
    border-right:1px dotted white;
    border-bottom:1px dotted white;
  }

  .picture .previous, .picture .next  {
    background-color:#CCC;

    height:55px;
  }
  .picture .previous {
    margin-right: 7px;
  }
  
  .picture .previous .iconimg, .picture .next .iconimg {
    margin-top:11px;
  }

  .picture .previous:hover, .picture .next:hover {
    background-color:#AAA;
  }
  .picture .preview {
    border:none;
    width:55px;
    height:55px;
  }
  .picture .previous {
    margin-right:2px;
    float:left;
  }

  .picture .next {
    margin-left:2px;
    float:left;
  }
/*END PHOTO MODULE */
