#box{ 
	margin:0 auto; 
	padding:0 0 50px 0; 
	width:600px;
	/*background-color:#F00; */
}
#galleria{
	position:relative;
	margin-top:10px;
	left:0;
	width:100%;
	background:transparent;
}
h1,h2{ 
	font:bold 20px 'Lucida Grande', 'Trebuchet MS', sans-serif;
	margin-top:25px; 
}

h1{ font-size:24px; margin-bottom:36px; }
h2{ color:#f2aa24; margin-bottom:15px; }

.orange{ color:#f2aa24; }
.cyan, a{ color:#78c7f2; }

a{ outline:none; text-decoration:none; }
a:hover{ text-decoration:underline; color:#f2aa24; }

#galleria ul{ 
	list-style:none;
	margin:0 0 10px 10px;
	padding:0;
}
#galleria li{
	float:left;
	padding:8px;
	margin-bottom:5px;
}

strong{ color:#b3b3b3; }

#components, #tests, .customization{ margin:10px 0 20px 25px; }
#components li, #tests li, .customization li{ margin-bottom:3px; }

#gallery{ width:100%; }

#gallery img{ border: 2px solid #9D1263; }

.code{ 
	margin:10px;
	font-size:12px;
	color:#6C0;
}

