﻿/* list_media_item > */
.list_media_item_container
{
	width:100%;
	cursor:pointer;
}
.list_media_item_title
{
	width:940px;
	padding: 0 20px;
	color:#333;
	float:left;
	cursor:pointer;
}
	.list_media_item_title span
	{
		font-weight:bold;
		font-size:12px;
	cursor:pointer;
	}
.list_media_item_description
{
	width:880px;
	padding: 5px 20px 0px 40px;
	float:left;
	color:#555;
	font-size:11px;
	cursor:pointer;
}
.list_media_item_date
{
	width:260px;
	padding: 3px 20px 0px 680px;
	float:right;
	color:#888;
	text-align:right;
	cursor:pointer;
}
/* list_media_item < */

/* list fotos (fotogalary view) > */
.listfotos_description
{
	width:100%;
	text-align:left;
	margin: 5px 0 20px 0;
}
	.listfotos_description span
	{
		width:800px;
		padding: 0 80px 0 80px;
	}
/* list fotos (fotogalary view) < */

/* Fotogalary Ex > */
#gallery a img
{
	border-collapse:collapse;
	border-style:double;
	border-width:3px;
	border-color:#aaa;
	cursor:pointer;
}
/* Fotogalary Ex < */
