.imageLink
{
    float: left;height: 100%;width: 100%;
}
/*For Background Image*/
.Cimg
{
    background-repeat: no-repeat; background-position: center; background-size: cover; overflow:hidden;
}
.C80x80 { height:80px; width:80px;}



/*For Main Image*/
.crop30x30
{
    width:30px; height:30px; overflow:hidden; border-radius:3px; margin:auto;float:left;
}
.crop30x30 img
{
    min-width: 30px;min-height: 30px; 
}
.crop64x64
{
    width:64px; height:64px; overflow:hidden; border-radius:5px; margin:auto;float:left;
}
.crop64x64 img
{
    min-width: 64px;min-height: 64px; 
}
.crop80x80
{
    width:80px; height:80px; overflow:hidden; border-radius:5px; margin:auto;float:left;
}
.crop80x80 img
{
    min-width: 80px;min-height: 80px; 
}
.crop90x90
{
    width:90px; height:90px; overflow:hidden; border-radius:5px; margin:auto;  
}
.crop90x90 img
{
    min-width: 90px;min-height: 90px;
}
.crop100x100
{
    width:100px; height:100px; overflow:hidden; border-radius:50%; margin:auto; float:left; margin-right:20px;
}
.crop100x100 img
{
    min-width: 100px;min-height: 100px;
}
.crop100x150
{
    width:100px; height:150px; overflow:hidden; border-radius:5px; margin:auto; 
}
.crop100x150 img
{
    min-width: 100px;min-height: 150px;
}

.crop150x150
{
    width:150px; height:150px; overflow:hidden; border-radius:5px; margin:auto;float:left;
}
.crop150x150 img
{
    min-width: 150px;min-height: 150px; 
}
.crop164x164
{
    width:164px; height:164px; overflow:hidden;  margin:auto;float:left;
}
.crop164x164 img
{
    min-width: 164px;min-height: 164px; 
}

.crop40x40
{
    width:40px; height:40px; overflow:hidden; border-radius:5px; margin:auto;float:left;
}
.crop40x40 img
{
    min-width: 40px;min-height: 40px; 
}
.crop200x110
{
    width:200px; height:110px; overflow:hidden; border-radius:5px; margin:auto;float:left;
}
.crop200x110 img
{
    min-width: 200px;min-height: 110px; 
}
.crop400x200
{
    width:100%; height:200px; overflow:hidden; margin:auto;float:left;
}
.crop400x200 img
{
    min-width: 100%;min-height: 200px; 
}
.crop300x150
{
    width:100%; height:150px; overflow:hidden; margin:auto;float:left;
}
.crop300x150 img
{
    min-width: 100%;min-height: 150px; 
}
