#associatedVideoHeader {
  background: url(../images/associatedVideosHeaderBg.png);
}

#filtersPanel .scrollContainer {
	height: 90px;
}

#acc div.loader {
	text-align: center;
}

img_loader {
	overflow: hidden;
}

#acc h2 {
	width: 176px;
	height: 26px;
	overflow: hidden;
	float: left;
}

#filterHeader {
	float: left;
  width:73px;
  height: 26px;
	background: url(../images/categoryFiltersHeaderBg.png);
	text-indent: -5000px;
}

#filterHeader.active {
  background-position: 0 26px;
}

#filtersPanel.panel {
  	width:239px;
	padding-left:5px;
	padding-right:5px;
	background: #323232 url(../images/filtersPanelBg.png);
}

#associatedVideo.panel {
	background: #323232 url(../images/associatedVideosBg.png);
	padding: 5px 0 5px 1px ;
	width: 248px;
	border-bottom: none;
  border-top:#333 1px solid;
}

#associatedVideo li.thumbnail {
  border-bottom:#333 2px solid;
}

#associatedVideo .pagination {
	margin-top: 5px;
}

/* bottom rounded */
#associatedVideoFooter {
  width:249px;
  height:5px;
  line-height: 5px;
  overflow: hidden;
  background: url(../images/bgAccordionBottom.png) no-repeat;
}

#acc li.thumbnail {
  clear:left;
  padding:10px 0;
}
#acc li.thumbnail a.thumbnail {
  float: left;
  margin: 0 10px 0 10px;
}


