/* CSS Document */

/* BEGIN DEMO STYLE */
.demo
{
	position:relative;
	margin-top:0;
}

.gallery_demo
{
	width:290px;
	float:left;
}

.gallery_demo li
{
	width:60px;
	height:40px;
	border:2px double #eee;
	margin: 0 5px 5px 0;
	background:#eee;
}

.gallery_demo li.hover
{
	border-style:solid;
	border-color:#cccccc;
}

.gallery_demo li.active
{
	border-style:solid;
	border-color: #222222;
}

.galleria_container
{
	margin:0 auto 0px auto;
	height:420px;
	width:630px;
	float:left;
}

.gallery_nav
{
	width:630px;
	float:left;
	padding: 15px 0 0px 0;
	text-align: center;
}

.gallery_nav a
{
	font-weight: bold;
	font-size: 12px;
}