.clearFix:after
{
	content: ".";
    display: block;
    height: 113px;
    clear: both;
   visibility: hidden;
}

#loader {
	margin: auto;
	width: 502px;
	height: 300px;
	background-color:#e8e8e8;
	margin-bottom:30px;
}

/*-------------Structure-------------*/


#titleHolder {
	background:#ffffff url(/Frontend/Composite/Template/Subpages_3col_w980/imagesSlider/sliderMenuBG_h113.png) 0 0  repeat-x;
	position: relative;
	height: 113px;
	margin-top: -18px;
}
#titleHolder #scrollButtons {
	background-color:transparent;
	position: relative;
	width: 470px;
	margin: auto;
	cursor: default;
}
#titleHolder #scrollButtons img.scrollLeft,
#titleHolder #scrollButtons img.scrollRight {
	position: absolute;
	left: 0px;
	top: 35px;
}
#titleHolder #scrollButtons img.scrollRight {
	left: auto;
	right: 0;
}
#titleHolder .minWidth {
	background-color:transparent;
	position: relative; /* IE doesn't like the overflow without relative positioning */
	overflow: hidden;
	width: 740px;
}
#titleHolder ul {
	width: 2000px; /* Needs to be in JS */
	padding: 12px 0 6px 0;
}
#titleHolder li {
	position: relative;
	float: left;
	margin: 18px;
	cursor:pointer;
}
#titleHolder li img {
	margin: 0;
	cursor:pointer;
}
#titleHolder li.selected em {
	position: absolute;
	bottom: -7px;
	left: -30px;
	width: 130px;
	height: 90px;
}
#titleHolder li.selected img {
	position: relative;
	z-index: 2;
}
#titleHolder li.new a em {
	position: absolute;
	bottom: auto;
	left: auto;
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	z-index: 2;
}





/*-------------text-------------*/

#titleHolder li.new em,
#titleHolder li.selected em {
	text-indent: -10000px;
}

#titleHolder h1 {
	font: normal 36px/36px Georgia;
	letter-spacing: -1px;
}



/*-------------Colors-------------*/

/* #titleHolder {
	background: url(../images/titleholder.png) 0 100% repeat-x;
   	
} */
#titleHolder li a {
	border: none;
	cursor:pointer;
}
#titleHolder li img {
	border: 2px solid #e8e8e8;
	cursor:pointer;
}
#titleHolder li.selected em {
	background: url(../images/titleholder_selected.png) 100% 100% repeat-x;
}
#titleHolder li.selected img {
	border: 2px solid #FFF;
}
#titleHolder li.new a em {
	background: url(../images/titleholder_new.png) 100% 0 repeat-x;
}

#titleHolder,
#content h1 {
	color: #FFF;
}

.scrollLeft,
.scrollRight {
	opacity: .85;
	border:0px;
}
.scrollLeft:hover,
.scrollRight:hover,
.scrollLeft:focus,
.scrollRight:focus {
	opacity: 1;
}




/*-------------j4d-------------*/

/*#articleStrip li {
  -webkit-transition: opacity 200ms;
}

#articleStrip:hover li {
  opacity: 0.3;
  -moz-opacity: 0.3;
  filter:alpha(opacity=30);
}

#articleStrip:hover li:hover {
  opacity: 1;
  -moz-opacity: 1;
  filter:alpha(opacity=1);
}
*/

div#scrollButtons div.minWidth {
  height: 125px;
  width: 400px;
  margin-left: 25px;
}

#titleHolder #scrollButtons ul {
  width: 9999px;
}

#titleHolder #scrollButtons li {
  margin: 0;
  padding: 18px;
  display:block;
  height: 66px;
  width: 66px;
}

#titleHolder #scrollButtons li.selected em.selected {
  width: 148px;
}

#titleHolder #scrollButtons li.new em {
  top: 20px;
  right: 16px;
}


.contentToLoad {
	display:none;
}

.sliderSmallImagesContainer {
	position: relative;
}
.sliderMarker {
	position: absolute;
	top: 0px;
	z-index: 5;
}

.sliderSmallImgTop {
	position: absolute;
	top: 0px;
	z-index: 1;
	padding: 4px 5px 4px 5px;
	cursor:pointer;
}

.sliderSmallImgMiddle {
	position: absolute;
	top: 73px;
	z-index: 2;
	padding: 4px 5px 4px 5px;
	cursor:pointer;
}

.sliderSmallImgBottom {
	position: absolute;
	top: 144px;
	z-index: 3;
	padding: 4px 5px 4px 5px;
	cursor:pointer;
}