/* @override http://clients.nullun.com/prontoforms/blueprint/slider.css */

/*
    anythingSlider v1.0
    
    By Chris Coyier: http://css-tricks.com
    with major improvements by Doug Neiner: http://pixelgraphics.us/
    based on work by Remy Sharp: http://jqueryfordesigners.com/
*/
a:active{outline: none;}
:focus{ -moz-outline-style: none;}

#carrusel                         { width: 790px; height: 320px; position: relative; margin: 0 auto 0; background: url(../i/vertical-divider.png) repeat-y left;}
#carrusel #carrusel-wrapper{ width: 790px; overflow: auto; height: 320px; margin: 0 0px; position: absolute; top: 0; left: 0; }
#carrusel #carrusel-wrapper ul{ width: 99999px; list-style: none; position: absolute; top: 0; left: 0; margin: 0; }
#carrusel ul li{ display: block; float: left; padding: 0; height: 300px; width: 850px; margin: 0; }
#carrusel .arrow                  { display: block; height: 200px; width: 67px; background: url(../images/arrows.png) no-repeat 0 0; text-indent: -9999px; position: absolute; top: 65px; cursor: pointer; }
#carrusel .forward                { background-position: 0 0; right: -20px; }
#carrusel .back                   { background-position: -67px 0; left: -20px; }
#carrusel .forward:hover          { background-position: 0 -200px; }
#carrusel .back:hover             { background-position: -67px -200px; }

#thumbNav {
	position: relative; 
	top: 250px; 
	left: 0px;
}

#thumbNav span{
	display: none;
}

#thumbNav a.but-1{
	text-decoration: none;
	width: 144px;
	height: 52px;
	background: url(../i/slider-menu-create-off.png) no-repeat;
	position: absolute;
	display: block;
	left: 285px;
}

#thumbNav a.but-1 span{
	background: url(../i/slider-menu-create-on.png) no-repeat -1000px -1000px;
}

#thumbNav a.but-1.cur{
	background: url(../i/slider-menu-create-on.png) no-repeat;
}

#thumbNav a.but-2{
	text-decoration: none;
	margin-left: -20px;
	width: 163px;
	height: 52px;
	background: url(../i/slider-menu-capture-off.png) no-repeat;
	display: block;
	position: absolute;
	left: 429px;
}

#thumbNav a.but-2 span{
	background: url(../i/slider-menu-capture-on.png) no-repeat -1000px -1000px;
}

#thumbNav a.but-2.cur{
	background: url(../i/slider-menu-capture-on.png) no-repeat;
}

#thumbNav a.but-3{
	text-decoration: none;
	margin-left: -22px;
	width: 283px;
	height: 52px;
	background: url(../i/slider-menu-report-off.png) no-repeat;
	display: block;
	position: absolute;
	left: 575px;
}

#thumbNav a.but-3 span{
	background: url(../i/slider-menu-report-on.png) no-repeat -1000px -1000px;
}

#thumbNav a.but-3.cur{
	background: url(../i/slider-menu-report-on.png) no-repeat;
}

#start-stop{
	display: none;
}

/*
  Prevents
*/
#carrusel .wrapper ul ul          { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
#carrusel .wrapper ul ul li       { float: none; height: auto; width: auto; background: none; }