#mainContainer{
	border: none;
}

.product_label{
	position: relative;
	z-index:2;
	width:243px;
	height:20px;
	margin-top: 130px;
	font-size: 12px;
	border: none;
	font-weight: bold;
}

li, ul {
left: 0;
top: 0;
border: 0;
padding: 0;
}

#content {
	height: 200px;
	padding-left: 2px;
	border: 1px #333 solid;
	background-color: #FFF;
}

#productbrowser {
	/* Typical fixed height and fixed width example */
	width: 755px;
	height: 196px;
	overflow: auto;
	/* IE overflow fix, position must be relative or absolute*/
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding:0;/* 	top: -25px; */

}

.fixedwidth {
	/* a wide div is used for creating horizontal scrollbars for demonstration purposes */
	width: 3700px;
	position: relative;
	top: 10px;
	
}

ul li{
	text-align: center;
}

#absolute_container{
	position: absolute;
	left: 0;
}
.product_image{
	position: relative;
	width:243px;
	height:133px;
	z-index:1;
	float: left;
	padding-bottom: 10px;
	margin-right: 20px;
}

#auris {
	background: url(../product_images/pb_auris.jpg) bottom center no-repeat;
	cursor: pointer;
}
#prius {
	background: url(../product_images/pb_prius.jpg) bottom center no-repeat;
	cursor: pointer;
}
#iq {
	background: url(../product_images/pb_iq.jpg) bottom center no-repeat;
	cursor: pointer;
}
#yaris {
	background: url(../product_images/pb_yaris.jpg) bottom center no-repeat;
	cursor: pointer;
}

#aygo {
	background: url(../product_images/pb_aygo.jpg) bottom center no-repeat;
	cursor: pointer;
}

#verso {
	background: url(../product_images/pb_verso.jpg) bottom center no-repeat;
	cursor: pointer;
}

#urbancruiser {
	background: url(../product_images/pb_urbancruiser.jpg) bottom center no-repeat;
	cursor: pointer;
}

#rav4 {
	background: url(../product_images/pb_rav4.jpg) bottom center no-repeat;
	cursor: pointer;
}

#LandCruiser {
	background: url(../product_images/pb_landcruiser150.jpg) bottom center no-repeat;
	cursor: pointer;
}

#LandCruiserV8 {
	background: url(../product_images/pb_landcruiserv8.jpg) bottom center no-repeat;
	cursor: pointer;
}

#Hilux {
	background: url(../product_images/pb_hilux.jpg) bottom center no-repeat;
	cursor: pointer;
}

#Hiace {
	background: url(../product_images/pb_hiace.jpg) bottom center no-repeat;
	cursor: pointer;
}

#Dyna {
	background: url(../product_images/pb_dyna.jpg) bottom center no-repeat;
	cursor: pointer;
}

#avensis {
	background: url(../product_images/pb_avensis.jpg) bottom center no-repeat;
	cursor: pointer;
}
