/*
** site display widget 
** 
*/

.imac-holder {
    overflow: hidden;
    width: 503px;
    height: 411px;
    margin: 5px 0px 15px;
    background: url(../img/mac-img.jpg) no-repeat top left;
}

.thumbs a {
    position: relative;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.image-holder {
    width: 465px;
    height: 266px;
    overflow: hidden;
    background: #fff;
    margin-left: 19px;
    margin-top: 20px;
}

.imac-holder img {
	margin-top: 0;
	transition: all 3000ms ease-in-out 0s;
	-webkit-transition: all 3000ms ease-in-out 0s;
	-moz-transition: all 3000ms ease-in-out 0s;
	-ms-transition: all 3000ms ease-in-out 0s;
	-o-transition: all 3000ms ease-in-out 0s;
}