/*NEWS -> VIDEO GROUPS CLASSES*/
table.photogallery_table{
	//background-color: #999999;
}

td.photogallery_title_cell{
	//background-color: #999999;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}

td.photogallery_title_cell a{
	//background-color: #999999;
	font-weight: bold;
	color: #000000;
	text-decoration: none;	
}

td.photogallery_title_cell a:hover{
	//background-color: #999999;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;	
}

td.photogallery_content_cell{
	//background-color: #999999;
	color: #000000;	
}

td.photogallery_image_description_cell{
	font-size: 10;
	color: #333333;
	text-align: left;
}

img.gallery{
	border:2px solid #000000;
}