body#bd {

	 background: url(../images/joblack_background_1024.yok) no-repeat top center #edf0f1;

}





/*redefine*/

::-moz-selection {
	background: #000;
	color: #eee;
}

::selection {
	background: #000;
	color: #eee;
}

h1, h2, h3, h4, p, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
	list-style: none;
}



/*shared*/

span.clr {
	display: block;
	clear: both;
}



/*content*/

#container {
	position: relative;
	/*z-index: 1000;*/
	width: 920px;
	padding: 0px 0px 0 0;                        /*title section*/
	/*border-right: 1px solid #1c1c1c;*/
	background: #ffffff;
	margin: auto;
	text-align: center;
}

.title {
	width: 920px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}


.thumbnailContainer {
	width: 920px;
	border-top: 1px solid #ccc;
	margin-top: 0px;
	display: none;
	height: 0px;
	overflow: hidden;
}

.thumbnailContainer .clipper {
	margin: 0px 0 0 0;
}

.thumbnailContainer .horizontal {
	border: 1px solid #ccc;
	width: 110px;
	height: 100px;
	padding: 0px 0 0 0px;
	margin: 9px;            /*margin from big photos*/
	float: left;
	cursor: pointer;
    color: #000000;
	font-family: verdana;
    font-size: 11px;
   
}

.thumbnailContainer .vertical {
	border: 1px solid #ccc;
	width: 100px;
	height: 110px;
	padding: 0px 0 0 0px;
	margin:9px;             /*margin from big photos*/
	float: left;
	cursor: pointer;
}

.thumbnailContainer img {
	border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
	margin: 5px 4px;*/
}

#footer {
	width: 920px;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px 0px;
	text-align: right;
}

a {
	color: #ff6600;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #ff6600;
	text-decoration: underline;
}

.left {
	float: left;
}

.right {
	float: right;
}

#images {
	display: none;
}
