#demo-scroller {
	width: 803px;
	height: 120px;
	background: url(../images/home/scroller.gif) no-repeat;

}

.demo-bar {
	
}
 
#demo-bar ul {
	list-style: none;
	font: 14px Arial;
	color: #666;
	line-height: 50px;
	margin-top: 52px;
	margin-left: 20px;
	padding: 0px;
}


 
#demo-wrapper {

	overflow: hidden; 
	height:100px; 
	width: 800px;
	position: relative;
	float: left;
}
 
#demo-inner {
	width: 1140px;
	height: 100px;
	position: relative;

}
 
.scrolling-content {
	width: 398px;
	height: 100px;
	position: absolute;
}
 

 
#content1 {
	left: 0px; 
	top: 0px;
}
 
#content2 {
	left: 785px; 
	top: 0px;
}
 

.floatLeft{
float:left;
}


.floatRight{
float:right;
}

.demo-bar-left{
background: url(../images/home/leftscrollerbg.gif) no-repeat;
width:33px;
height:130px;
}

.demo-bar-right{
background: url(../images/home/rightscrollerbg.gif) no-repeat;
width:33px;
height:130px;
}


a#link1 {
	background: url(../images/buttons/leftScroller.gif) no-repeat;
	float: left;
	margin:50px 0px 0px 4px;
}

* html a#link1 {
	margin-left: 3px;
}

a#link2 {
	background: url(../images/buttons/rightScroller.gif) no-repeat;
	float: right;
	margin:50px 4px 0px 0px;
}

* html a#link2 {
	margin-right: 0px;
}

.scrollerButton {
	width: 18px;
	height: 18px;
	display: block;
	margin-top: 30px;
}

.scrollerListContainer a {
	border: 1px solid #ccc;
	padding: 3px;
	display: block;
	height: 77px;
margin:15px 3px 0px 3px;
	}
	
	.scrollerListContainer2 a{
		border: 1px solid #ccc;
	padding: 3px;
	display: block;
	height: 77px;
margin:13px 3px 0px 3px;
	}
	
	.scrollerListContainer{
	padding:0px 0px 0px 5px;
	}
	
.scrollerListContainer a:hover, .scrollerListContainer2 a:hover {
	padding: 0;
	border: 4px solid #009DDC;
}

.portfolioScroller{
margin:19px 0px 19px 10px;
}
