#box {
		position: absolute;
		/*background:#CCCCCC;*/
		/*border: #2586BD solid 1px;*/
		visibility: hidden;
		margin:0;
		padding:0;
	}
	#screen {
		position: relative;
		/*left: 0px;*/
		width: 400px;
		/*top: 15%;*/
		height: 100px;
		/*background: #999966;*/
		border: gray solid 1px;
	}
	#box img  {
		position:absolute;
		border: none;
		cursor: pointer;
	}
	span #tit{
	font-size:12px;
	color: #2586BD;
	}
	#box span {
		position: absolute;
		/*color: #ccc;*/
		font-family: verdana;
		font-size: 24px;
		width: 200px;
	}
	#box a {
		text-decoration: none;
		/*color:#ff8000;*/
	}
	#box a:hover	{
		text-decoration: none;
		background:#ff8000;
		/*color:#ffffff;*/
	}
	#box a:visited {
		text-decoration: none;
		/*color:#ff8000;*/
	}
	#box a:visited:hover {
		text-decoration: none;
		background:#ff8000;
		/*color:#ffffff;*/
	}
	#lnk {
		/*visibility: hidden;*/
		border:none;
	}
	
	
	
	
/*desliz*/	
div.niftyslide{ 
		position: relative;
		/*left: 22%;
		top:  20%;*/
		/*position: absolute;
		left: 22%;
		top:  20%;
		/*background-color:#000;*/
		width:450px;
		height:260px;
		margin: 0; 
		/*margin-bottom:3px;*/
}
.niftyslide b.rtop b, .niftyslide b.rbottom b{display:block !important;height: 1px !important;
overflow: hidden; background: #6DA6E2;/* #F0EDE0*/}
	
#center {
		position: absolute;
		left: 0px; /*22*/
		top:  5px; /*30*/
		background-color:#6DA6E2;/*#1872B0;*/
		width:450px;
		height:240px;
		/*background-image:url(../main-bg.jpg);*/
	}
	#slider {
		position: absolute;
		width: 440px;
		height: 230px;
		left: 5px;
		top: 5px;
		/*top: -100px;*/
		overflow: hidden;
		/*background-image:url(../main-bg.jpg);
		/*background: #000;
		/*border: 1px solid #2763A5;*/
	}
	#slider .slide {
		position: absolute;
		top: 0px;
		height: 333px;
		width: 500px;
		background: #000;
		overflow: hidden;
		border-left: #1872B0 solid 5px;
		cursor: default;
	}
	#slider .title   {
		color: #2586BD;/*#F80;*/
		font-weight: bold;
		font-size: 1.2em;
		margin-right: 1.5em;
		text-decoration: none;
	}
	#slider .backgroundText {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 100%;
		background: #000;
		filter: alpha(opacity=40);
		opacity: 0.4;
	}
	#slider .text {
		position: absolute;
		top: 1%;
		top: 100%;
		color: #FFF;
		font-family: verdana, arial, Helvetica, sans-serif;
		font-size: 0.9em;
		text-align: justify;
		width: 227px;
		left: 10px;
	}
	#slider .diapo {
		position: absolute;
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: hidden;
		left:0;
		width:270px;
		height:230px;
	}
	


	
/**/
#parent3{
background-image:url(../main-bg.jpg);/*url(../background-fade.jpg);*/
}
#parent3 li{
				/*background: gray;*/
				padding: 10px;
				color: white;
			}
			#menu3 a.wactive{
				padding: 0 3px;
				border: 1px solid gray;
			}