	div#xover{
		background: url(../images/main_img.jpg) no-repeat;
		border: black solid 1px;
		width: 500px;
		height:281px;
		color: white;
		position: relative;
		clear:both;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	div#xover div.div1{
		border: white solid 1px; 
		color: white;
		position: absolute;
		top: 0px;
		left: opx;
	}
	
	div#xover div.div2{
		border: white solid 1px; 
		color: white;
		position: absolute;
		top: 0px;
		right: 0px;
	}
	
	div#xover div.cover{
		display: block;
		padding: 130px 0 0 50px;
		font-weight: 900;
		overflow: hidden;
		width: 198px;
		height:149px;
	}
	
	div#xover div.cover div.content{
		padding: 10px 0 10px 0;
		/*background-color: white;*/
		color: white;
		position: relative;
		width: 150px;
		text-align: center;
		font-weight: 900;
		font-size: 14pt;
	}
	
	div#xover div.sidecontent{
		display: none;
		padding: 10px;
		width: 228px;
		height:259px;
	}
	
	div#xover div.sidecontent div.content{
		background-color: white;
		color: black;
		padding: 5px;
		height: 249px;
		font-weight: 900;
		font-size: 11pt;
	}
	
	#img_container img{
		border: 0;
	}
	
	.udf_hentryDiv{
		background-color: rgb(186,204,226);
	}

	.udf_entryDiv{
		position: relative;
		display: none;
		background-color: rgb(186,204,226);
		font-weight: 900;
	}
	