/* ------ general
-----------------------------------------------*/



.wrapper {
margin:0px auto 0;
width:100%;
}


ul.reset,
ul.reset li {
display:block;
list-style:none;
padding:0;
margin:0;
}


.gallery ul li {
width:450px;
height:250px;
margin:0 10px 10px 0;
float:left;
position:relative;
}

.holder {
position:absolute;
top:0;
left:0;
margin:-100px 0 0 -150px;
}

a img {
border:none;
}

