#mychannel
{
width:100%;
margin:0 auto;
}

#mychannel ul
{
list-style-type: none;
margin: 0;
padding: 0;
}

#mychannel ul li
{
display: inline;
float:left;
width:300px;
height:200px;
padding:0 11px 20px 0;
}

#mychannel ul li a img:hover
{
border:1px solid #333333;
background-color:#fff;
}

#mychannel ul li a img
{
border:1px solid #c6c6c6 !important;
padding:3px;
background-color:#fff;
border-radius:5px;
}


.vimg .btn
{
 display: block;
 position: relative;
 z-index: 100;
width:100%;
height:100%;
margin-top:-185px;
}


.vtitle
{
color:#FFFFFF;
line-height:20px;
}

