@charset "utf-8";
/* CSS Document */

#pgembededmap					{ height:400px; width:672px; margin:0 auto 10px; }
.pglatest-mapitem 				{ position:relative; width:235px; height:276px; background:transparent url(http://www.pg.in.th/static/v2p/images/big_marker.png) no-repeat left top; }
* html .pglatest-mapitem 		{ background-image: url(http://www.pg.in.th/static/v2p/images/big_marker.gif); }
.pglatest-mapitem img 			{ position:absolute; left:17px; top:17px; width:200px; height:150px; border:1px solid #666666; }
.pglatest-mapitem .iteminfo 	{ position:absolute; width:200px; left:17px; top:173px; overflow:hidden; }
.pglatest-mapitem .iteminfo h3  { margin:0 0 3px; font-size:13px; white-space:nowrap; overflow:hidden; }
.pglatest-mapitem .iteminfo p 	{ margin:0; font-size:11px; float:left; color:#FFFFFF; white-space:nowrap; overflow:hidden; line-height:normal; }

#pgLatestDiv				{ overflow:hidden; margin:0 auto 10px; width:672px; }
.pglatest-item				{ height:120px; display:inline; float:left; margin:5px; text-align:center; }
.pglatest-item a img		{ border:1px solid #FFF; display:block; width:100px; height:100px; }
.pglatest-item a:hover img	{ border:1px solid #09F; }
.pglatest-item p			{ margin:0; font-size:13px; }
.pglatest-clear				{ clear:both; }
