#expbox{
Position:relative;
top:215px;
left:140px;
z-index:999;
width:900px;
}

#leftcap{
	background-image:url('images/leftcap.png');
	width:25px;
	height:125px;
}

#rightcap{
	background-image:url('images/rightcap.png');
	width:25px;
	height:125px;
	position:relative;

}

#rightcap2{
	background-image:url('images/rightcap.png');
	width:25px;
	height:125px;
	position:relative;
	left:-20px;
	float:left;
}

#box{
width:725px;
height:102px;
overflow:hidden;
background-image:url('images/middle.png');
padding:12px;
position:relative;
left:-20px;
}

#boxelse{
height:92px;
background-image:url('images/middle.png');
padding:12px;
color:#333333;
padding-top:20px;
}

#leftcap, #rightcap, #box,#boxelse{
float:left;	
}

#clear{
clear:both;	
}

#innerbox{

width:10000px;
display:linear;
position:relative;
left:0px;
}

#innerbox img{

height:100px;
width:100px;

}

#top_bar{
	background-image:url('images/car-top.png');
	height:70px;
	background-repeat:no-repeat;
	width:110px;
	margin-left:310px;
	position:relative;
	top:-120px;
	padding-top:5px;
}