@charset "UTF-8";
/* CSS Document */

/* COLORS */
/*

-TANS
#817F74
#67665D
#41413A

-BLCAKS
#1D1D1D
#131313
#0C0C09

-GRAYS
#E3E0E6
#D6D2D6

-BLUE
#1387B7

*/




#gallery ul {
	width:auto;
	height:auto;
	padding:0px;
	margin:0px;
}



#gallery ul li{
	display:block;
	width:238px;
	height:197px;
	background:#41413A;
	float:left;
	padding:0px;
	margin:0px 0px 25px 0px;
	list-style:none;
	overflow: hidden;
	z-index: 50;
	cursor: pointer;
	overflow: hidden;
/* 	color:#1387B7; */
	
}


#gallery ul li:hover{

	background:#67665D;

}


#gallery ul li p{
	display:block;
	width:227px;
	height:45px;
	padding:5px 3px 0px 3px;
	margin:0px 0px 25px 5px;
	list-style:none;
	overflow: hidden;
	float:left;
	z-index: 100;
	cursor: pointer;
	text-align: center;
	color:#817F74;
}

#gallery ul li p:first-line{
	color:#ffffff;
 
 }

 #gallery ul li img{
 position:relative;
 top:0px;
 left:0px;
 z-index: 0px;
 cursor: pointer;
 }


#gallery a, #gallery a:active, #gallery a:visted{
/* color:#ffffff; */
text-decoration: none;
}


/*
#gallery a:hover{
color:#817F74;
text-decoration: none;
}
*/







