#wrapper2 {
    width: 890px;
	height:140px;
      
}


#slider {
	width: 890px;
	height:140px;
	position: relative;
	
}

.scroll {
	overflow: hidden;
	width: 890px;
	height:140px;
    
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 0 10px 0px 0px;
    width: 174px;
	height: 140px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../images/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	
}

.inside img {
	display: block;
	
	margin: 0 0 10px 0;
	width: 150px;

}

.inside h2 {
	font-weight: normal;
	color: #f96125;
	font-size: 18px;
	margin: 0 0 8px 0;
	text-align:center;
	font-family: 'Titillium Web', sans-serif;
}

.inside p {
	font-size: 11px;
	color: #808080;
	text-align:center;
	font-family: 'Titillium Web', sans-serif;
}


.scrollButtons {
    position: absolute;
    top: 45px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -45px;
}

.scrollButtons.right {
    right: -45px;
}

.hide {
    display: none;
}
