/* thumbnail holder */
#categoryshow{
	background:#0A0A0A;
	color:#FFF;
	-webkit-border-bottom-left-radius: 2px 2px;
	-webkit-border-bottom-right-radius: 2px 2px;
	-webkit-border-top-left-radius: 2px 2px;
	-webkit-border-top-right-radius: 2px 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
}
#thumbnailimg{
	-webkit-border-bottom-left-radius: 2px 2px;
	-webkit-border-bottom-right-radius: 2px 2px;
	-webkit-border-top-left-radius: 2px 2px;
	-webkit-border-top-right-radius: 2px 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	width:150px; 
	height:92px;
}
#thumbnailimg a{
	display:block;
	background:url(http://vidnaruto.com/images/glarethumb.png) no-repeat;
	width:150px;
	height:92px;
}
#thumbnailimg a:hover{
	background-image: url(http://vidnaruto.com/images/playbutton.png);
	display:block;
	width:150px;
	height:92px;
}
#readpost{
	background:#000 url(http://vidnaruto.com/images/infobar.png) repeat-x;
	border-top:2px solid #111;
	font-family:arial;
	font-size:10px;
	-webkit-border-bottom-left-radius: 2px 2px;
	-webkit-border-bottom-right-radius: 2px 2px;
	-webkit-border-top-left-radius: 2px 2px;
	-webkit-border-top-right-radius: 2px 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px; 
	text-decoration:none;
	font-weight:bold;
}
#readpost a{
	text-decoration:none;
	color:#FFF;
}
#readpost a:visited{
	text-decoration:none;
}
#readpost a:hover{
	text-decoration:none;
}
#descriptionplace{
	font-size:11px;
	height:96px;
}
#postinfoplace{
	background:#000 url(http://vidnaruto.com/images/infobar.png) repeat-x;
	-webkit-border-bottom-left-radius: 2px 2px;
	-webkit-border-bottom-right-radius: 2px 2px;
	-webkit-border-top-left-radius: 2px 2px;
	-webkit-border-top-right-radius: 2px 2px;
	-moz-border-radius-bottomleft: 2px;
	-moz-border-radius-bottomright: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	padding-right:4px; 
	font-size:10px;
	font-weight:bold;
}