@charset "utf-8";
/* CSS Document */
div#galleryPic{
	width: 674px;
	display: none;
	margin-left: -13px;
}
div#galleryTop{
	height: 25px;
	width: 654px;
	background-image: url('/images/gallery_top.gif');
	padding-left: 20px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #444;
}
div#picContainer{
	height: 457px;
	border-left: 1px solid #c6c6c6;
	border-right: 1px solid #c6c6c6;
	width: 672px;
	text-align: center;
	position: relative;
}
div#picContainer table#picContainerPositioner{
	width: 672px;
	height: 457px;
}

div#picContainer table#picContainerPositioner td{
	vertical-align: middle;
}

div#itemGalleryContainer{
	margin-left: -13px;
}

div#itemGalleryContainer div#galleryThumbnails {
	width: 672px;
	height: 135px;
	border: 1px solid #ccc;
	background-color: #fff;
}
div#scroller{
	white-space: nowrap;
	overflow: hidden;
	height: 135px;
	padding-right: 25px;
	position: relative;
}
div#scroller table td{
	vertical-align: middle;
	height: 105px;
	padding-left: 25px;
}
div#scroller table, div#scroller table{
	position: absolute;
	left: 0px;
}
div#scroller table, div#scroller table tr{
	margin: 0px;
	height: 105px;
}

div#scroller img {
	border: 4px solid #fff;
}

div#scrollBar{
	height: 17px;
	background-image: url('/images/scroll_bg.jpg');
	background-repeat: repeat-x;
	margin-right: -25px;
	border-top: 1px solid #cbcbcb;
	position: absolute;
	bottom: 0px;
	width: 100%;
	display: none;
}

div#scrollBar div#leftArr{
	float: left;
	width: 18px;
	height: 17px;
	background-image: url('/images/leftArr.jpg');
	cursor: pointer;
}

div#scrollBar div#rightArr{
	float: right;
	width: 18px;
	height: 17px;
	background-image: url('/images/rightArr.jpg');
	cursor: pointer;
}
div#scrollBar div#dragContain{
	float: left;
	width: 636px;
	height: 17px;
	position: relative;

}
div#scrollBar div#draggable{
	width: 20px;
	height: 17px;
	background-image: url('/images/scrollBar.jpg');
	position: absolute;
	cursor: move;
	left: 0px;
	bottom: 0px;
	z-index: 8;
}

div.buffer50{
	height: 50px;
}
div.buffer20{
	height: 20px;
}
div.buffer100{
	height: 100px;
}
#prevPic, #nextPic {
	position: absolute;
	top: 0;
	bottom: 0;
	height: 100%;
	width: 200px;
	display: block;
}

#prevPic { left: 0; }
#nextPic { right: 0; }

#gallery_search_form table.highlighted,
#gallery_search_form table.highlighted tbody,
#gallery_search_form table.highlighted tr,
#gallery_search_form table.highlighted td {
	width: 100%;
	position: relative;
	display: block;
	text-align: right;
}

#gallery_search_form table.highlighted td {
	width: 630px !important;
	padding-right: 1px;
}

#gallery_search_form table.highlighted td div.corner{
	position: absolute;
	width: 5px;
	height: 5px;
	background: url('/images/highlight_table_corners.gif') no-repeat;
	line-height: 0;
	text-size: 0;
}
#gallery_search_form table.highlighted td div.tr { top: 0; right: 0; background-position: -4px 0; }
#gallery_search_form table.highlighted td div.br { bottom: 0; right: 0; background-position: -4px -4px; }
#gallery_search_form table.highlighted td div.bl { bottom: 0; left: 0; background-position: 0 -4px; }
#gallery_search_form table.highlighted td div.tl { top: 0; left: 0; }

#gallery_search_form #gallery_search_text, #gallery_search_form #gallery_search_submit {
	vertical-align: middle;
}

#gallery_search_form #gallery_search_text {
	border: 1px solid #a8a8ae;
	height: 18px;
	width: 250px;
}

#gallery_search_form #gallery_search_submit {
	margin-bottom: 2px;
	background: url('/images/submit-s.gif') no-repeat scroll 1px 3px transparent;
	border: medium none;
	position: relative;
	width: 92px;
}

#gallery_search_error {
	margin-top: 8px;
}
