html, body, div, span, a,
h1, img, ul, li, form {
margin: 0;
padding: 0;
border: 0;
outline: 0;
}
ul li {list-style: none;}

#wrapper {
    width: 436px;
	height: 348px;
	position:absolute;
	top:1.8%;
}

#img {
    position: relative;
    width: 436px;
    height: 284px;
}

#gallery { height: 40px; width:436px;}

#wrapper, #img, #gallery li {
	margin: 0;
	padding: 0;
	border: 0;
}

#gallery li {
    float: left;
    background: transparent url(../images/ajax-loader-small.gif) 50% 50% no-repeat;
    cursor: pointer;
	padding-right:7.5px;
}
