

#wrapper {
    width: 700px;
	height:430px;
    margin: 0 auto;
	background-image:url(images/servicesbg.jpg);
	background-repeat:no-repeat;
		overflow: hidden;

}

#intro {
    padding-bottom: 10px;
}

h5 {
    margin: 0;
    padding: 0;
	font-size:17px;
}

h6 {
    margin: 0;
    padding: 0;
	font-size:12px;

}

#slider {
    width: 700px;
    margin: 0 auto;
    position: relative;
}

.scroll {
    width: 700px;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
    clear: left;
}

.scrollContainer div.panel {
    padding: 30px 20px 40px 20px;
    width: 680px;
	font-size:14px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#000;
	line-height:16px;

}

#shade {
    background: #EDEDEC url(images/shade.jpg) no-repeat 0 0;
    height: 50px;
}

ul.navigation {
    list-style: none;
    margin: 0;
    padding: 0;
    padding-bottom: 9px;
}

ul.navigation li {
    display: inline;
    margin-right: 10px;
}

ul.navigation a {
    padding: 10px;
    color: #000;
    text-decoration: none;
}

ul.navigation a:hover {
    background-color: #f6f6f6;
}

ul.navigation a.selected {
    background-color: #000;
}

ul.navigation a:focus {
    outline: none;
}

.scrollButtons {
    position: absolute;
    top: 360px;
    cursor: pointer;
	height:30px;
}

.scrollButtons.left, backtobegining {
    left: 20px;
}

.scrollButtons.right {
	 left: 20px;
	 
}

.hide {
    display: none;
}

.clear {
	clear:both;
}

.scrollButtons.right, .scrollButtons.right a, .scrollButtons.right a:link, .scrollButtons.right a:visited, .scrollButtons.right a:hover {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.backtobegining a, .backtobegining a:link, .backtobegining a:hover, .backtobegining a:visited  {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

.imgb { 
	border:1px solid #fff;
	margin:10px;
}


