/*
// Simple Scrolling Newsflash for Joomla 1.5.x - Version 1.5.4
//
// Licence:
//		AGPLv3 - http://www.aqsg.com.au/products/simple-scrolling-newsflash/licence.html
//
// Author:
//		Joel Bassett - http://www.aqsg.com.au
//
// Credits:
//		http://www.aqsg.com.au/products/simple-scrolling-newsflash/credits.html
// 
*/

table.simplescrollingnewsflash_contentpaneopen,
table.simplescrollingnewsflash_contentpane {
	margin: 0;
	padding: 0;
	width: auto;
}

.simplescrollingnewsflash_heading {
	padding: 0;
	font-family: Arial, Helvetica,sans-serif;
	font-weight: normal;
	vertical-align: bottom;
	color: #333;
	text-align: left;
	width: 100%;
}

a.simplescrollingnewsflash_title:link,
a.simplescrollingnewsflash_title:visited {
	font-family: Arial, Helvetica,sans-serif;
	font-size: 1.2em;
	text-decoration: none;
	font-weight: normal;
	color: #135cae;
}

a.simplescrollingnewsflash_title:hover {
	text-decoration: underline;
	color: #0b3768;
	font-weight: normal;
}

// P
.simplescrollingnewsflash_item {
}

// DIV
.simplescrollingnewsflash_div {
}


// List & List items
.simplescrollingnewsflash_list {
}

.simplescrollingnewsflash_listitem {
}

// SPAN seperator
.simplescrollingnewsflash_seperator {
}

// HR item
.simplescrollingnewsflash_hr {
}

/* Scroller Box */
#scroller_container {
	overflow: hidden;
}

/* CSS Hack Safari */
#dummy {;# }