@charset "UTF-8";

.cnintrotext {
	margin-top:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	color: #666666;
	font-size: 1.2em;
	line-height: 140%;
}


.gallerybox{
	position: relative;
	width: 620px;
	height: 315px;
}

.category {
	color: #886f3b; /* #aaa291; */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

.category a:link{
	color: #886f3b;
	text-decoration: none;
}

.category a:visited{
	color: #886f3b;
	text-decoration: none;
}

/* page navigation */
.page_container {
	clear: both;
	float: left; 
	width: 100%;
	background: none;
}

ul.pagenum {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	width: 100%;
}
ul.pagenum li {
	float: left;
	margin: 5px 4px 0 0;
	padding: 0;
	background: #666;
	overflow: hidden;
	position: relative;
}

ul.pagenum li a {
	font-family: Arial;
	color: white;
	font-size: 0.9em;
	display: block;
	padding: 3px 7px;
	outline: none;
	text-decoration: none;
}
ul.pagenum li a:hover {
	background: #aaa291;
}	


html ul.pagenum li.active, html ul.pagenum li.active a:hover  {
	background: #aaa291;
}

.page-current{ background: #aaa291;}


/*CSS FOR 1ST ROW OF IMAGES*/
.pix1{
position: relative;
z-index: 0;
}

/*.pix1 img{ border: 1px; border-color: #000;}*/

.pix1:hover{
background-color: transparent;
z-index: 10;

}

.pix1 span{ /*CSS for enlarged image*/
	width: 295px;
	position: absolute;
	background-color: #aaa291; /*Original dark grey #666666*/
	padding: 8px;
	left: -1000px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;	
	text-decoration: none;

}

.pix1 span img{ /*CSS for enlarged image*/
border-width: 0;
}

.pix1:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -10px;
left: 140px; /*position where enlarged image should offset horizontally */
}

.pix2{
position: relative; 
z-index: 0;
}

.pix2:hover{
background-color: transparent;
z-index: 10;
}

.pix2 span{ /*CSS for enlarged image*/
	width: 295px;
	position: absolute;
	background-color: #aaa291;
	padding: 8px;
	left: -1000px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;	
	text-decoration: none;
}

.pix2 span img{ /*CSS for enlarged image*/
border-width: 0;
}

.pix2:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -10px;
left: -310px; /*position where enlarged image should offset horizontally */
}


/*CSS FOR 2ND ROW OF IMAGES*/

.pix3{
position: relative;
z-index: 0;
}

.pix3:hover{
background-color: transparent;
z-index: 10;
}

.pix3 span{ /*CSS for enlarged image*/
	width: 295px;
	position: absolute;
	background-color: #aaa291;
	padding: 8px;
	left: -1000px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;	
	text-decoration: none;
}

.pix3 span img{ /*CSS for enlarged image*/
border-width: 0;
}

.pix3:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -163px;
left: 140px; /*position where enlarged image should offset horizontally */
}

.pix4{
position: relative;
z-index: 0;
}

.pix4:hover{
background-color: transparent;
z-index: 10;
}

.pix4 span{ /*CSS for enlarged image*/
	width: 295px;
	position: absolute;
	background-color: #aaa291;
	padding: 8px;
	left: -1000px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;	
	text-decoration: none;
}

.pix4 span img{ /*CSS for enlarged image*/
border-width: 0;
}

.pix4:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: -163px;
left: -310px; /*position where enlarged image should offset horizontally */
}

.pix5{
position: relative;
z-index: 0;
}

.pix5:hover{
background-color: transparent;
z-index: 10;
}

.pix5 span{ /*CSS for enlarged image*/
	width: 295px;
	position: absolute;
	background-color: #aaa291;
	padding: 8px;
	left: -1000px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;	
	text-decoration: none;
}

.pix5 span img{ /*CSS for enlarged image*/
border-width: 0;
}

.pix5:hover span{ /*CSS for enlarged image*/
visibility: visible;
bottom: 0px;
left: 140px; /*position where enlarged image should offset horizontally */
}

.pix6{
position: relative;
z-index: 0;
}

.pix6:hover{
background-color: transparent;
z-index: 10;
}

.pix6 span{ /*CSS for enlarged image*/
	width: 295px;
	position: absolute;
	background-color: #aaa291;
	padding: 8px;
	left: -1000px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;	
	text-decoration: none;
}

.pix6 span img{ /*CSS for enlarged image*/
border-width: 0;
}

.pix6:hover span{ /*CSS for enlarged image*/
visibility: visible;
bottom: 0;
left: -310px; /*position where enlarged image should offset horizontally */
}
