@charset "UTF-8";
/* CSS Document */

html,body{
  margin:0;
  padding:0;
}

img{
border:none;
padding:none;
}

/* Structure */

#wrapper{
margin: 0 auto;
padding:0;
height:675px;
width:620px;
background-color:#ffffff;
}

#gallery{
margin: 0 auto;
width:510px;
height:306px;
padding:0;
}

#header{
margin:10px 0 0 0;
width:620px;
height:230px;
padding:0;
}

#thanks{
margin:0;
width:620px;
height:77px;
padding:0;
}

#pdf{
margin:0;
width:620px;
height:27px;
padding:0;
}

/* HighSlide */


.highslide {
	cursor: url(../images/highslide/zoomin.cur) , pointer;
    outline: none;
}

.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-wrapper {
	background: white;
}

.highslide-image {
    border: 5px solid white;
}

.highslide-image-blur {
}

.highslide-loading {
    display: block;
	color: black;
	font-size: 8pt;
	font-family: sans-serif;
	font-weight: bold;
    text-decoration: none;
	padding: 2px;
	border: 1px solid black;
    background-color: white;
    padding-left: 22px;
    background-image: url(../images/highslide/loader.white.gif);
    background-repeat: no-repeat;
    background-position: 3px 1px;
}

a.highslide-full-expand {
	background: url(../images/highslide/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-overlay {
	display: none;
}

/* Mac-style close button */
.closebutton {
	position: relative;
	top: -15px;
	left: 15px;
	width: 30px;
	height: 30px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(../images/highslide/close.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/highslide/close.png', sizingMethod='scale');
}
