/*----------------------------------------
 * Wheel Gallery
 --------------------------------------- */

div.ms-wheelGalleryVehicleStage {
	height:230px;
}

div.ms-wheelGalleryVehicleStage div {
	display:none;
}

div.ms-wheelGalleryVehicleStage div.imageVisible {
	display:block;
}

div.ms-wheelGalleryVehicleStageContainer {
	display:none;
}

div.ms-wheelGalleryVehicleStageContainer.stageVisible {
	display:block;
	height:230px;
	width:715px;
}

div.ms-wheelGalleryVehicleStage div.wheelOverview.cursor {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in; 
}

div.ms-wheelGalleryVehicleStage div.wheelDetail {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out; 
}
 
div.ms-wheelGalleryInterface {
	height:31px;
	text-align:right;
}

div.ms-wheelGallerySwitch {
	display:inline-block;
	position: relative;
	top:0px;
	right:26px;
}

div.ms-wheelGallerySwitch input {
	display:none;
}

div.ms-wheelGallerySwitch label, div.ms-wheelGallerySwitch label span {
	background: url("stageSwitchSprite.png")/*tpa=http://mercindo-autorama.com/css/css_ng/stageSwitchSprite.png*/ no-repeat;
	float:left;
}

div.ms-wheelGallerySwitch label span {
	line-height: 22px;
	display: block;
	padding-bottom: 2px;
	color:#003366;
}

div.ms-wheelGallerySwitch label.selected span {
	color:#00ADEF;
}

div.ms-wheelGallerySwitch label#rb-overview {
	background-position: left -144px;
	padding-left:5px;
}

div.ms-wheelGallerySwitch label#rb-overview span {
	background-position: right -96px;
	padding:0 8px 2px 3px;
}

div.ms-wheelGallerySwitch label#rb-overview.selected {
	background-position: left -168px;
}

div.ms-wheelGallerySwitch label#rb-overview.selected span {
	background-position: right -120px;
}

div.ms-wheelGallerySwitch label#rb-detail {
	background-position: right -48px;
	padding-right:5px;
}

div.ms-wheelGallerySwitch label#rb-detail span {
	background-position: left 0px;
	padding:0 8px 2px 8px;
}

div.ms-wheelGallerySwitch label#rb-detail.selected {
	background-position: right -72px;
}

div.ms-wheelGallerySwitch label#rb-detail.selected span {
	background-position: left -24px;
}

/* * * * * * * * * * * * 
 * Wheel Selection 
 * * * * * * * * * * * */

div.ms-wheelGalleryThumbnailStage {
	height:90px;
	padding-top:8px;
	background-image:url(../css_ngrb/galleryStageBg.png)/*tpa=http://mercindo-autorama.com/css/css_ngrb/galleryStageBg.png*/;
	background-repeat: repeat-x !important;
	background-color:#DBDCD8;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
	clear:both;
	overflow:hidden;
}

div#ms-wheelGalleryButtonLeft {
	float:left;
	width:18px;
	padding:18px 6px 26px 28px;
}

div#ms-wheelGalleryButtonLeft div {
	width:18px;
	height:45px;
	background:url(bg_wheelScroll.jpg)/*tpa=http://mercindo-autorama.com/css/css_ng/bg_wheelScroll.jpg*/ left top;
	cursor:pointer;
}

div#ms-wheelGalleryButtonLeft div:hover {
	background-position:left center;
}

div#ms-wheelGalleryButtonLeft div.inactive {
	width:18px;
	height:45px;
	background:url(bg_wheelScroll.jpg)/*tpa=http://mercindo-autorama.com/css/css_ng/bg_wheelScroll.jpg*/ left bottom;
	cursor:default;
}

div#ms-wheelGalleryButtonRight div {
	width:18px;
	height:45px;
	background:url(bg_wheelScroll.jpg)/*tpa=http://mercindo-autorama.com/css/css_ng/bg_wheelScroll.jpg*/ right top;
	cursor:pointer;
}

div#ms-wheelGalleryButtonRight div:hover {
	background-position:right center;
}

div#ms-wheelGalleryButtonRight div.inactive {
	width:18px;
	height:45px;
	background:url(bg_wheelScroll.jpg)/*tpa=http://mercindo-autorama.com/css/css_ng/bg_wheelScroll.jpg*/ right bottom;
	cursor:default;
}

div#ms-wheelGalleryButtonRight {
	float:right;
	width:18px;
	padding:18px 29px 26px 6px;
}

div.ms-wheelGalleryThumbnailWrapper {
	width:610px;
	height:90px;
	overflow:hidden;
	float:left;
}

div.ms-wheelGalleryThumbnailWrapper ul {
	text-align:center;
	position:relative;
	left:0px;
	vertical-align:top;
	white-space:nowrap;
}

div.ms-wheelGalleryThumbnailWrapper li {
	display:inline-block;
	margin:-15px -7px 0px 0px;
	cursor:pointer;
	padding: 16px 8px;
	vertical-align:top;
}

div.ms-wheelGalleryGradient {
	position:relative;
	top:-55px;
	left:5px;
	z-index:0;
	width:610px;
	height:25px;
	background: url(../css_ngrb/galleryStageGradient.png)/*tpa=http://mercindo-autorama.com/css/css_ngrb/galleryStageGradient.png*/ repeat-x left bottom;
	background-repeat:repeat-x !important;
	clear:both;
}
			
li.ms-alloywheel, 
li.ms-alloywheel img{
	width: 48px;
	height: 72px;
	margin-top:16px;
}

li.ms-alloywheel-hover,
li.ms-alloywheel-hover img {
	width: 64px !important;
	height: 96px !important;
}
			
li.ms-alloywheel-active,
li.ms-alloywheel-active img {
	width: 80px !important;
	height: 120px !important;
	margin-top:0px;
}
			
li.ms-alloywheel-hover {
	padding: 8px 0px !important;
}

li.ms-alloywheel-active {
	padding: 0px 8px !important;
	margin-top:0px !important;
}

div.ms-wheelGalleryCaptions {
	margin: 15px 0 7px;
}

div.ms-wheelCaption {
	display:none;
}

div.ms-wheelGalleryCaptions div.captionVisible {
	display:block;
}

div.ms-wheelGalleryCaptionLeft {
	width:320px;
	margin-right:40px;
	float:left;
	margin-bottom:6px;
}

div.ms-wheelGalleryCaptionRight {
	width: 355px;
	float: left;
	margin-bottom:6px;
}

div.ms-wheelFootnote {
	color:#999999;
	margin:0 0 33px;
}

#ms-f-right-2 div.ms-component h1.ms-hl3  {
	overflow: hidden;
}

#ms-f-right-2 div.ms-component h1.ms-hl3 img {
	float: left;
	clear: left;
}
