/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jul 2, 2014, 10:49:16 AM
    Author     : funday3
*/
#grid .image_box {
    float: left;
}

#grid .image_box a{
    float: left;
    background-color: black;
}

#grid img:hover {
    opacity: 0.4;
}

#grid {
    width: 100%;
}

.am-wrapper{
    float:left;
    position:relative;
    overflow:hidden;
}
.am-wrapper img{
    position:absolute;
    outline:none;
}