﻿.imgBig
{
	padding:3px;
	border: 3px double #dddddd !important;
	background: #e5e5e5;	
}
.imgBig:hover
{

}

.imgSmall
{
	margin:4px;
	border: 1px solid #999999 !important;
	background: #e5e5e5;	
}
.imgSmall:hover
{
	margin:4px;
	border: 1px  dashed #555555 !important;
	background: #e5e5e5;	
}


.imgSmallNoMargin
{
	border: 3px double #999999 !important;
	background: #e5e5e5;	
}
.imgSmallNoMargin:hover
{
	border: 3px double #555555 !important;
	background: #e5e5e5;	
}


.imgNoBorder
{
	border: 0px !important;
}


.imgInline
{
	margin: 4px;
	border: 3px double #999999 !important;
	float: left;
}

.imgInlineNoBorder
{
	margin: 4px;
	border: 0px !important;
	float: left;
}