map area {
	cursor: pointer;
	cursor: hand;
}

#viewport {   
  overflow: auto;  
}

#enclosure {  
	
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  
}

#big-panel {  
  position:absolute;
}


.slide-wrap {
  float:left;
}

#big-panel .slide-wrap {  
  /*margin:10px;*/
/*   border:0px solid #DDD; */
}

.slide-wrap p {
  /*color:#FFF; */
}



#viewport .afterwards p {
  clear:both;  
  margin:10px auto;
  color:#FFF;
}

 .error_message {
	font-family: Arial;
	font-size: 9pt;
	color: red; 	
	padding-left: 10px;"
} 

/* Produt Page */
.product_click {
	text-decoration: none;
	color: black;	
}

/* for News */

.news {
	font-family: Arial;
	color: black;;
}

.news .news_title {
	font-size: 1.5em;
	color: black;;	 
}

.news .publish_date {
	margin-top: 2px;
	font-size: 8pt;
	font-family: Courier News;
	color: black;;
}

.news .news_body {
	font-size: 9pt;
	margin-top: 5px;
	color: black;;	
}

.news_pagination {
	font-family: Tahoma; 
	font-size: 9pt;
}