@charset "utf-8";
/* CSS Document */

.coda-slider-wrapper {
margin: 5px 0 15px 0px;
position: relative;
width: 715px;
height: 539px;
}

.coda-slider {  }

/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
.coda-slider-no-js .coda-slider { height: 477px; overflow:hidden; }

/* Change the width of the entire slider (without dynamic arrows) */
.coda-slider, .coda-slider .panel { width: 715px; height:477px; } 

/* Tab nav */
.coda-nav ul li a { /* The nav links */			
width:75px;
height:50px;
display: block;
background-position:0px 0px;
background-repeat:no-repeat;
border: 1px solid #CCC; 
margin-right: 7px;
}


.coda-nav ul li a:hover, .coda-nav ul li a.current {
	border: 1px solid #666666;
}


/* Don't change anything below here unless you know what you're doing */

/* Tabbed nav */
.coda-nav { position: absolute; bottom: 0px; left: 0px; margin-top: 10px;}
.coda-nav ul { clear: both; display: block; margin: auto; overflow: hidden; margin:0px; padding:0px; }
.coda-nav ul li { display: inline; }
.coda-nav ul li a { display: block; float: left; }

/* Miscellaneous */
.coda-slider-wrapper { clear: both; overflow: auto }
.coda-slider { float: left; overflow: hidden; position: relative }
.coda-slider .panel { display: block; float: left; }
.coda-slider .panel-container { position: relative }
.coda-nav-left, .coda-nav-right { float: left }
.coda-nav-left a, .coda-nav-right a { display: block; text-decoration: none }