@charset  "UTF-8";

.clear {
	clear: both;
}

#gallerywrap {
	position: relative;
	width: 532px;
	float: right;
	margin-right: 18px;
	display: inline;
}

#imagecontainer1 {
	position: absolute;
	right: 98px;
	top: 0px;
	background-position: right;
	display: block;
	text-align: right;
}

#imagecontainer2 {
	position: absolute;
	right: 98px;
	top: 0px;
	background-position: right;
	display: block;
	text-align: right;
}

#imagecontainer1 img, #imagecontainer2 img {
	margin: auto auto;
}

#galleryright {
	float: right;
	margin: 0px 0px 0px 33px;
	width: 45px;
	height: 308px;
	display: inline;
}

#galleryright a {
	color: white;
}

#thumbwrap {
	overflow: hidden;
	position: relative;
	width: 45px;
	height: 306px;
	margin: 1px 0px 1px 0px;
	text-align: center;
}

#thumbcontainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 45px;
	height: 306px;
}

#thumbcontainer img {
	width: 25px;
	height: 25px;
}

#thumbcontainer a {
	float: left;
	width: 25px;
	height: 25px;
	border: 1px solid #ff7824;
	margin: 10px 0px 0px 9px;
	display: inline;
	background-color: #eeeeee;
}

#thumbcontainer a:hover {
	border: 1px solid #51719a;
}


#minithumbs {
	width: 12px;
	float: right;
	margin: 0px 0px 0px 0px;
	display: inline;
	background-image: url(../images/common/arrow.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 18px;
}

.minithumb {
	width: 12px;
	height: 12px;
	margin-bottom: 8px;
	display: block;
	background: #ff7824;
	font-size: 1px;
	line-height: 1px;
}

#preloadempty {
	width: 0;
	height: 0;
	display: none;
	margin: 0;
	padding: 0;
}

.gallerybutton {
	width: 45px;
	height: 14px;
	border: 0px;
}

#page_up {
	width: 45px;
	height: 12px;
}

#page_down {
	width: 45px;
	height: 12px;
}

