/* CSS Reset based on http://meyerweb.com/eric/tools/css/reset/ */
html,body,div,span,applet,object,iframe,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,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
margin:0;
padding:0;
border:0;
outline:0;
font-size:10px;
font-family:Verdana, Geneva, sans-serif;
vertical-align:baseline;
background:transparent;
}
.carousel-prev,
.carousel-next {
	display:block;
	overflow:hidden;
	width:42px;
	height:76px;
	background:url(../images/carousel-buttons.png) no-repeat bottom left;
	cursor:pointer;
	text-indent:-9999px;
}
.carousel-next {
	background-position:bottom right;
}
.carousel-prev:hover {
	background-position:top left;
}
.carousel-next:hover {
	background-position:top right;
}
.carousel-next-disabled,
.carousel-prev-disabled {
	cursor:default; *filter:alpha(opacity=50);
	-ms-filter:"alpha(opacity=50)";
	-khtml-opacity:0.5;
	-moz-opacity:0.5;
	opacity:0.5;
}
.carousel-prev-disabled:hover {
	background-position:bottom left;
}
.carousel-next-disabled:hover {
	background-position:bottom right;
}

/* Content Header */
.content-header {padding:25px 0 12px;
}
.content-header h1 {
	float:left;
	*padding-bottom:1px;
	margin-right:12px;
}
.content-header span.text-entitlement {
	float:left;
	margin-top:7px; 
	font-size:0.917em;
}
.content-header span.other {
	font-size:0.682em;
}


/* Basic Grid System */
.wrap {
	width:960px;
	padding:0px;
	margin:0 auto;
}
.wrap .wrap {
	padding:0;
}

