/**
* @version		1.3
* @package		Elxis
* @subpackage	Module Scroller
* @copyright	(C) 2008 - 2017 www.osw.gr - All rights reserved.
* @license		MIT ( http://opensource.org/licenses/MIT )
* @author		Nikos Vlachtsis ( http://www.osw.gr )
*/   

.horizontal_scroller { 
  position:relative; 
  width:100%; 
  margin:5px auto; 
  padding:10px 0; 
  display:block; 
  overflow:hidden; 
}	
.scrollingtext { 
  position:relative; 
  white-space:nowrap;	
  font-family:tahoma,verdana,sans-serif; 
  font-size:12px; 
  float:left; 
}
.scrolltitle { 
  font-weight:bold; 
  padding:3px 5px; 
  margin-right:10px; 
  border-radius:3px; 
}
.scrolltext { 
  font-weight:normal; 
  margin-right:18px; 
}
a.scrolllink { 
  font-weight:normal; 
  text-decoration:none; 
}
a.scrolllink:hover { 
  text-decoration:underline; 
  cursor: pointer;
}