/**
 * -----------------------------------------------------------------------------
 * com_muscol	Music Collection component for Joomla
 * -----------------------------------------------------------------------------
 *
 * @package		Muscol
 * @copyright	Copyright (C) 2009 - 2016 JoomlaThat!. All rights reserved.
 * @license		http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL v2 or later
 * @author		JoomlaThat!
 * website		http://www.joomlathat.com
 * support		support@joomlathat.com
 */

.owl-carousel .item{
  margin: 3px;
  text-align: center;
}
.owl-carousel .item img.imatge_ale{
  display: block;
  width: 100%;
  height: auto;
}

.owl-carousel .item a:hover{
	text-decoration: none;
}

.owl-carousel .item  span.year{
display:block;
}
.owl-carousel .item  a.mostra_artista span.artist{
	color:#006699;
	padding-top:5px;
	display:block;
}
.owl-carousel .item  .name_search {
	display:block;
	color:#666666;
}
.owl-carousel .item  .name{
	display:block;
	padding-top:5px;
	color:#666666;
}
.owl-carousel .item  span {
	font-size:12px;
	line-height:16px;
}
.owl-carousel .item  .year{
	color:#999999;
	font-size:10px;
}
