﻿/* --------------------- */
/* ----- CSS RESET ----- */
/* --------------------- */
html, body, div, span,
	applet, object, iframe,p
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	dd, dl, dt, li, ol, ul,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
/* ------------------------- */
/* ----- SHELL ----- */
/* ------------------------- */
.pageType2100 #contentBody a.linkIcon, .pageType8301 #contentBody a.linkIcon {
	font-weight: bold;
}
#cbsCarousel .carouselPrev, #cbsCarousel .carouselNext, .arrowLeft, .arrowRight {
	background: url(scrollerSprite.png) no-repeat left bottom;
	_background: url(scrollerSprite.gif) no-repeat left bottom;
}

#cbsContent .indicators {
	float: right;
	width: auto;
	margin: 7px 4px 0 0;
}
#cbsContent #cbsCarousel .indicators {
	position: absolute;
}
#cbsContent .indicators li {
	float: left;
	width: 3px;
	height: 10px;
	background: #1c2023;
	border: 1px solid #404a56;
	text-indent: -2000px;
	overflow: hidden;
	margin: 0 0 0 3px;
	padding: 0;
}
#cbsContent .indicators li.active {
	background: #f00;
}
.photoScroller {
	background-color: #e0e1e6;
}
.photoScroller li {
	background-position: -250px top;
	_background: #f1f1f1;
}

