/* ááÌ¨CSS */
#custom_div ul li { float:left;margin:5px 3px;cursor:move }
#custom_div ul li img.todel { position: relative;top: -60px;z-index: 99;left: 150px; cursor: pointer; }


/* Ç°Ì¨CSS */
div.evi-left { 
	float: left; 
	margin-left: 20px; 
}
div.evi-right { float: left;}
#content span.photoTitle {
	display: block; 
	margin-left: 20px; 
	margin-bottom: 10px;
	color: rgb(118, 185, 79);
	font-size: 18px;
}
.plr{
	padding:0px 20%;
}
#evi_gallery_ul { list-style-type:none; width:90%; margin:0 auto; }
#evi_gallery_ul li { float:left; }
#evi_gallery_ul li a span { display: block; }
@media only screen and (min-width: 768px) {
	.evi-gallery { margin-top: 30px; }
	div.evi-left { width: 70%; margin-bottom: 10px; }
	div.evi-right { width: 25%; margin-left: 5px; margin-top: 10px; }
	#evi_gallery_ul li { width: 40%; margin:5px 20px; }
}
@media only screen and (max-width: 768px) {
	div.evi-left { width: 94%; margin-bottom: 10px; }
	div.evi-right { width: 94%; margin-left: 5px; margin-top: 10px; }
	#evi_gallery_ul li { width: 45%; margin:5px 8px; }
	.plr{
		padding:0px 15%;
	}
}
@media only screen and (max-width: 550px) {
	div.evi-left { width: 94%; margin-bottom: 10px; }
	div.evi-right { width: 94%; margin-left: 5px; margin-top: 10px; }
	#evi_gallery_ul li { width: 100%; margin: 0; }
	.plr{
		padding:0px 6%;
	}
}



.category {

}
.category a {
	display: inline-block;
	border-radius: 10px;
	margin: 0px 5px;
	padding: 0px 5px;
}
.category a:hover {
	color: white;
	background-color: gray;
}
.gallery-active {
	color: white;
	background-color: #0082c0;
}
a.gallery-title:hover {
	color: #0082c0;
}
.paged {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
}
.paged a {
	padding: 1px 5px;
	border: solid 1px #dddddd;
	color: #999999;
	font-weight: bold;
}
.paged a:hover {
	background-color: #DBD6D6;
}
.paged a.active {
	color: white;
	background-color: #0082c0;
}



