/*
based on slider v1.2 By Chris Coyier: http://css-tricks.com
major improvements by Doug Neiner: http://pixelgraphics.us/
based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

.anythingSlider                         { width: 615px; height: 285px; position: relative; margin: 20px auto 0; }
.anythingSlider .wrapper                { width: 615px; overflow: auto; height: 285px; margin: 0; position: absolute; top: 0; left: 0; }


.anythingSlider .wrapper ul {
	width: 32700px; /* Width below is max for Opera */
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	background: #333;;
	border: 5px solid white;
	margin: 0;
	-moz-box-shadow: 0 0 20px #ccc;
	-webkit-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc;
}

.anythingSlider ul li                   { display: block; float: left; padding: 0; height: 280px; width: 615px; margin: 0;
	
}

/*
  Prevents
*/
.anythingSlider .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }

.anythingSlider .panelLeft,
.anythingSlider .panelRight {
	float: left;
	margin-top: 20px;
}

.anythingSlider .panelLeft {
	width: 240px;
}

.anythingSlider .panelRight {
	width: 310px;
	margin-left: 20px;
	color: white;
}

.anythingSlider h3 {
	font-size: 20px;
	text-shadow: 0px 2px 0 #222;
	line-height: 24px;
}

/* panel control */

#panelControlWrapper {
	background: #333;
	padding: 22px;
	margin: 0 0 20px;
}

#panelControl {
	width: 569px;
	height: 180px;
	position: relative;
	background: url(images/ocifa-risk-arrow.png);
	margin: 0;
	padding: 0;
}

#panelControl li {
	float: left;
	list-style: none;
	list-style-type: none;
}

#panelControl li a {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	display: block;
	height: 180px;
	background: url(images/ocifa-risk-arrow.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

/* up state */

li#panel1 a,
li#panel2 a,
li#panel3 a,
li#panel4 a,
li#panel5 a {
	cursor: hand;
	cursor: pointer;
}

li#panel1 a {
left: 0;
width: 173px;
background-position: 0 0;
}

li#panel2 a {
left: 173px;
width: 74px;
background-position: -173px 0;
}

li#panel3 a {
left: 247px;
width: 73px;
background-position: -247px 0;
}

li#panel4 a {
left: 320px;
width: 74px;
background-position: -320px 0;
}

li#panel5 a {
left: 394px;
width: 172px;
background-position: -394px 0;
}

/* hover state */
li#panel1 a:hover {
background-position: 0 -177px;
}

li#panel2 a:hover {
background-position: -173px -177px;
}

li#panel3 a:hover {
background-position: -247px -177px;
}

li#panel4 a:hover {
background-position: -320px -177px;
}

li#panel5 a:hover {
background-position: -394px -177px;
}

/* line graph */

#ocifaFig1 {
	background: #333;
	padding: 5px;
	margin: 20px 0;
	text-align: center;
}
