#ImageGrid {
    position: relative;
}
.imageGridContainer {
    width: 420px;
    height: 200px;
	overflow: hidden;
}

.thumb {
    width: 100px;
    height: 100px;
}

#ImageGrid_Prev {
	width: 32px;
	height: 42px;
	position: absolute;
	margin-left: 0px;
	margin-top: 80px;
	background-image: url(/images/imagegrid_prev.png);
}
#ImageGrid_Next {
    width: 32px;
    height: 42px;
    position: absolute;
    border: solid 1px blue;
    margin-left: 368px;
    margin-top: 80px;
    background-image: url(/images/imagegrid_next.png);
}

a.fill {
    width: 100%;
    height: 100%;
    display: block;
}

div.banner {
    width: 954px;
    height: 321px;
}

div.imageGridContainer {
	position: relative;
}
