* {
        margin:0;
        padding:0
}

.galleria_wrapper {
	padding-top: 40px;
	background: #f1f1f1;
	height: 500px;
	-moz-border-radius: 15px;
  	-webkit-border-radius: 15px;
	//background-image: url(../port-images/background-portfolio.jpg);
//background-repeat: no-repeat;
background-position: 25px 25px;
text-align: center;
}

h1,h2 {
        font:bold 80% 'helvetica neue',sans-serif;
        letter-spacing:3px;
        text-transform:uppercase;
}
a { 
	color: #5f858d;
        text-decoration:none;
        outline:none;
}
a:hover {
        color: #67a;
}       

.caption {
        color: #888;
        font-size: 1.2em;
        font-weight: bold;
}
.demo {
	font-family: Arial,Sans-Serif;
        position: relative;
        margin-top: 2em;
}
.gallery_demo {
        width: 300px;
        float: left;
}
.gallery_demo li {
        width: 116px;
        height: 90px;
        border: 1px solid #eee;
        margin: 0 15px 15px 0;
        background: #eee;
}
.gallery_demo li.hover {
        border-color: #bbb;
}
.gallery_demo li.active {
        border-style: solid;
        border-color: #777;
}
.gallery_demo li div {
        left: 240px
}
.gallery_demo li div .caption {
        font: italic 0.7em/1.4 georgia,serif;
}

.galleria_container {
        margin: 0 auto 60px auto;
        width: 680px;
        float: right;
}
.replaced {
        border: 1px solid #777
}

.info {
        text-align: left;
        margin: 30px 0;
        border-top: 1px dotted #221;
        padding-top: 30px;
        clear: both;
}
.info p {
        margin-top: 1.6em;
}

.nav {
        border: 1px solid red;
        padding-top: 15px;
        clear: both;
}
.nav {
        border: 1px solid green;
}

#port_nav {
	font-family: Arial,Sans-Serif;
	margin: 0 auto;
	width: 100%;
	font-size: 1.2em;
	border-bottom: 1px solid #ddd;
}

#navlist {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
	text-indent: 0;
	list-style-type: none;
}

#navlist li {
	padding-right: 20px;
	margin: 0;
	text-indent: 0;
	display: inline;
}

#navlist li a {
	text-decoration: none;
	color: #777;
	font-size: 1em;
	padding: 0 2px;
}


#navlist li a:hover,#navlist a#current {
	color: #333;
	border-top: none;
	/*font-size: 1.5em;*/
}

#navlist a#current {
	font-size: 1.2em;
	font-weight: bold;
	color: #5f858d;
}

