
ul, li, h3, h2, h1, p{
	padding:0;
	margin:0;
	list-style:none;
}

div.section{
	border:0px black solid;
	width:960px;
	height: 415px;
	position:relative;
	clear:both;
}
	
div.pane{
	overflow:hidden;
	clear:left;
	margin: 0px 0px 0px 20px;
	position:relative;
	width:960px;
	height:415px;
}

ul.elements{
}
	
ul.elements li{
	width:960px;
	height:460px;
	position:relative;
	background-color:#fff;
}


#nomarxiestip
 { 
    display:none; 
    background: transparent url(../images/tooltip/black_arrow_big_rev.png); 
    font-size:11px; 
    height:116px; 
    width:270px; 
    padding:50px; 
    color:#fff;     
}


#demotip
 { 
    display:none; 
    background: transparent url(../images/tooltip/black_arrow_big.png); 
    font-size:14px; 
    height:116px; 
    width:270px; 
    padding:50px; 
    color:#fff;     
}


