#overlay {
	background: #000;
	position: fixed; top: 0; left: 0;
	z-index: 10000;
	width: 100%;
	height:100%;
}
.prettyPopin {
	display: none;
	position: absolute; z-index: 11000;
	top: 50%; left: 50%;
	padding:0px 3px 1px 0px;
	overflow:hidden;
}
.prettyPopin h1, .prettyPopin p {
	margin:0px;
}
.prettyMisc {
	background:url('../img/prettymisc_bg.png') top left repeat-x;
	display:none;
	padding-top:30px;
	height:55px;
	margin:0 10px;
}
.prettyNav {
	float:right;
	padding-top:8px;
}
.prettyNav h1 {
	float:left;
	font-size:11px;
	color:#666;
	font-weight:bold;
	margin-right:8px;
	padding-top:4px;
}
.prettyNav .inner {
	float:left;
}
.prettyMisc a {
	color:#666;
}
.misc-buttons {
    width:398px;
    margin:auto;
}
.prettyPopin a#b_close {
	background:url('../img/close_button.png') left top no-repeat;
	width:50px;
	height:37px;
	display:block;
	float:left;
}
.prettyPopin a#b_close:hover {
	background-position:0 -37px;
}
.prettyPopin .prettyMain {
	height:100%;
	position:relative;
	width:100%;
	background:#fff;
}
.prettyPopin .prettyContent {
	position: relative;
	width: 100%;
	overflow:hidden;
	background:#fff;
}
.prettyPopin .prettyContent .prettyContent-container {
	display: none;
}
.prettyPopin .loading {
	background:url('../img/prettyPopin/loader.gif') center center no-repeat #fff;
	
}
.prettyOverview {
	background:#000;
	position:absolute;
	z-index:100;
	top:50%;
	left:50%;
	width:380px;
	height:336px;
	padding:16px 10px 30px 10px;
	margin:-192px 0 0 -200px;
	float:left;
	display:none;
	background:url('../img/overview_bg.png') left top repeat;
}
.prettyOverview h1 {
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	margin-bottom:18px;
}
.prettyOverview .image-container a {
	float:left;
	display:block;
	margin:0px 10px 10px 0px;
}
.prettyOverview .image-container a img {
	display:block;
}
.prettyOverview .image-container a:hover img, .prettyOverview .image-container a img.active {
	border:2px solid #CCC;
	width:64px;
	height:61px;
}
.prettyPopin .prettyOverview .prev {
	float:left;
	height:150px;
	padding-top:140px;
}
.prettyPopin .prettyOverview .next {
	float:right;
	height:150px;
	padding-top:140px;
}
.prettyPopin .prettyOverview .pagination.next a, .prettyPopin .prettyOverview .pagination.prev a {
	border:1px solid #999;
	padding:7px 8px;
}
.prettyOverview .image-container {
	float:left;
	padding:0px 5px 0px 15px;
}
.prettyContent-container .img {
     padding:50px 110px;
     height:313px;
     position:relative;
}
.prettyContent-container .img img {
	display:block;
	border:1px solid #CCC;	
}
.prettyContent-container .img_desc {
	line-height:1.3;
	padding:30px 110px 50px 110px;
	color:#333;
}
.prettyContent-container .img_desc p {
	margin-top:2px;
}
.img_desc h1 {
	font-size:11px;
	margin:0;
	padding:0;
}
.prettyPopin .pagination, .prettyPopin .pagination-simple {
	float:right;
	color:#FFF;
	font-size:11px;
	font-weight:bold;
	line-height:1;
}

.imgGal {
	padding:10px;
}
.imgGal img {
	display:block;
}
.img_desc p.link {
	margin-top:18px;
}
.img_desc .link a {
	font-weight:bold;
	color:#666;
}
.prettyWeb {
}
.prettyMenu {
    list-style:none;
    margin:0;
    padding:0;
}
.prettyMenu li {
    float:left;
    width:50%;
}
.prettyMenu li.clear {
    float:none;
}
.prettyMenu li a, .prettyMenu li span {
    display:block;
    height:22px;
    background:#DFDFDF;
    color:#666;
    font-weight:bold;
    text-align:center;
    line-height:11px;
    padding:8px 0 0 0;
    margin:0;
}
.project-info {
    display:none;
    height:448px;
    position:relative;
}
.project-info .prettyMisc {
    width:600px;
    position:absolute;
    bottom:0px;
}
.project-logo {

}
.project-logo img {
    display:block;
    margin:50px 0 0 110px;
}
.prettyMenu li.clicked span, .prettyMenu li a:hover {
    background:#FFF;
}
.prettyPopin .prettyOverview .pagination {
	margin:0px;
}
.pagination, .pagination-simple {
    width:344px;
    height:37px;
    background:url('../img/pretty_pagination.png') 0 0 no-repeat;
}
.pagination-simple {
    background:url('../img/pretty_pagination_simple.png') 0 0 no-repeat;
}
.pagination h2, .pagination-simple h2 {
    font-weight:bold;
    color:#FFF;
    font-size:11px;
    line-height:11px;
    margin:0;
    padding:0;
    float:left;
    width:157px;
    padding:7px 0 0 13px;
}
.project-info .pagination-simple h2{
    width:300px;
}
.pagination h2 span, .pagination-simple h2 span {
    color:#DFDFDF;
}
.prettyContent .pagination span, .prettyContent .pagination a {
    background:none;
    padding:0;
    float:none;
    border:none;
}
.prettyContent .pagination .prev {
    width:27px;
    float:left;
    height:25px;
}
.prettyContent .pagination .next {
    float:right;
    width:27px;
    height:25px;
}
.prettyContent .pagination .next a, .prettyContent .pagination .next span, .prettyContent .pagination .prev a, .prettyContent .pagination .prev span {
    height:25px;
    display:block;
    background:url('../img/pretty_pagination_next.png') no-repeat;
}
.prettyContent .pagination .prev a {
    background:url('../img/pretty_pagination_prev.png') no-repeat;
}
.prettyContent .pagination .next a:hover {
    background:url('../img/pretty_pagination_next_over.png') no-repeat;
}
.prettyContent .pagination .prev a:hover {
    background:url('../img/pretty_pagination_prev_over.png') no-repeat;
}
.prettyContent .pagination-info {
    width:86px;
    float:left;
    margin-left:20px;
    padding-top:7px;
}
.prettyContent .pagination-info span {
    display:inline;
}
#pagination-max {
    color:#DFDFDF;
}
#pagination-current {
    padding-left:3px;
}
.imgGal .pagination {
    background:url('../img/pretty_pagination_foto.png') 0 0 no-repeat;
    width:307px;
    font-weight:normal;
}
.imgGal .pagination h2 {
    width:140px;
}
.imgGal .pagination .pagination-info {
    margin-left:10px;
    width:78px;
}
.imgGal .prettyMisc {
    margin:0;
    padding-top:20px;
    background-image:none;
    height:60px;
}
.imgGal .misc-buttons {
    width:360px;
}
.imgGal #pagination-current {
    font-weight:bold;
    padding-left:15px;
}
#overview {
    display:block;
    background:url('../img/overview_button_bg.png') repeat-x;
    height:21px;
    margin-top:8px;
}
.misc-footer {
    background:url('../img/overview_button_bg.png') repeat-x;
    height:21px;
    margin:8px 5px 0 5px;
}
#overview span {
    display:block;
    text-align:center;
    height:21px;
    background:url('../img/overview_arrow.gif') 10px 8px no-repeat;
    padding-top:7px;
    line-height:1;
}
#overview span span {
    display:inline;
    background-image:none;
    padding:0;
    font-weight:bold;
    height:auto;
}
a#overview:hover {
    background:url('../img/overview_button_bg_over.png') repeat-x;
}
.imgGal .image-container {
    width:714px;
    height:492px;
}
.imgGal .image-container a {
    display:block;
    float:left;
    margin:5px;
    overflow:hidden;
    padding:0;
    line-height:1;
    position:relative;
}
.imgGal .image-container a span {
    display:block;
    background:url('../img/img_overlay.png');
    position:absolute;
    width:228px;
    height:113px;
    z-index:3;
}
.imgGal .image-container a:hover span {
    background-image:none;
}
.imgGal .image-container a img {
    display:block;
    width:228px;
    height:113px;
    z-index:1;
}
.imgGal .image-container a:hover {
    border:2px solid #303030; 
    width:224px;
    height:109px;
}
.imgGal .image-container a:hover img {
    margin:-2px;
}
.imgGal.no-indent {
    /*padding:5px;*/
}
