

#wrapper1 {
   height:180px;
    margin: 25px auto;
    padding-left:30px;
}

#intro {
    padding-bottom: 10px;
}

#slider1 {

   height:135px;
   width:800px;
   position:relative;
   vertical-align:top;
   padding-left:50px;
   margin-top:50px;
   top: -10px;
   left:50px;
}

.scroll {
	overflow: hidden;
	height:143px;
	 width:800px;
     margin-left:30px;
    position: relative;
     vertical-align:bottom;
     
  
}

.scrollContainer {
	position: relative;
    top: -20px;
    left: 42px;
    width: 595px;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 150px;
	/*height: 318px;*/
}

#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;
	/*border: 1px solid #999;*/
}

.inside img {
	display: block;
	/*border: 1px solid #666;*/
	margin: 0 0 10px 0;
	width: 150px;
}

.inside h2 {
	font-weight: normal;
	color: #111;
	font-size: 16px;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 11px;
	color: #ccc;
}
/*a {
	color: #214772;
	 font-weight:bold;
	border-bottom: 1px dotted #ccc;
}

a:hover {
 color:#952E41;
  font-weight:bold;
	border-bottom: 1px solid #999;
}*/

.scrollButtons {
    position: absolute;
    top: 10px;
    cursor: pointer;
}

.scrollButtons.left {
    left: -49px;
   /* width:46px; height:121px; float:left; background-color:#993300; margin-left:10px*/
}

.scrollButtons.right {
    right: -25px;
    /*width:46px; height:121px; float:left; background-color:#993300; margin-left:10px*/
    width: 36px;
}

.hide {
    display: none;
}