@charset "utf-8";

/* 	
	// Joy DeGruy Site StyleSheet
	// copperDesign
	// copper29design.com
	// One Shop Communications
	// oneshopcommunications.com
*/	

#gallery1	{
	margin-top: 25px; 
	left: 0px;
	width: auto;
	}

.galleria	{
	list-style:none;
	width:249px
	}

.galleria li	{
	width:60px;
	height:60px;
	overflow:hidden;
	float:left;
	margin: 0 2px 2px 0;
	border:3px solid rgb(154,132,121);
	filter: alpha(opacity=50);
	-moz-opacity: .5;
	opacity: .5;
	}

.galleria li a		{
	display:none
	}
	
.galleria li:hover		{
	border-color: #fff;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	}	

.galleria li div	{
	position:absolute;
	display:none;
	top:0;
	left:180px
	}

ul	{
	padding-left: 0px;
	}
	
.galleria li div img	{
	cursor:pointer
	}
	
.galleria li.active {
	display:block;
	border-style:solid;
	border-color: rgb(122,21,1);
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	}

.galleria li.active div		{
	display:block;
	}
	
.galleria li img.thumb	{
	cursor:pointer;
	top:auto;
	left:auto;
	display:block;
	width:auto;
	height:auto
	}

.galleria_container	{
	position: absolute;
	/*margin:0 650px 10px 10px;*/
	height:auto;
	width:auto;
	left: 235px;
overflow: auto;
	}
	
.galleria_wrapper {	
	border: 5px solid #333;
	}
	
.galleria_wrapper .caption	{
	padding-top: 25px;
	}

.nav	{
	padding-top:10px;
	clear:both;
	position:relative;
	left:10px;
	width: 150px;
	}
	
/* MSIE bug */
* html .galleria li div span	{
	width:200px;
	} 