/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
	z-index: 2;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 576px;
	width:400px;
	height: 200px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 576px;
	width:400px;
	float:right;
	height: 200px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	/*width: 290px;*/
	width:auto;
	margin-right:15px;
	height: 200px;
	display:inline;
}






/*--added by fastweb--*/

div.music_blog_banner {
  width:548px;
  height:143px;
  display:block;
  overflow:hidden;
  background:url(/media/music_blog_banner.jpg) top left no-repeat;
  position:relative;
}

div.banner-text-holder {
  height:20px;
  /*padding-top:115px;*/
  width:440px;
  position:absolute; 
  bottom:0%;
  _top:85%;/*--ie6--*/
  right:0%;
  
}

div.blog-link {
 /*width:110px;*/
 width:auto;
 position:absolute;
 bottom:0%;
 left:0%;
 padding:5px;
}

div.blog-link a {
 color:#cccccc!important;
  font-weight:bold;
  font-size:12px;
}
div.blog-link a:hover {
	text-decoration:underline;
}

li.ticker-link {



}

li.ticker-link a {
  color:white!important;
  font-size:12px;
}

li.ticker-link a:hover {
	text-decoration:underline;
}
