.ircontainer {
	overflow: hidden;
	font-size: 14px;
	font-face: Arial, century gothic, sans-serif;
	color: white;
	width: 975px;
	height: 372px;
	margin: 0 auto;
}
#irmain {
	background: #ffffff;
}
a.irlink {color: #fff;
}

.main_image {
	width: 975px;
	height: 325px;
	float: left;
	background: #333;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
}
.main_image h2 {
	font-size: 1em;
	font-weight: normal;
	margin: 0 0 5px;
	padding: 10px;
}


.main_image p {
	font-size: 1.2em;
	line-height: 1em;
	padding: 5px;
	margin: 0;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
	font-size: 2em;
	padding: 0 0 0 0px;

}
.main_image .block small {margin-left: 10px;
}
.main_image .desc{
	position: absolute;
	bottom: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
	width: 100%;
	background: #000000;
	border-top: 1px solid #606060;
}
.main_image a.collapse { /*--This is our hide/show tab--*/
	background: url(http://www.southmotors.com/imageroller/closeimg.jpg) no-repeat left top;
	height: 1px;
	width: 1px;
	text-indent: -99999px;
	position: absolute;
	top: -20px;
	right: 20px;
}

.main_image a.show {background-position: left bottom;
}

.image_thumbsbmw {
	float: left;
	width: 975px;
	background: #ffffff;
	border-right: 1px solid #fff;
	border-top: 1px solid #ccc;
}
.image_thumbsbmw img {
	border: 1px solid #ccc;
	background: #fff;
	float: left;
}
.image_thumbsbmw ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
.image_thumbsbmw ul li{
	margin: 0;
	padding: 1px 1px;
	background: #007cc2;
	font-size: 18px;
	font-face: Arial, century gothic, sans-serif;   /*--Size of category fonts--*/
	width: 94px; /*--This is the width of the category boxes with dealer brands--*/
	height: 35px;
	float: left;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	display: inline;

}
.image_thumbsbmw ul li.hover { /*--Hover State--*/
	background: #f0f0f0;
	cursor: pointer;
	color:black;
	height: 35px;
}
.image_thumbsbmw ul li.active { /*--Active State--*/
	color:black;
	background: #fff;
	cursor: default;
}
html .image_thumbsbmw ul li h2 {
	font-size: 12px;
	padding: 0;
}
.image_thumbsbmw ul li .block {
	float: left;
	margin-left: 5px;
	padding: 0;
	width: 94px;
}
.largewhitelink a {
	font-size: 20px;
	color: #ffffff;
}

.image_thumbsbmw ul li p{display: none;}/*--Hide the description on the list items--*/
.image_thumbsbmw ul li table{display: none;}/*--Hide the description on the list items--*/
