﻿.imgBig
{
	padding:3px;
	border: 1px solid #e2a000 !important;
		
}
.imgBig:hover
{

}


.imgSmall1, a.imgSmall1
{
border: 1px solid #e2a000;    
margin:5px;
    }



.imgSmall, a.imgSmall
{
	margin:3px;
	
	border: 1px dotted #e2a000 !important;	
}
a.imgSmall:hover
{
	margin:3px;
	border: 1px dotted #555555 !important;	
}


.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;
}