/*scroll windows*/
.part{
	border:1px solid black;
	background-color:white;
}
div.pane li{
	float:left;
}
div.pane{
	overflow:auto;
	clear:both;
	margin:0;
	padding:0;
	position:relative;
	width:100%;
	height:600px;
}

ul.elements{
	background-color:transparent;
	width:1620px;
}
ul.elements li{
	width:150px;
	height:150px;
	font-weight:bolder;
	border:1px black solid;
	text-align:center;
	padding:10px;
	position:relative;
	display:block;
	float:left;
	background-color:#DDD;
}
ul.elements li a{
	bottom:20px;
	color:#933;
	font-size:12px;
	left:75px;
	position:absolute;
}
ul.elements li p{
	color:#666;
}

ul.links{
	height:20px;
}
ul.links a{
	color:#69C;
	margin:0 5px;
}

/*simplemodal*/

#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#333; border:1px solid #000; padding:20px;}


#simplemodal-container a.modalCloseImg {
	background:url(/img/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
}


