@charset "UTF-8";
/* CSS Document */


.gallery-hidden {
	display: none;	
}

#ce_right ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	list-style-position: outside;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#ce_right ul a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
#ce_right ul a:hover {
	text-decoration: underline;	
	
}
#ce_right li {
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 5px 10px;
}

