
body{
	font-size:14px;
}

.detail{
	display:inline-block;
}
.search{
	display:block;
	text-align:right;
	margin:20px 0px;
}

.event{
	width:190px;
	height:180px;
	float:left;

	margin:5px;
	overflow:hidden;
	text-align:center;


}
.thumbnail
{
	width:170px;
	height:100px;
	overflow:hidden;
	margin:auto;
	
}
.thumbnail > img
{
	max-width:170px;

}
.topic{
	padding:5px;
}
.photobox{
	width:150px;
	height:100px;
	float:left;
	margin:6px;
	overflow:hidden;
}
.photobox img
{
	max-width:150px;
}
.photodemo_box
{
	width:300px;
	height:200px;
	overflow:hidden;
	float:left;
	text-align:center;
	padding:13px;
}
.photodemo_box > img{
	width:300px;
}
.topic{
	background:#2d3192; 
	font-family: 'THSarabunNew', sans-serif;
	color:#fff;
}
.topic h3{
	padding:0px 5px;
	font-size:16px;
	margin:5px;
}
.topicevent{
	padding:3px;
	color:#666;
}
.date{
	height:50px;
	color:#999;
}
#togglephoto {
	background:#F90;
	color:#fff;
	padding:5px;
	border:none;
	cursor:pointer;
}

