@charset "utf-8";
/* CSS Document */

.show_thumb {
	width:66px;
	height:56px;
	float:left;
	border:1px solid #666666;
	margin-right:10px;
	background-image:url(../img/loading-thumb.gif);
	background-repeat:no-repeat;
}
.show_description {
	height:56px;
	float:left;
	border:0px solid #666666;
	margin-top:5px;
	margin-left:8px;
}
.show_image_container {
	margin-left:10px;
	margin-top:4px;
	margin-right:15px;
	border:1px solid #666666;
	height:339px;
	width:428px;
	float:right;
	background-image:url(../img/loading.gif);
	background-repeat:no-repeat;
}
.separator {
	clear:left;
	padding-top:12px;
	margin-bottom:10px;
	border-bottom:1px solid #1A1A1A;
}
.image_title {
	margin-left:30px;
	width:428px;
	text-align:left;
	color:#FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height: 14px;
	display:none;
	visibility:hidden;
}
a.thumbnail, a.thumbnail:link, a.thumbnail:visited, a.thumbnail:active {
	width:66px;
	height:56px;
	border:1px solid #FFFFFF;
	float:left;
	margin:6px;
}
a.thumbnail:hover {
	width:66px;
	height:56px;
	border:1px solid #FFFF00;
	float:left;
	margin:6px;
}
.event_title {
	font-size: 14px;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: none;
	color: #FFFF00;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
