/* GALLERY */
img.piece { margin-bottom: 2px; }

#frame { 
	padding: 30px; 
	width: 950px;
	color: #55554B;
	float: left;
	}
p.descrip {
	float: left;
	margin: 0; 
	padding: 0; 
	font-size: 9pt;
	text-align: left;
	line-height: 9pt;
	text-transform: uppercase;
	}
p.descrip2 {
	text-align: left;
	font-family: Garamond;
	font-style: italic;
	font-size: 10pt;
	text-transform: capitalize;
	}
p.instruct {
	float: right;
	margin: 0;
	padding: 0;
	font-size: 9pt;
	text-align: right;
	text-transform: uppercase;
	 }
p.instruct a { 
	color: #000;
	text-transform: uppercase;
	 }
p.instruct a:hover {
	color: #4b4b4b; 
	text-transform: uppercase;}
p.nextprev { display: none; }



/* SLIDER */
.stripviewer {
	background: url(images/back3.gif);
}
.csw {
	width: 100%;
	height: 800px;
	overflow: hidden;
}
.csw .loading { 
	margin: 250px 0 2000px 0; 
	text-align: center; 
}
.stripViewer { 
	position: relative;
	overflow: hidden; 
	margin: auto;
	clear: both;
	}
.slider-wrap { width: 950px; height: 536px; margin: 0; float:left}

.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
	position: relative;
	left: 0; top: 0;
	list-style-type: none;
	/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
	}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
	float:left;
	height: 100%;
	width: 950px;
	text-align: center;/* Also specified in  .stripViewer  above */
	}
		.stripViewer .panelContainer .panel img{
		max-height: 550px;
		max-width: 550px;
		margin-bottom: 15px;
		border: 0;
		}
.stripNav ul {  display: none; floatlist-style: none; }
.stripNav ul li { display: inline; }
.stripNav li a.current { color: #fff; }
.stripNavL, .stripNavR { /* The left and right arrows */ position: absolute; top: 200px; text-indent: 0em; }
.stripNavL a, .stripNavR a { display: none; height: 40px; width: 40px; }
.stripNavL { margin-left: 0px; }
.stripNavR { margin-left: 0px; width: 50px; }
.stripNavL { background: url("js/images/arrow-left.gif") no-repeat center; }
.stripNavR { background: url("js/images/arrow-right.gif") no-repeat center; }
