﻿#items{
	/*float: left;
	width: 33%;*/
	/*border: 1px solid #DFDFDF;*/
	/*background:white;*/
}
#items .item {
	/*float: left;
	padding:2px;
	position: relative;*/
	width: 90px;
	height:55px;
	margin: 4px;
	/*background-color: #fff;*/
	cursor: pointer;
	/*border: 1px solid white;*/
}
#items .item:hover{/*border: 1px solid #ddd;*/}
#items .item img {
	width:90px;
	max-height:55px;
}


#large{
	/*border: 1px solid #DFDFDF;*/
	/*width: 66%;*/
	margin-left: 10px;
	/*background-color: #fff;*/
	text-align:left;
	font-family:Georgia, Times, san-serif;
	font-size:12px;
	max-width:500px;
}
#large .info{
	font-size: 1.2em;
	text-align: justify;
	font-weight: bold;
	/*padding:10px;*/
	color:#B3B3B3;
}
#items  p{display:none;}
#large .item {
	/*margin-top:20px;
	margin-bottom:20px;
	border-width: 1px;*/
	cursor: default;
	text-align:left;
}
#large .item img{
	max-width:500px;
	max-height: 500px;
}
