.pr_tiles_container{
	width:475px;
}
.pr_tiles_container > div{
	box-shadow: 0px 0px 4px #888888;
	margin:3px;
	position: relative;
	cursor:pointer;
}
.pr_tiles_large{
	width:468px;
	height:160px;
}
.pr_tiles_small{
	float:left;
	width:231px;
	height:160px;
}
.pr_tiles_text_container{
	position: absolute;
	bottom: 0;
	padding: 5px 5px 0px 5px;
}
.pr_tiles_text_container > p {
	margin:0px;
	color:white;    
	line-height: 17px;
}
.pr_tiles_head{
    font-family: 'Myriad Pro Condensed';
    font-size: 16px;
}
.pr_tiles_content{
	transition: max-height .25s;  
	font-family: 'Myriad Pro Bold';
    font-size: 16px;
    max-height: 34px;
    margin-bottom: 5px !important;
    overflow: hidden;
}
.pr_tile:hover .pr_tiles_content{
	transition: max-height 1s;  
	max-height: 200px;
}
.pr_tile_noteback{
	position: absolute;
	height: 100%;
	width: 100%;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 50%%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0000000',GradientType=0 );
}
.pr_tile:hover .pr_tile_noteback{
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.88) 90%, rgba(0,0,0,0.88) 100%);
	background:-webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.88) 90%,rgba(0,0,0,0.88) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.88) 90%%,rgba(0,0,0,0.88) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0000000',GradientType=0 );
}