.copperPlatePress-GalleryImage 
{
	background-color:#000;
	position:relative;
}

.copperPlatePress-GalleryImage-loading
{
	background-image:url('../img/ajax-loader.gif');
	background-repeat:no-repeat;
	background-position:center;
}

.copperPlatePress-GalleryImage div 
{
	width:100%;
	background:no-repeat center;
	height:100%;
}

.copperPlatePress-GalleryImage span 
{
	width:100%; 
	background:url('../img/sel-arrow.png') center no-repeat; 
	height:30px; 
	display:block; 
	position:absolute; 
	top:-15px; 
	visibility:hidden;
}

.copperPlatePress-GalleryImage-selected span {visibility:visible;}

#copperPlatePress-Gallery 
{
	/*margin:0px; */ 
	padding:10px 10px 10px 10px; 
	width:290px; 
	background:#3d3c2c;
}


#copperPlatePress-Gallery-View,
	#copperPlatePress-Gallery-Description,
	#copperPlatePress-Gallery-Thumbnails 
{
	/* margin:0px 0px 10px 10px; */ 
	padding:10px; 
	/* float:left; */ 
}

#copperPlatePress-Gallery-View,
	#copperPlatePress-Gallery-Description {/*height:380px;*/}

#copperPlatePress-Gallery-View 
{
	width:270px; 
	padding:10px; 
	background:#000;
}

#copperPlatePress-Gallery-Description 
{
	width:80%;
	margin-top:10px;
	margin-right:auto;
	margin-left:auto;
	background:#c6c6b0;
}

#copperPlatePress-Gallery-Thumbnails 
{
	padding-left:30px; 
	padding-right:20px; 
	width:630px; 
	height:80px; 
	position:relative; 
	background:#2b2a20;
	display: none;
}

#copperPlatePress-Gallery-View .copperPlatePress-GalleryImage 
{
	width:250px; 
	height:250px;
	padding-left:10px;
}

#copperPlatePress-Gallery-Thumbnails .copperPlatePress-GalleryImage 
{
	margin-right:9px; 
	width:78px; 
	height:78px; 
	border:1px solid; 
	float:left;
}

#copperPlatePress-Gallery-Thumbnails .copperPlatePress-GalleryImage-selected,
	#copperPlatePress-Gallery-Thumbnails .copperPlatePress-GalleryImage:hover 
{
	border-color:#a4a480;
}

#copperPlatePress-Gallery-Thumbnails-Inc,
	#copperPlatePress-Gallery-Thumbnails-Dec
{
	position:absolute; 
	width:30px; 
	height:80px; 
}

#copperPlatePress-Gallery-Thumbnails-Dec  
{
	left:0px;
	background:url('../img/dec-arrow.png') center no-repeat;
}

#copperPlatePress-Gallery-Thumbnails-Inc 
{
	right:0px;
	background:url('../img/inc-arrow.png') center no-repeat;
}

#copperPlatePress-Gallery-Description-Content 
{
	position:relative; 
	text-align:center;
	font-size: inherit;
	height:auto;
}

#copperPlatePress-Gallery-Description-Content *
{
	/* margin:0px;
	padding:0px; */
}

.copperPlatePress-clear 
{
	display:block; 
	height:1px; 
	clear:both;
}
