.image{

}
.channel{
	width:170px;
	height:260px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	display: block;
	margin-left:10px !important;
	margin-bottom: 18px;
	overflow: hidden;
	border: 1px solid #ffffff;
	border-bottom: 2px solid #d3dfe8;
	background: #ffffff;
	-webkit-box-shadow: 0 2px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px rgba(0,0,0,0.1);
	box-shadow: 0 2px rgba(0,0,0,0.1);
	position: relative;
	/*padding-bottom: 73px;*/
	font-family:Arial;
	font-size:13px;
}
.name,.name  > a{
	font-size:15px;
	font-weight:bold;
	color:#ac7233;
	margin-top:12px;
	text-decoration:none;
	text-transform:uppercase;
}
.name:hover,.name  > a:hover{
cursor:pointer;
text-decoration:underline;

}
.description{
	margin-top:6px;
}
.name,.description{
	margin-left:10px;
}
.play
{
	background: url(images/play.png) no-repeat;
	width: 72px;
	height: 72px;
	position: absolute;
	left: 50px;
	top: 50px;
	display:none;
	z-index:1;
	cursor:pointer;
}
.pause
{
	background: url(images/pause.png) no-repeat;
	display:block;
	z-index:1;
}
.image:hover > img
{
	cursor:pointer;
	opacity:0.3;
}
.image:hover > .play{
	display:block;
}
#channel-mosaic >li:nth-child(3n +1){
	margin-left:0px !important;
}

.slinks {
background: #fafafa;
border-top: 3px #fff solid;
display: block;
margin-bottom: 7px;
padding: 0px 3px 8px 3px;
}
.slinks a {
	margin-left: 4px;
}