@charset "utf-8";
/* CSS Document */
body{
	margin:0; padding:0;
	font:normal 11px Verdana, Arial, Helvetica, sans-serif;
}
#tabs{
	position:relative;
	margin:8px 0 0 0;
}
div.product-tabs div.tab-name{
	position:absolute;
	top: 0;
	border:1px solid #bbb;
	text-align:center;
	height:24px;
	font:normal 12px Verdana, Geneva, sans-serif;
	line-height:24px;
	cursor:default;
	background-image:url(header-menu-bg-selected.png);
	background-position:left 12px;
	background-repeat: repeat-x;
}
div.tabs-no-js div.tab-name{
	clear: both;
	border: 1px solid #bbb;
	border-bottom: none;
	padding: 4px 8px;
	margin-bottom: 0;
	width: 736px;
	color: #14830c;
	font: bold 16px/18px Verdana, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
div.product-tabs div.tab-enabled div.tab-name{
	cursor:pointer;
}
div.product-tabs div.tab-disabled div.tab-name{
	color:#999;
}
div.product-tabs div.tab-active div.tab-name{
	cursor:pointer;
	border-bottom-color:#fff;
	background:none;
	color:#090;
}
div.product-tabs div.tab-enabled div.tab-name-hover{
	background-position:left 16px;
	color:#060;
}
div.tab-content{
	border:1px solid #bbb;
	border-top:none;
	padding:35px 8px 8px 8px;
	margin:25px 0 8px 0;
	width:736px;
}
div.tabs-no-js div.tab-content{
	margin-top: 0;
	padding-top: 0;
}
div.product-tabs div.tab-enabled div.tab-content, div.product-tabs div.tab-disabled div.tab-content, div.tabs-no-js div.tab-disabled{
	display:none;
}
img{
	border:none;
}
h1{
	color:#14830c;
	font-size:18px;
	line-height:20px;
	margin:4px 0 5px -1px;
}
h2{
	font-size:18px;
	color: #666;
	display:inline;
}
p{
	text-align:justify;
}
a{
	color:#14830c;
}
ul{
	list-style:square;
}
.clear-float{
	clear:both;
	height:0;
	width:0;
	margin:0;
	padding:0;
}
*html #footer-brands div.clear-float{
	display: none;
}
#header-service-links{
	width:952px;
	margin:0 auto;
	border-bottom:1px solid #090;
	padding:3px 0 3px 8px;
	font-size:16px;
	color:#666;
}
#header-service-links a{
	float:left;
	margin:7px 50px 0 0;
	color:#666;
	text-decoration:none;
}
#header-service-links a:hover{
	color:#090;
	text-decoration:underline;
}
#header-service-links a#header-cart{
	float:right;
	background: url(header-cart.png) no-repeat;
	width:122px;
	height:28px;
	margin:3px 0 0 0;
}
#header-social-links {
	margin:0 0 0 480px;
	padding:0 0 0 0;
}
#header-social-links a {
	margin:0 3px 0 0;
	padding:0 0 0 0;
}

#header-main{
	width:960px;
	margin:0 auto;
	padding:0;
}
#header-logo{
	float:left;
	background: url(header-logo.png) no-repeat;
	width:294px;
	height:56px;
	margin:18px 20px 8px 8px;
}
#header-headline{
	float:left;
	height:65px;
	width:410px;
	text-align:center;
	padding:17px 0 0 0;
}
#header-phone{
	float:right;
	clear:right;
	font:normal 26px Verdana, Arial, Helvetica, sans-serif;
	color:#666;
	padding:8px 0 0 0;
}
#header-cart:hover,#header-search-submit:hover,#product-order-submit:hover,#newsletter-signup:hover{
	opacity:0.8;
	filter: alpha(opacity = 80);
}
#header-search-block{
	float:right;
	height:24px;
	width:220px;
	margin:0;
	padding:8px 0;
}
#header-search-block fieldset{
	height:24px;
	width:220px;
	padding:0;
	margin:0;
	border:none;
}
#product-order-form fieldset{
	clear: both;
	padding:0;
	margin:0;
	border:none;
}
#newsletter-signup{
	border:none;
	background: url(newsletter-signup.gif) no-repeat;
	width:68px;
	height:24px;
	cursor:pointer;
}
#header-search-submit{
	float:right;
	margin:0;
	border:none;
	background: url(header-search-button.png) no-repeat;
	width:68px;
	height:24px;
	cursor:pointer;
}
#header-search-input{
	float:right;
	height:16px;
	width:130px;
	padding:3px 5px;
	margin:0 3px 0 0;
	border:1px solid #bbb;
	background-color:#fff;
	color:#333;
}
#header-search-block:hover #header-search-input,#header-search-input:focus{
	color:#000;
}
#header-menu{
	width:960px;
	margin:0 auto;
	padding:0;
	height:25px;
	list-style:none;
	position: relative;
	z-index: 8000;
}
#header-menu li{
	list-style:none;
	height:24px;
	border-left:1px solid #777;
	border-top:1px solid #777;
	border-right:1px solid #444;
	float:left;
	position:relative;
	z-index: 2000;
}
#header-menu li a,#header-menu li span{
	text-decoration:none;
	display:block;
	padding:0 45px;
	height:24px;
	line-height:22px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	background: url(header-menu-bg.png);
	filter: alpha(opacity = 100);
}
#header-menu li:hover a{
	opacity:0.9;
	filter: alpha(opacity = 90);
}
#header-menu li#header-menu-selected-item a{
	color:#0c8104;
	line-height:24px;
	background: url(header-menu-bg-selected.png);
}
#header-menu li#header-menu-selected-item:hover a{
	opacity:0.7;
	filter: alpha(opacity = 70);
}
#header-menu li.header-menu-li ul{
	position:absolute;
	display:none;
	background-color:#fff;
	left:-1px;
	margin:0;
	padding:6px 0 0 0;
	border:1px solid #bbb;
	border-top:none;
	z-index:200000;
	width: 100%;
}
*html #header-menu li ul{
	width: auto;
}
#header-menu li.header-menu-hover ul{
	display:block;
}
#header-menu li ul li{
	border:none;
	width:100%;
	text-align:left;
	height:20px;
	position: relative;
	z-index: 200001;
}
#header-menu li ul li a,#header-menu li#header-menu-selected-item ul li a,#header-menu li ul li span,#header-menu li#header-menu-selected-item ul li span,#header-menu li:hover ul li a,#header-menu li#header-menu-selected-item:hover ul li a,#header-menu li:hover ul li span,#header-menu li#header-menu-selected-item:hover ul li span{
	font:normal 12px Arial, Helvetica, sans-serif;
	line-height:20px;
	height:20px;
	padding:0 0 0 18px;
	background:#fff;
	color:#666666;
	font-weight:normal;
	opacity:1;
	filter: alpha(opacity = 100);
}
#header-menu li ul li.header-menu-major-section a,#header-menu li#header-menu-selected-item ul li.header-menu-major-section a,#header-menu li ul li.header-menu-major-section span,#header-menu li#header-menu-selected-item ul li.header-menu-major-section span{
	font-weight:bold;
	padding-left:8px;
}
#header-menu li ul li a:hover,#header-menu li#header-menu-selected-item ul li a:hover{
	background-color:#eee;
	color:#0c8104;
}
#header-menu li ul li.header-menu-drop-divider{
	height:1px;
	margin-bottom:6px;
	border-top: solid 1px #ccc;
}
*html #header-menu li ul li.header-menu-drop-divider{
	margin-bottom: 0;
}
#header-menu li ul li.double-high, #header-menu li ul li.double-high a{
	height: 40px;
}
#page-main{
	width:960px;
	margin:12px auto;
	padding:0;
}
#left-menu{
	width:190px;
	float:left;
	padding:0;
	margin:0;
	list-style:none;
}
#left-menu li{
	width:188px;
	border:1px solid #000;
	padding:0;
	margin:0 0 8px 0;
	background-color:#999;
	position: relative;
	z-index: 2;
}
#left-menu li.left-menu-green-line{
	border: none;
	background: none;
	border-top: solid 1px #14830c;
}
*+html #left-menu li.left-menu-green-line{
	margin: 0;
}
*html #left-menu li.left-menu-green-line{
	margin: 0;
}
#left-menu li a{
	display:block;
	position:relative;
	text-decoration:none;
	color:#333;
	font-size:13px;
}
#left-menu li a:hover{
	opacity:.8;
	filter: alpha(opacity = 80);
	color:#090;
}
#left-menu li a span{
	position:absolute;
	top:4px;
	right:8px;
	z-index:100000;
}
#left-menu li a img{
	display:block;
}
#page-content{
	width:754px;
	float:right;
	margin-bottom: 6px;
}
#footer-brands{
	width:958px;
	border:1px solid #000;
	margin:0 auto;
	padding:0;
}
#footer-brands a{
	float:left;
	margin:0;
	padding:0;
	background-color:#fff;
}
#footer-brands a img{
	display:block;
	margin:0;
	padding:0;
	border-top:10px solid #fff;
	border-bottom:8px solid #fff;
	border-left:6px solid #fff;
	border-right:5px solid #fff;
}
#footer-brands a:hover{
	background-color:#aaa;
}
#footer-brands a:hover img{
	opacity:.7;
	filter: alpha(opacity = 70);
}
#footer-links{
	width:960px;
	margin:8px auto;
	padding:0;
}
#footer-links ul{
	float:left;
	width:191px;
	margin:0;
	padding:8px 24px;
	list-style:none;
	border:1px solid #000;
	border-right:none;
	height:144px;
}
#footer-links ul li{
	font-size:13px;
	line-height:18px;
	font-weight:bold;
}
#footer-links ul li a{
	text-decoration:none;
	font-weight:normal;
	padding-left:20px;
	color:#666;
}
#footer-links ul li a:hover{
	text-decoration:underline;
	color:#14830c;
}
#footer-link-buttons{
	float:left;
	width:190px;
	margin:0;
	padding:8px 24px;
	list-style:none;
	border:1px solid #000;
	height:144px;
}
#footer-link-buttons img{
	display:block;
	margin:4px auto 10px auto;
}
*html #footer-link-buttons img{
	margin: 4px auto 8px auto;
}
#footer-copyright{
	width:960px;
	margin:6px auto;
	padding:0;
	text-align:right;
}
#product-main-image{
	width:260px;
	margin:10px 20px 8px 20px;
	padding:0 0 24px 0;
	float:left;
	background-image: url(product-image-zoom.png);
	background-repeat: no-repeat;
	background-position: 48px bottom;
}
#product-main-image:hover{
	background-position: -164px bottom;
}
#product-order-form{
	width:452px;
	margin:10px 0 0 0;
	padding:0;
	border:1px solid #bbb;
	float:right;
	background-image: url(header-menu-bg-selected.png);
	background-repeat: repeat-x;
}
#product-order-form h2{
	margin:0 0 0 8px;
	font-size:16px;
	line-height:26px;
	height:26px;
	width:444px;
	overflow:hidden;
	color:#333;
}
#product-sale-price{
	color:#d10;
	margin:0 8px;
	font:bold 20px Arial, Helvetica, sans-serif;
	font:normal 22px Verdana, Geneva, sans-serif;
	line-height:26px;
	height:30px;
	float:left;
}
#product-code, #product-price{
	margin:0 8px;
	float:right;
	line-height:26px;
	height:30px;
}
#product-price-label{
	color:#666;
}
#product-options{
	margin:8px 0;
	border-top:1px solid #bbb;
	width:452px;
	clear:both;
}
div.product-option-set{
/*	float:left;*/
	margin:8px 8px 0 8px;
}
div.product-option-set div{
	font-weight:bold;
	font-size:14px;
	margin-bottom:4px;
}
div.product-option-set div p{
	font-size: 10px;
	margin: 0;
	font-weight: normal;
}
div.product-option-set ul{
	padding:0;
	margin:0 0 0 18px;
	list-style:none;
}
div.product-option-set ul li{
	padding:0;
	margin:0;
}
div.product-option-set ul li label{
	height:24px;
	line-height:20px;
	padding-left:2px;
}
div.product-option-set ul li label span,
div.product-option-set label span {
	color:#090;
}
div.product-option-set select {margin:0 0 0 18px;}
#product-order-message, #free-shipping-message{
	margin:0 8px 8px 8px;
	padding:8px;
	background-color:#eee;
	color:#666;
}
#product-availability{
	clear: both;
	margin:0 8px 8px 8px;
	color:#666;
	font-weight:bold;
}
#product-availability span{
	font-weight:normal;
}
#product-order-quantity{
	float:right;
	margin:0;
	padding:0;
	text-align:center;
	width:30px;
	height:26px;
	border:1px solid #666;
	background-color:#FFF;
	margin:0 8px 8px 0;
	font:normal 17px/25px Verdana, Geneva, sans-serif;
}
#product-order-quantity-label{
	float:right;
	margin:0;
	padding:0 0 0 8px;
	margin:0 8px 8px 0;
	line-height:27px;
	font-size:14px;
}
#product-order-submit{
	background:url(add-to-cart.png);
	border:none;
	margin:0;
	padding:0;
	float:right;
	height:28px;
	width:177px;
	margin:0 8px 8px 0;
	cursor:pointer;
}
table.data-table{
	width:100%;
	margin:0;
	padding:0;
	border:1px solid #ddd;
	border-collapse:collapse;
}
table.data-table td,table.data-table th{
	margin:0;
	border-left:1px solid #ddd;
	padding:6px;
	vertical-align:top;
	text-align:left;
	font:normal 12px Verdana, Geneva, sans-serif;
}
table.data-table th{
	width:20%;
	font-weight:bold;
}
table.data-table tr.even-row{
	background-color:#f3f5f6;
}
table.data-table ul{
	margin:0;
	padding-left:16px;
}
table.data-table ul li{
	padding:0;
	margin:0;
}
table.data-table td.data-table-section-header{
	color:#14830c;
	border:1px solid #ddd;
	background-color:#eee;
	font-weight:bold;
}
div.gallery-no-js div.gallery-tab-name{
	display:none;
}
div.gallery-tab-content{
	width:100%;
	margin:0 0 8px 0;
	text-align:center;
}
div.gallery{
	position:relative;
	width:736px;
	height:660px;
	overflow:hidden;
}
div.gallery.video-gallery{
	height:685px;
}
div.gallery div.gallery-tab-name{
	float:left;
	border:1px solid #ccc;
	margin-right:6px;
	background-color:#999;
}
div.gallery div.tab-enabled div.gallery-tab-name{
	cursor:pointer;
}
div.gallery div.gallery-tab-name img{
	border:1px solid white;
	display:block;
}
div.gallery div.tab-enabled div.gallery-tab-name.tab-name-hover{
	border-color:#666;
}
div.gallery div.tab-enabled div.gallery-tab-name.tab-name-hover img{
	opacity:.7;
	filter: alpha(opacity = 70);
}
div.gallery div.tab-active div.gallery-tab-name{
	border-color:#090;
}
div.gallery div.gallery-tab-content{
	position:absolute;
	top:77px;
	left:0;
	display:none;
}
div.gallery.video-gallery div.gallery-tab-content{
	top:102px;
}
div.gallery div.tab-active div.gallery-tab-content{
	display:block;
}
#documents-list{
	padding-left:20px;
}
#documents-list li{
	line-height:16px;
}
#product-brand-logo{
	float:right;
	margin:8px 0 12px 12px;
}
div.product-accessory{
	float:left;
	border:1px solid #ddd;
	width:185px;
	height:200px;
	margin:0 -1px -1px 0;
}

div.contents{
	margin: 20px 0 20px 0;
	width: 736px;
	padding: 0;
}
div.contents-body-product{
	width: 720px;
	margin-bottom: -3px;
}
div.contents-body{
	width: 620px;
	float: left;
}
div.contents a.content-link-title{
	font-weight: bold;
	font-size: 16px;
}
div.contents p{
	margin: 5px auto;
}
div.contents-image-product{
	width: 600px;
	float: left;
	height: 100px;
	overflow: hidden;
}
div.contents-image-product a img{
	margin-right: 15px;
}
div.contents-image{
	width: 100px;
	float: right;
}
div.contents-price{
	width: 130px;
	height: 65px;
	float: left;
}
div.contents-price p{
	color: #d10;
	font: normal 16px Verdana, Geneva, sans-serif;
	margin: 15px 0 10px 0;
}

.two-column-contents div.contents{
	float: left;
	width: 366px;
}
*+html .two-column-contents div.contents{
	height: 103px;
}
*+html .two-column-contents div.clear-both{
	clear: none;
}
.two-column-contents div.contents-body-product, .two-column-contents div.contents-body{
	width: 350px;
}
.two-column-contents div.contents-image-product{
	width: 200px;
}

div.collapsible-content-question{
	margin: 5px 0px;
}
div.collapsible-content-question div.qna-question{
	color: #14830c;
	font: normal bold 13px/16px Verdana, Arial, Helvetica, sans-serif;
	background: url(qna-arrow-down.gif) 3px 8px no-repeat;
	text-align: left;
	padding: 2px 0 2px 15px;
	display: inline;
	cursor: pointer;
}
div.collapsible-content-question div.qna-hover{
	background: url(qna-arrow-down-over.gif) 3px 8px no-repeat;
}
div.hide-answer div.qna-question{
	background: url(qna-arrow.gif) 5px 6px no-repeat;
}
div.hide-answer div.qna-hover{
	background: url(qna-arrow-over.gif) 5px 6px no-repeat;
}
div.qna-hover{
	text-decoration: underline;
}
div.collapsible-content-question div.qna-answer{
	padding: 0 10px 0 16px;
	margin: 5px 0;
}
div.hide-answer div.qna-answer{
	display: none;
}


div#home-page-promos{
	position: relative;
	height: 248px;
	width: 754px;
	padding: 0;
	margin-bottom: 10px;
	z-index: 1;
	overflow: hidden;
}
div#home-page-promos img{
	border: solid 1px #000000;
	display: block;
	position: absolute;
}
#home-page-promos h1{
	position: absolute;
	top: 35px;
	left: 35px;
	z-index: 10;
	font-size: 40px;
	line-height: 44px;
	font-weight: normal;
}
#home-page-promos span{
	position: absolute;
	height: 26px;
	width: 16px;
	display: none;
	bottom: 15px;
	z-index: 10;
	background-color: #fff;
	background-image: url(http://lib.store.yahoo.net/lib/nycewheels/promo-arrows-02.png);
	background-repeat: no-repeat;
	opacity: 0.8;
	filter: alpha(opacity = 80);
}
div#home-page-promos.show-buttons span{
	display: block;
}
div#home-page-promos span:hover{
	cursor: pointer;
}

span#home-page-promos-next{
	background-position: -32px 2px;
	right: 29px;
}
span#home-page-promos-pause{
	right: 45px;
}
span#home-page-promos-prev{
	background-position: 2px 2px;
	right: 61px;
}
div#home-page-promos span.show-pause{
	background-position: -16px 2px;
}
div#home-page-promos span.show-play{
	background-position: -48px 2px;
}
#featured-item-box{
	width:482px;
	margin: 5px 0 0 10px;
	padding:0;
	border:1px solid #bbb;
	float:right;
	background-image: url(header-menu-bg-selected.png);
	background-repeat: repeat-x;
	height: 216px;
	position: relative;
}
#featured-item-box h2{
	margin: 0 8px 0 0;
	font-size:16px;
	line-height:26px;
	height:26px;
	width:475px;
	padding-left: 7px;
	overflow:hidden;
	color:#333;
	border-bottom: solid 1px #bbb;
}
#featured-item-box span.featured-title{
	color:#14830c;
}
#featured-item-box a img{
	position: absolute;
	top: 29px;
	left: 0;
}
#featured-item-box p{
	width: 280px;
	height: 118px;
	overflow: hidden;
	position: absolute;
	top: 29px;
	left: 195px;
	font-size: 13px;
}
#featured-item-box span.featured-price{
	position: absolute;
	bottom: 40px;
	left: 195px;
	font-size: 14px;
	color: #CC0000;
}
#featured-view-more{
	display: block;
	position: absolute;
	bottom: 5px;
	left: 195px;
	width: 130px;
	height: 28px;
	background: url(featured-view-more.png);
}
#home-page-blog-box{
	clear: both;
	width: 754px;
}
#home-page-caption{
	width: 260px;
	height: 248px;
	float: left;
	margin: 0 0 4px 0;
	overflow: hidden;
}
*html #home-page-caption{
	margin-top: 7px;
}
*+html #home-page-caption{
	margin-top: 7px;
}
#home-page-caption p{
	text-align: left;
}
#breadcrumbs{
	margin: 0 0 10px 0;
	float: left;
	width: 820px;
}
*+html #breadcrumbs{
	margin-top: 0;
}
*html #breadcrumbs{
	margin-top: 0;
}
#add-this-button{
	display: block;
	width: 53px;
	height: 17px;
	float: right;
}
div.no-left-panel #left-menu{
	display: none;
}
div.no-left-panel #page-content{
	float: none;
	width: 952px;
}
.clear-both{
	clear: both;
}
hr{
	border: none;
	background-color: #ccc;
	height: 1px;
}

strong, b{
	color: #666;
}
#featured-item-box p#featured-item-title{
border-bottom: 1px solid #BBB;
color: #333;
font-size: 16px;
height: 26px;
line-height: 26px;
margin: 0;
overflow: hidden;
padding-left: 7px;
width: 475px;
left: 0;
top:0;
font-weight:bold;
}

@media print {
	#home-page-promos, #left-menu, #footer-brands, #footer-links, #header-service-links, #header-menu, #header-headline, #header-search-block, #breadcrumbs{
		display: none;
	}
	#page-content{
		float: none;
		width: 942px;
	}
}

/* --- new css ---*/

.green-title {
	background: #14830c;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 5px;
}
.grey-title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #666666;
	padding: 10px 0px;
}
.elements {
	padding-top: 10px;
}
.elements .element  {
	padding: 10px 0px;
}
.elements .element .photo{
	float: left;
	width: 210px;
}
.elements .element .photo {
	text-align: center !important;
}
.elements .devider {
	clear:both;
	height: 1px;
	overflow: hidden;
	font-size: 0px;
	line-height: 0px;
	border-bottom: 1px solid #cccccc;
	margin: 10px 0px;
}
.bordered-block {
	border: 1px solid #cccccc;
	padding: 10px;
}
.bordered-block .top *{
	color: #000;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
}

.adv-block  {
	padding-bottom: 20px;
}
.adv-block a{
	float:left;
	padding: 0px;
	margin: 0px;
	line-height: 10px;
}
.adv-block a img{
	border: none;
	margin: 0px;
}
.adv-block a.banner-1{
	width: 252px;
	height: 234px;
	background: url("/lib/nycewheels/banner2-1.jpg") left top no-repeat;
}
.adv-block a.banner-1:hover{
	width: 252px;
	height: 234px;
	background: url("/lib/nycewheels/banner2-1.jpg") left -234px no-repeat;
}
.adv-block a.banner-2{
	width: 252px;
	height: 234px;
	background: url("/lib/nycewheels/banner2-2.jpg") left top no-repeat;
}
.adv-block a.banner-2:hover{
	width: 252px;
	height: 234px;
	background: url("/lib/nycewheels/banner2-2.jpg") left -234px no-repeat;
}
.adv-block a.banner-3{
	width: 250px;
	height: 116px;
	background: url("/lib/nycewheels/banner2-3.jpg") left top no-repeat;
}
.adv-block a.banner-3:hover{
	width: 250px;
	height: 116px;
	background: url("/lib/nycewheels/banner2-3.jpg") left -116px no-repeat;
}
.adv-block a.banner-4{
	width: 250px;
	height: 116px;
	background: url("/lib/nycewheels/banner2-4.jpg") left top no-repeat;
}
.adv-block a.banner-4:hover{
	width: 250px;
	height: 116px;
	background: url("/lib/nycewheels/banner2-4.jpg") left -116px no-repeat;
}

/*** VideoLightBox ***/

/* the overlayed element */
div#voverlay {
	
	/* growing background image */
	background-image:url(/lib/nycewheels/vlb-white.png);
	
	/* dimensions after the growing animation finishes  */
	width:744px;
	height:583px;
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:35px;
	
	z-index: 3000;
}

/* default close button positioned on upper right corner */
div#voverlay div.close {
	background-image:url(/lib/nycewheels/vlb-close.png);
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}

div#vcontainer{
	left:0;
	top:0;
	width:100%;
	height:100%;	
	background:url(/lib/nycewheels/vlb-loading.gif) no-repeat 50% 50%;
}

div.gallery.video-gallery {
    height: auto;
}
#videogallery {
	width:100%;
	zoom:1;
}
#videogallery span{ display:block; }
#videogallery a{
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	position:relative;
	vertical-align:top;
	margin:5px;
	width:120px;
	font-family:Trebuchet,Tahoma,Arial,sans-serif;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
	text-align:center;
	opacity:0.87;
}
#videogallery a img{
	display:block;
	border:none;
	margin:0;
}
#videogallery a:hover{
	opacity:1;
}


/*** VideoLightBox ***/
