.lightbox_container {
    -moz-border-radius: 5px;
    background: #fff;
    -webkit-border-radius: 5px;
    border: 9px solid #3a3a3a;
    -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
    -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;;
    padding: 22px 22px;
    width: 700px;
    position: relative;
    display: none;
    background: #f8f8f8 url("images/bg.jpg") repeat;
}

.lightbox_container2 {
    width: 620px;
}

#close_x { 
    width: 24px; height: 23px;
    overflow: hidden; line-height: 1000px;
    display: block;
    position: absolute; top: 5px; right: 5px;
    background-image: url(images/closex.png);
    /*background-position: -387px -102px;*/
}

.lightbox-post-title {
	font-size: 20px;
	font-weight: bold;
	color: #66a1dc;
	text-transform: uppercase;
}

.lightbox-url {
	color: #ccc;
	font-size: 12px;
	font-weight: bold;
}

.lightbox-url a, .lightbox-content a {
	color: #ccc;
}

.lightbox-url a:hover, .lightbox-content a:hover {
	color: #66a1dc;
}

.lightbox-content {
	
}

.lightbox-content .duties {
	color: #ccc;
	font-size: 11px;
}

.lightbox-thumb {
	
}

.lightbox-thumb img {
	background-color: #5c5c5c;
	padding: 6px;
	border: 1px solid #222;
}