@charset "utf-8";

#pictures
{ 
	clear: both;
	margin-right: auto;
	margin-left: auto;
}
#tabledescription{display:none;}

@media screen and (min-width:530px){
#pictures  {	width:100%; }
#pictures  a:link img{	float:left;}
#pictures   a:hover  img{	border: medium solid #0033CC;}
#tabledescription{
	width: 200px; height:200px;
	display: inline-block;
	border: thin solid #FF9900;
	padding: 4em 0 0 0;
	text-align: center;
	background-color:#033;
	color:#FFFFFF; 
	float:left;
	margin-right: 1.0em;
	margin-bottom: 1.0em;
	-moz-box-shadow: 5px 5px 5px #777777;
	-o-box-shadow:  5px 5px 5px #777777;
	-webkit-box-shadow: 5px 5px 5px #777777;
	box-shadow: 5px 5px 5px #777777;
	border: thin solid #999999;
}
}