#imagegallery{
min-height:200px;
line-height:125%;
text-align:left;
width:680px;
}

#items{
	float: right;
	width: 360px;
	border: 0px;
	padding-left: 5px;
}
#items .item {
	float: left;
	padding:2px;
	position: relative;
	width: 62px;
	height:47px;
	margin: 2px;
	cursor: pointer;
	border: 1px;
}
#items .item img {
	width:62px;
	max-height:40px;
	height:auto !important;
	height:40px;
}

#large{
	border: 0px;
	margin: 0 360px 0 0;
	text-align:left;
	font-size:12px;
}


.info{
	font-size: 10px;
	text-align: center;
	font-weight: light;
	padding-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}
#items  p{display:none;}
#large .item {
	border-width: 0px;
	cursor: default;
	text-align:center;
}
#large .item img{
	max-width:300px;
	max-height: 400px;
	margin-bottom: 8px;
}
.itemtitle{
text-align:left;
padding-left:5px;
}
.item p{
text-align:left;
margin:0 0 0 10px;
padding:0;
font-size: 11px;
color:#C7242C;
}
.narrow{
margin:0 45px 0 43px !important;
}
.fullImage {
margin:0 0px 0 0px !important;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
