/* 
	- RadioElectroLyon | V.3.0 | previewMixtapes.css -
	
	 ______   ______     ______
	/\  ___\ /\  ___\   /\  ___\
	\ \  __\ \ \  __\   \ \  __\
	 \ \_\    \ \_____\  \ \_\
	  \/_/     \/_____/   \/_/
	
*/

/*--------------------------------------------------*/
/*---------------------- Entité --------------------*/
/*--------------------------------------------------*/

.previewMixtape
{
	float: left;
	width: 140px;
	margin-bottom: 25px;
	margin-left: 12.5px;
	margin-right: 12.5px;
	background-color: #000000;
	-webkit-box-shadow: 0px 0px 10px 0px #000000;
	-moz-box-shadow: 0px 0px 10px 0px #000000;
	box-shadow: 0px 0px 10px 0px #000000;
	z-index: 3;
}

.previewMixtape .thumbnail
{
	width: 140px;
	height: 140px;
	opacity: 0.75;
	z-index: 1;
	-webkit-transition: opacity 0.5s ease-in-out;
	-moz-transition: opacity 0.5s ease-in-out;
	-o-transition: opacity 0.5s ease-in-out;
	transition: opacity	 0.5s ease-in-out;
}

.previewMixtape .thumbnail:hover
{
	opacity: 1.0;
}

.previewMixtape .arrow
{
	position: relative;
	width: 16px;
	height: 8px;
	margin-top: -12px;
	margin-left: 20px;
	background-image: url(../images/arrow.png);
}

.previewMixtape .preview
{
	width: 120px; /* 140-2*10 px */
	height: 33px; /*53-2*10 px */
	padding: 10px;
	font-size: 12px;
	text-align: justify;
	line-height: 14px;
	color: #666666;
	background-color: #dadada;
	background-image:url(../images/backgroundClear.png);
	overflow: hidden;
}

.previewMixtape .title
{
	margin-bottom: 5px;
	text-align: left;
	font-weight: bold;
	color: #999999;
}

/*--------------------------------------------------*/
/*----------------------- Like ---------------------*/
/*--------------------------------------------------*/

.previewMixtape .like
{
	position: absolute;
	width: 60px;
	height: 14px;
	margin-left: 60px;
	text-align: right;
}