/*---------------------------------------------------------------- 
  Copyright:
  Copyright (C) 2008 IceTheme. All Rights Reserved
  
  License:
  Copyrighted Commercial Software 
  
  Author:
  IceTheme - http://wwww.icetheme.com
---------------------------------------------------------------- */

.icescroller {
	padding:0}
	.icescroller .hide {
		 visibility: hidden;
		 position: absolute;
		 top: -400px;}
	
	.icescroller p {
		float:left;
		margin:4px 0 0;
		text-transform:uppercase;}
		
	li.scrolleritem {
			margin:4px 0 0;
			float:left;
			list-style-type:none;}
				 li.scrolleritem a { padding-right:3px}
			
		
	/* buttons */
	ul.icescroller_buttons{
	float:left;
	margin:7px 5px 0 5px;
	padding:0;
	overflow:hidden;
	position:relative;} 
	ul.icescroller_buttons li {
		list-style-type:none;
		float:left;
		margin:0;}	
		ul.icescroller_buttons li a {
			text-align:center;
			width:15px;
			height:15px;
			margin-right:5px;
			display:block;
			border-bottom:none;}
			ul.icescroller_buttons li a:hover { border-bottom:none}
			
			ul.icescroller_buttons li.prev a{  background:url(../images/icescroller_prev.png) no-repeat top}
			ul.icescroller_buttons li.next a{  background:url(../images/icescroller_next.png) no-repeat top}
			
				ul.icescroller_buttons li.prev a:hover,
				ul.icescroller_buttons li.next a:hover{  background-position: bottom}