/* CSS Document 

*********************************************************************
Author: George Mavromatis
Web site: Styletheweb.gr
Copyright2009, George Mavrommatis (Styletheweb.gr). For any reuse 
or distribution, you must make clear to others the licence terms 
of this work, (a link back to my website).If you want to delete this
link back to my site, you have to pay in 15 EURO
to my Paypal account: mavrog76@gmail.com

This work is licenced under a Creative Commons Licence.
*********************************************************************

/*------------------------------------------------------------
               GALLERY IN EQUIPMENT
-------------------------------------------------------------*/


#gallery {
	margin: 0;
	padding: 0;
	background: #FFF;
}
#gallery ul {
	margin: 0;
	padding: 0;
}
#gallery ul li { 
	list-style: none;
	display: inline;
	float: left;
	margin: 0.2em;
	padding: 4px;
	border: 1px  dotted #7E4C00;
}
#gallery ul li a { 
	display:block;
	text-decoration:none;
}
#gallery ul li a:hover { 
	color:#333333;
	background: #CCCCCC;
}
#gallery ul li a img.border { 
	border: 0;
}
#gallery ul li a span {
	margin: 0 0 0 10px;
}
div.clearl {
	clear: left;
}
div.clear {
	clear: both;
}
