﻿.Pictures
{
	margin-top: 5px;
}

.Pictures a:hover
{
	color: #000000;
	background-color: #FFFFFF;
	font-weight: bold;
} 

.Pictures a:link
{
	color:#000000;
	text-decoration:none
} 

.Pictures a:visited
{
	color:#000000;
	text-decoration:none
}

.Pictures a:active
{
	color:#000000;
	text-decoration:none
}

.picturediv
{
	margin-top: 10px;
	text-align: center;
}

.modalBackground 
{
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.Pictures img
{
	cursor: pointer;
}