﻿div.bike_showcase
{
	background-color: orange;/*#d5d5d5;*/
	padding: 2px 2px 2px 2px;
	/*display: block;*/
	
	font-weight: bold;
	
	float: right;

	margin: 2px 2px 2px 4px;
}

div.bike_showcase h2
{
	margin: 0;
	padding: 3px;
	color: White;
	/* This is an IE6 bug, requiring a position statement to prevent force rendering changes with display: inline; usage.
	display: inline;*/
	position: relative;
}

div.bike_showcase h4
{
	color: black;
	margin: 0;
	padding: 3px;
	/* This is an IE6 bug, requiring a position statement to prevent force rendering changes with display: inline; usage.
	display: inline;*/
	position: relative;
}

div.bike_showcase #myGallerySet div.slideInfoZone h2
{
	color: Orange;
	margin-bottom: 0;
}

div.bike_showcase #myGallerySet
{
	border: 2px solid orange;
	height: 345px;
	width: 460px;
	z-index: 5;
}
