.gallery_jqueiry {
	padding:0px;
	margin:0px;
    background-color:#000000;
	clear:both;
}

.gallery_jqueiry ul {
    list-style: none;
    margin-top:0px;
}

.gallery_jqueiry ul li {
    display: inline;
	height:95px;
	width:152px;
	float:left;
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	background-color:#333333;
}

.gallery_jqueiry ul a {
    display: block;
    float: left;
	padding-bottom:5px;
	padding-left:5px;
	padding-right:5px;
	padding-top:5px;
}

.gallery_jqueiry ul a:hover {
    border: 0px solid #333333;
}

.gallery_jqueiry ul a img {
    border: 0px solid #999999;
}

.gallery_jqueiry ul a.lightbox-enabled img {
    border: 0px solid #999999;
}

.gallery_jqueiry span.code {
    font-family: "Courier New", Courier, monospace;
    margin-left: 10px;
    padding-left: 10px;
    font-size: 11px;
    border-left: 1px solid #000;
}

.gallery_jqueiry .link {
    font-size: 12px;
    font-style: italic;
    padding-left: 10px;
    margin-left: 10px;
}

.gallery_jqueiry .important {
    text-decoration: underline;
}

.gallery_jqueiry .title {
    font-weight: bold;
    font-size: 16px;
}

.clear {
    clear: left;
}

.gallery_jqueiry.header {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
    border-top: none;
}

.gallery_jqueiry.footer {
    text-align: center;
    font-size: 12px;
    padding-top: 10px;
}
