@charset "UTF-8";
/* CSS Document */

#scrollBar {
	margin: 0 0 0 60px;
}
#scrollLeft,
#scrollRight {
	padding-right: 20px;
	cursor: pointer;
} 
#divContainer{
margin-top: 5px;
margin-left: 0px;
padding: 0px;
position: absolute;
left: 70px;


	height: 98px;
width: 530px;
	overflow: hidden;
	clip: rect(0 528px 141px 5px);
background-color: #8B0000;
border-top: 2px solid #006600;
border-bottom: 2px solid #006600;
vertical-align: middle;
}
#divContent{
	position: absolute;
	
overflow: hidden;
}


#divContent td {
/*margin-top: 10px !important;	*/
padding: 0 20px 0 0px;
/*	width: 150px!important;
	height: 130px;  
*/	text-align: center;
	vertical-align: middle;
}

#divContent table{
margin-top: 10px;
vertical-align: middle;
}

#divContent a{
border: 0 none;
}

#maxTitle {
text-align: left;
}

#maxPrice {
text-align: left;
}

#maxSize {
text-align: center;
}

.arrows{
/*position: absolute;
top: 400px;
*/width: 656px;
height: 98px;
padding-left: 10px;
padding-right: 10px;
}
.leftarrow{
width: 20px;
height: 98px;
position: absolute;
left: 55px;
top: 6px;

}

.rightarrow{
height: 98px;
width: 20px;

position: absolute;

left: 598px;
top: 6px;
}

#noborder{
border-left: none;
border-right: none;
border-top: none;
border-bottom: 1px solid #000;
}

.maxImagecolor{
background-color: #660000;
border: 1px solid #000;

}

.bottom{
	position: relative;
	height: 100px;
	margin-bottom: 5px;
}