.ppy-outer {
    display:                none;
}
.ppy-active .ppy-outer {
    display:                block;
}
.ppy-stage {
    background-repeat:      no-repeat !important;
    background-position:    center center !important;
    position:               relative;
}

.ppy-placeholder {
    position:               relative;
}

.ppy-caption,
.ppy-captionwrap {
    overflow:               hidden;
}

.ppy-hidden {
    display:                none !important;
}

.ppy-imglist {
    position: absolute;
    top: -1000em;
    left: -1000em;
    width:          100%;
    display:        block;
    overflow:       hidden;

}

.ppy-imglist li {
    padding:        10px;
    border:         1px solid #f0f0f0;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
    background:     #fff;
    list-style:     none;
    float:          left;
    display:        block;
    margin:         0 10px 10px 0;
}
.ppy-imglist li a img {
    display:        block;
    border:         0;
}
#ppy1 .ppy-extcaption {
    width:          240px;
    display:        block;
}
#ppy1 .ppy-imglist li {
    width:          240px;
    height:         270px;
}
#ppy2 .ppy-imglist li,
#ppy2 .ppy-imglist li a {
    width:              160px;
    height:             160px;
    overflow:           hidden;
    display:        block;
}





#portfolio {
	width: 420px;
	height: 260px;
	position: absolute;
	top: 123px;
	left: 445px;
}




/* popeye example 1 */
#ppy1.ppy-active {
    width:          420px;
    float:          left;
    margin:         0 20px 10px 0;
}

#ppy1 .ppy-outer {
}

#ppy1 .ppy-stage {
    width:          420px;
    height:         260px;
}

#ppy1 .ppy-expanded .ppy-outer {
}


#ppy1 .ppy-caption {
    margin:         0;
    font-size:      1em;
    line-height:    1.2em;
    padding-top:0.1em;
    color:          #fff;
    background:     transparent;

    visibility:         hidden; /* prevent flash of content before popeye loads */
    text-align:center;
}

#ppy1 .ppy-caption a {
    color:          #fff;
    text-decoration: none;
    font-weight:bold;
}
#ppy1 .ppy-caption a:hover {
    text-decoration:none;
}

#ppy1 .ppy-counter {
    border-bottom:  1px solid #d5e68e;
    color:          #b8cf5a;
    padding:        0 0 2px 0;
    margin:         0 0 5px 0;
    font-size:      0.9em;
}

#ppy1 .ppy-stagewrap {
    background:     #fff;
}

#ppy1 .ppy-loading {
    background:     #000 url(/images/loading.gif) no-repeat center !important;
    width: 100%;
    height: 100%;
}


#ppy1 .ppy-nav {

    width:          100%;
    height:         100%;
    text-align:     center;
}
#ppy1 .nav-wrap {
    width:          116px;
    height:         32px;
    padding:        30% 0 0 0;
    margin:         0 auto 0 auto;
}
#ppy1 .ppy-nav a {
    background-color:   #333;
    display:        block;
    overflow:       hidden;
    text-indent:    -900em;
    height:         22px;
    float:          left;
    padding:        5px;
    margin: 2px;
    border-radius:          5px;
    -moz-border-radius:     5px;
    -khtml-border-radius:   5px;
    -webkit-border-radius:  5px;
}

#ppy1 .ppy-prev {
    width:          22px;
    background:     url(../images/prev3.png) no-repeat center;
}

#ppy1 .ppy-next {
    width:          22px;
    background:     url(../images/next3.png) no-repeat center;
}

#ppy1 .ppy-switch-enlarge {
    width:          30px;
    background:     url(../images/enlarge3.png) no-repeat center;
}

#ppy1 .ppy-switch-compact {
    width:          30px;
    background:     url(../images/compact3.png) no-repeat center;
}

#ppy1 .ppy-nav a:hover {
    background-color:   #ff4303;
    cursor:         pointer;
}
