/* STGO GALLERY STYLES */


.stgo-thumbnail-image {
	padding-top:    10px;
	padding-left:   10px;
	padding-bottom: 10px;
	float:          left;
}

/* full screen image display */

#stgo-image {
	width:           100%;
    height:          100%;
    position:        absolute;
    top:             0px;
    left:            0px;
	background-color:#ccc;
	margin:          0 auto;
    z-index:         5;
}


#stgo-image > div{
    top:           10%;
    left: 		   50%;
    position:      fixed;
    margin-left:   -400px;
    padding:       15px;
    border:        2px solid #222;
    border-radius: 10px;
}


.stgo-thumbnail-edit i {
    margin-left:  5px;
    margin-right: 10px;
}