#scrollBar {
	margin: 0 0 0 60px;
}
#scrollLeft,
#scrollRight {
	margin-right: 20px;
	cursor: pointer;
} 
#divContainer{
	position: relative;
	height: 100px;
width: 480px;
	overflow: hidden;
	clip: rect(0 528px 141px 0);
}
#divContent{
	position: absolute;
overflow: hidden;
}


#divContent td {
margin-top: 10px;	
padding: 0 10px;
/*	width: 150px!important;
	height: 130px;  
*/	text-align: center;
	vertical-align: middle;
}

#divContent a{
border: 0 none;
}

#maxTitle {
text-align: left;
}

#maxPrice {
text-align: left;
}

#maxSize {
text-align: center;
}


.leftarrow{
position: absolute;
width: 50px;
left: 50px;
top: 363px;
height: 40px;

}

.rightarrow{
position: absolute;
right: 20px;
top: 363px;
height: 40px;
width: 70px;
}
.submit{
position: absolute;
right: 425px;
top: 250px;

}

.noborder{
border: 0px;
}

.inputprice{
border: 0px;
width: 20px;

}


