/* @override http://aa:8888/css/garage.css */

#page{
	padding: 0 17px;
}

#garage{
	background: URL(/images/layout_images/garage_bg.jpg);
	height: 478px;
	width: 933px;
	position: relative;
}

#garage_items_wrapper{
	position: absolute;
	top: 74px;
	left: 112px;
	width: 704px;
	height: 359px;
	overflow: hidden;
}

#garage_items{
	width: 1000000px;
}

#garage_items img{
	float: left;
	display: block;
	position: relative;
	z-index: 1;
	height: 260px;
	margin: 20px 25px 0;
	zoom: 1;
}
#garage_item_main{
	zoom: 1;
}
#garage_overlay{
	z-index: 3;
	background: URL(/images/layout_images/garage_overlay.png) no-repeat left top;
	height: 368px;
	width: 775px;
	position: absolute;
	left: 76px;
	top: 50px;
}
#highlighted{
	position: absolute;
	left: 177px;
	top: 0;
	height: 300px;
	width: 300px;
	z-index: 4;
	display: none;
	
}
#highlight_copy{
	background: URL(/images/layout_images/garage_info_panel.gif) no-repeat left top;
	width: 312px;
	height: 16px;
	display: block;
	color: #FFF;
	font-size: 1.2em;
	padding: 20px;
}
#garage_prev{
	background: URL(/images/layout_images/garage_previous.gif) no-repeat left top;
	height: 359px;
	width: 212px;
	display: block;
	text-indent: -5000px;
	position: absolute;
	left: 77px;
	top: 30px;
	z-index: 6;
}
#garage_next{
	background: URL(/images/layout_images/garage_next.gif) no-repeat left top;
	height: 359px;
	width: 209px;
	display: block;
	text-indent: -5000px;
	position: absolute;
	right: 82px;
	top: 30px;
	z-index: 6;
}
#info_link{
	position: absolute;
	bottom: -60px;
	right: -52px;
	width: 50px;
	height: 55px;
	display: block;
	text-indent: -5000px;
	z-index: 6;
}

#sb-body-inner {
	padding: 10px;	
}
#sb-body-inner p{
	font-size: 1.2em;
	line-height: 1.5em;
	color: #FFF;
}


#sb-container h1{
	font-size: 1.8em;	
	color: #FFF;
}

#sb-content img {
	float: left;
	margin: 0 20px 20px 0;
	display: inline;
}


