﻿/* CSS Document */

.view-first{position:relative;}
.view-first img{-webkit-transition:all .2s ease-in; -moz-transition:all .2s ease-in; -o-transition:all .2s ease-in; -ms-transition:all .2s ease-in; transition:all .2s ease-in;}
div.mask-hover img, .view:hover img{width:410px; height:170px;}
.view{position:relative; text-align:center; cursor:default; width:410px; height:170px; margin-left:auto; margin-right:auto; overflow:hidden;}

.view-first_1{position:relative;}
.view-first_1 img{-webkit-transition:all .2s ease-in; -moz-transition:all .2s ease-in; -o-transition:all .2s ease-in; -ms-transition:all .2s ease-in; transition:all .2s ease-in;}
div.mask-hover_1 img, .view_1:hover img{width:410px; height:90px;}
.view_1{position:relative; text-align:center; cursor:default; width:410px; height:92px; margin-left:auto; margin-right:auto; overflow:hidden;}
