@import url(jquery00.css);
/*
99Lime.com HTML KickStart by Joshua Gatcke
kickstart.css

Don't edit the file if you want HTML KickStart to be upgradeable.
Instead, copy any CSS selectors you want to modify to your style.css file.

// Colors
blue: #4D99E0;

---------------------------------
IMPORTS
-----------------------------------
.gallery A
{
	display: inline-block;
	position: relative;
	border: 1px dotted #DDD;
	background: #FFF;
	margin: 10px 11px 0 0;
}
.gallery A IMG
{
	display: block;
	position: relative;
	margin: 10px;
	padding: 20px;
        
}
