/**** Highlights ***/
.highlights { position: relative; }
.highlights .window { position: relative; height: 200px; overflow: hidden; width: 200px;}
.highlights .window .track { position: absolute; left: 0px; top: 0px; width: 10000px;}
.highlights .window .track .highlightItem { float: left; }
.highlights .window .track .highlightItem { width: 300px; }
.highlights .highlightImg img { max-height: 150px; max-width: 150px; }

.highlightsScroll .window { position: relative; overflow: hidden; height: 200px; width: 400px; }
.highlightsScroll .track { position: absolute; left: 0px; width: 10000px; overflow: hidden; }
.highlightsScroll .item { float: left; width: 400px; }
.highlightsScroll .image { float: left; margin-right: 10px; }
.highlightsScroll .content { float: left; width: 190px; }
.highlightsScroll .item .title { font-size: 20px; }
.highlightsScroll .item .description { line-height: 1.5em; }
.highlightsScroll .arrow { cursor: pointer; }

.highlightsAccordion { }
.highlightsAccordion .items { overflow: hidden; height: 213px; }
.highlightsAccordion .number { float: left; margin-right: 10px; cursor: pointer; height: 100px; background: #ddd; padding: 100px 5px 0px 5px; line-height: 13px; }
.highlightsAccordion .item { float: left; width: 0px; display: none; padding-right: 10px; overflow: hidden; }
.highlightsAccordion .item .interior { width: 400px; height: 213px; }
.highlightsAccordion .item .image { float: left; margin-right: 10px; }
.highlightsAccordion .item .title { font-size: 20px; }
.highlightsAccordion .item img { display: block; }

/** windowshade **/
.highlightsWindowshade > .title { color: #323232; font-family:'Museo Slab W01 500'; font-size: 27px; line-height: 27px; margin-bottom: 25px; text-align: center;} /* this is for the main plugin title */

.highlightsWindowshade .window { overflow: hidden; position: relative;}
.highlightsWindowshade .windowBtn {background: url(/includes/images/assets/highlights-more.png) no-repeat center top; cursor:pointer; height: 35px;}
.highlightsWindowshade .track { position: relative; text-align: center;}
.highlightsWindowshade .track li {text-align: left; float: none !important; display: inline-block !important; width: 24% !important;}
.highlightsWindowshade.ShopNY .track li{ padding: 0 !important; }
.highlightsWindowshade .itemCol {}
.highlightsWindowshade .item { background: url(/includes/images/assets/grunge-bkgrnd.jpg) repeat 0 0; box-shadow: 0 2px 3px #999; float: left; margin-bottom: 30px; padding:10px; min-width: 196px;width:100%}
.highlightsWindowshade .item.noBackground { background: none; }
.highlightsWindowshade .item.noBorder { box-shadow: none; }
.highlightsWindowshade .item:first-child { margin-left:0;}
.highlightsWindowshade .item.ShopNY { margin: 0; }
.highlightsWindowshade .item.ShopNY .image { margin: 0; }
	
.highlightsWindowshade .image { margin: 0 0px 15px; text-align: center;}
.highlightsWindowshade .image img { width: 100%;}
.highlightsWindowshade .content { color: #323232; text-align: center;}
.highlightsWindowshade .item .title { font-family:'Museo Slab W01 500'; font-size: 18px; line-height: 20px; }
.highlightsWindowshade .item .title a {color: #323232;}
.highlightsWindowshade .item .description { font-size: 16px; line-height: 24px; }
.highlightsWindowshade .item .description .moreLink { color:#cd0f1e; font-style: italic;}

@media only screen{
	.highlightsWindowshade .track li { width: 100% !important }	
}
@media only screen and (min-width: 40.063em){
	.highlightsWindowshade .track li { width: 49% !important }
}
@media only screen and (min-width: 64.063em){
	.highlightsWindowshade .track li { width: 24% !important }		
}