/* Gallery css */
#main_wrap ul.arrow_links_gray {
	float:right;
}


#main_wrap ul.arrow_links_gray li a {
	display:block; background:none; padding-right:3px;
}
#main_wrap ul.arrow_links_gray li a div {
	float:left; font-family:interstate, arial, helvetica;
}
#main_wrap ul.arrow_links_gray li a div.arrow {
	float:left; width:13px; height:15px; margin-left:10px;
	/*background: url("/MusaWeb/musa2/images/global/musaLinkArw.gif") no-repeat scroll right 0 transparent;*/

}

.intro_header .left {
	float:left; 
}
.intro_header .right {
	float:right; 
	/*margin-left:400px;*/
	margin-top: 5px;
	width:445px;
}
.es .intro_header .right {
	float:right; 
	/*margin-left:400px;*/
	margin-top: 5px;
	width:600px;
}

#main_wrap div.mouseoverlay {
	display:none;
	position:absolute;right:0; top:0;
	padding-top:20px;
}

#main_wrap div.share_overlay {
	z-index:1000;
	width:200px;
	/*height:96px;*/
	padding-top:9px;
	background: url(/MusaWeb/musa2/images/garage/gallery/bg_share_slideshow.png) #f8fcfe bottom repeat-x;
	position:relative;
	
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.ie7 #main_wrap div.share_overlay {
	width:320px;
}

#main_wrap div.share_overlay  a {
	float:left; display:block;
	width:90px; height:21px; margin:0 0 8px 10px; padding:0!important;
	color:#666; font-size:10px!important; font-weight:normal!important; text-decoration:none;
	text-shadow: 0 0 0;
}

.ie7 #main_wrap div.share_overlay  a {
	width:105px;
}

#main_wrap div.share_overlay  a.facebook {
	background: url(/MusaWeb/musa2/images/garage/gallery/icon_fb.png) no-repeat;
} 

#main_wrap div.share_overlay  a.twitter {
	background: url(/MusaWeb/musa2/images/garage/gallery/icon_twitter.png) no-repeat;
} 

#main_wrap div.share_overlay  a.digg {
	background: url(/MusaWeb/musa2/images/garage/gallery/icon_digg.png) no-repeat;
} 

#main_wrap div.share_overlay  a.flickr {
	background: url(/MusaWeb/musa2/images/garage/gallery/icon_flickr.png) no-repeat;
} 

#main_wrap div.share_overlay  a.delicious {
	background: url(/MusaWeb/musa2/images/garage/gallery/icon_delicious.png) no-repeat;
} 

/*#main_wrap div.share_overlay  a.gplusone {
	background: url(/MusaWeb/musa2/images/garage/gallery/icon_gplusone.png) no-repeat;
}*/

#main_wrap div.share_overlay  a div {
	padding:4px 0 0 29px; 
}
/*
#main_wrap div.share_overlay  a.gplusone {
	padding-top:5px!important;
	background: url("/MusaWeb/musa2/images/videos/youtube/icon_gplusone2.png") no-repeat scroll 0 0 transparent !important;
}

#main_wrap div.share_overlay  a.gplusone div{
	padding:0 0 0 29px;
}*/

#main_wrap div.share_overlay  a.gplusone {
	background: url("/MusaWeb/musa2/images/videos/youtube/icon_gplusone2.png") no-repeat;
	padding:0 0 0 29px;
} 

#main_wrap div.share_overlay  a.gplusone a{
	background: url("/MusaWeb/musa2/images/videos/youtube/icon_gplusone2.png") no-repeat;
	margin: 0;
	padding:0 0 0 29px;
} 

#main_wrap div.share_overlay  a.gplusone a img {
	display:none;
} 

#main_content .intro_header .right li {float:left; margin-left:20px;}
/*.ie6 .intro_header .right,
.ie7 .intro_header .right,
.ie8 .intro_header .right,
.ie9 .intro_header .right
	{margin-left: 500px;}*/


#garage_gallery {
	width: 992px;
}
.gallery_cell {
	width: 496px;
	float:left;
	font-size: 0px;
	overflow:hidden;
}

.ie7 .gallery_cell, .ie8 .gallery_cell{
	margin-bottom:20px;
}

.thumbImg {
	padding: 0px;
	margin: 0px;
	border: none;
}

.thumbHolder {
	background: #000;
	float: left;
	margin: 0 18px 20px 2px;
}

.thumbHolder img {
	-moz-opacity: .70;
	filter: alpha(opacity=70);
	opacity: .70;
}

.largeMask {
	width: 476px;
	height: 228px;
}
.smallMask {
	width: 228px;
	height: 104px;
}

.rowbreak {
	clear: both;
}

.gallery_cell a, .gallery_cell a img {
	float: left;
	overflow: hidden;
}


.gallery_cell a:hover {
	border: 2px solid #1983c5;
}


.gallery_cell a:hover img {
	margin: -2px;
}


/* gallery overlay */

.generic_overlay {
	position:absolute;
	z-index: 100;
	display:none;

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;

	box-shadow: 0 2px 15px 2px #000;
	-moz-box-shadow: 0 2px 15px 2px #000;
	-webkit-box-shadow: 0 2px 15px 2px #000;

	background: #2a2b2c;
}
.generic_overlay .close {
		background: url(/MusaWeb/musa2/images/garage/other/rebrand/downloads/img_popup_close_x.png) 0px 0px no-repeat; 
		position:absolute; 
		left:915px; 
		top:-21px; 
		cursor:
		pointer;
		width:45px;
		height:45px;
		z-index: 10000;
 }
 
 .generic_overlay .close:hover {
		background: url(/MusaWeb/musa2/images/garage/other/rebrand/downloads/img_popup_close_x.png) 0px -45px no-repeat; 
		position:absolute; 
		left:915px; 
		top:-21px; 
		cursor:
		pointer;
		width:45px;
		height:45px;
		z-index: 10000;
 }

.largeview {
	border-radius: 4px 4px 0px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;

	width: 975px;
	height: 430px; /*487px;*/

}

.generic_overlay .next {
	background: url(/MusaWeb/musa2/images/garage/other/rebrand/gallery/rightB.png) 0px 0px no-repeat;
	width: 10px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 192px;
	left: 941px;
}

.generic_overlay .prev {
	background: url(/MusaWeb/musa2/images/garage/other/rebrand/gallery/leftB.png) 0px 0px no-repeat;
	width: 10px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 192px;
	left: 16px;
}
.generic_overlay .next:hover {
	background: url(/MusaWeb/musa2/images/garage/other/rebrand/gallery/rightB.png) 0px -18px no-repeat;
	width: 10px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 192px;
	left: 941px;
}

.generic_overlay .prev:hover {
	background: url(/MusaWeb/musa2/images/garage/other/rebrand/gallery/leftB.png) 0px -18px no-repeat;
	width: 10px;
	height: 18px;
	cursor: pointer;
	position: absolute;
	top: 192px;
	left: 16px;
}
.generic_overlay .info
	{width: 975px; padding-bottom:30px;}
/*.ie7 .generic_overlay .info
	{height:125px;}
*/
.generic_overlay .info .vehInfo
	{float:left; padding: 0px 15px 0 16px;}
.generic_overlay .info .vehInfo .year
	{font-size: 9px; font-weight: bold; line-height:5px; color: #fff; padding-top: 16px; margin-bottom: 2px;}
.generic_overlay .info .vehInfo .model
	{color: #0099CC; font: bold 16px/18px interstate,sans-serif,arial;}

.generic_overlay .info .description
	{float:left; width: 610px; margin: 0px 0px 25px 0px;}
.generic_overlay .info .description P
	{font-size: 10px; color: #fff; line-height:15px; padding-top: 26px;}

.generic_overlay .info .links
	{float:right; margin-right:50px; padding:24px 0px 0 0px;}

#main_wrap .generic_overlay .info .links ul.arrow_links_gray li
	{float: left; position:relative;}


/*Gallery Videos*/
#vidContent{
    width:100%;
    clear:both;
}

.videoThumbLink{
	display:block;
	overflow:hidden;
	padding:0;
	margin:0;
}

.vidThumb{
    width: 229px;
    height:104px;
    float:left;
    margin: 0 0 20px 20px;
    position:relative;
}

.vidThumb .videoThumbLink{
	width:229px;
	height:104px;
}

.vidThumb img{
    width: 229px;
    margin-top: -22px;
    -moz-opacity: .70;
	filter: alpha(opacity=70);
	opacity: .70;
    box-shadow: #000 0em 0em 0em;
}

.vidThumbLarge{
    width: 477px;
    height:228px;
    overflow:hidden;
    float:left;
    margin: 0 0 20px 20px;
    position:relative;
}

.vidThumbLarge .videoThumbLink{
	width:477px;
	height:228px;
}

.vidThumbLarge img{
    width: 477px;
    margin-top: -48px;
    -moz-opacity: .70;
	filter: alpha(opacity=70);
	opacity: .70;
    box-shadow: #000 0em 0em 0em;
}


.first{
    margin-left:0;
}

.playButton{
    background: url("/MusaWeb/musa2/images/garage/other/rebrand/gallery/btn_play_video.png") no-repeat scroll 50% 50% transparent;
    height:100%;
    width:100%;
    position:absolute;
    z-index: 1000;
    top:0;
    left:0;
    cursor: pointer;
    padding:0;
    margin:0;
    opacity: 0.7;
}

.vidThumb .playButton{
	width: 229px
	height:104px;
}



#video_container{
    width:975px;
    height:486px;
    background:#000;
    z-index: 1000;
    visibility: visible;
}
