#slider {
  margin: 0 auto;
  position: relative;
  margin-bottom: 30px;
  background-color: #f29f05;
  height: 229px;
  overflow: hidden;
}
	#slider .scroll {
	  height: 230px;
	  overflow: hidden;
	  position: relative; /* fix for IE to respect overflow */
	  float: left;
	  background: url(../img/scroll_bg.gif) repeat-y top right #f29f05;
	}
		#slider .scrollContainer div.panel {
			/*width: 411px;*/
			width: 546px;
			height: 190px;
			padding: 20px 20px 20px 40px;

		}
	
		#slider .panel h2 {
			padding-bottom: 10px;
		}
		#slider .panel h2 a {
			text-decoration: none;
			font-size: 18px;
			font-weight: bold;
			color: #ff7a01;
		}
		#slider .panel h2 a:hover {
			text-decoration: none;
		}
		#slider .panel {
			font-size: 12px;
			font-weight: normal;
			color: #614002;
			padding-bottom: 10px;
		}
	
		#slider .panel img {
			float: left;
			margin: 0px 10px 10px 0px;
		}	
	#slider .navigation{
		float:right;
		background-color:#ffffff;
		padding: 0px;
		margin: 0px;
	}
		#slider .navigation li{
			list-style-type:none;
		}
		#slider .navigation a,
		#slider .navigation a:hover{
			display:block;
			text-decoration:none;
			outline:0;
		}
	
a.s1-top-button_active, a.s1-middle-button_active, a.s1-bottom-button_active
{
	background-color: #dfdfdf; /*#ff7a01*/
	width: 25px;
	height: 25px;
	margin-bottom: 2px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ff7a01;
}
.s1-top-button, .s1-middle-button, .s1-bottom-button
{
	background: url(../img/homepage_tabs.gif) no-repeat;
	width: 25px;
	height: 25px;
	margin-bottom: 2px;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #61a61c;
}

.item_outer {
	width: 210px; 
	height: 190px; 
	float: left; 
}

.item_inner {
/*	background: url(../img/frame.png) no-repeat;*/ 
	width: 250px; 
	height: 190px;
}

.item_price {
	background: url(../img/price_bg.png) no-repeat; 
	width: 122px; 
	height: 65px; 
	float: right; 
	padding-top: 20px; 
	font-size: 18px; 
	font-weight: bold; 
	text-align: center;
}
