/* Most common stuff you'll need to change */
@font-face { 
font-family:segoui-light;
src:url('http://achieveriasclasses.com/style/segoeuil.ttf');
}
@font-face {
 font-family:segoui-bold;
 src: url("http://achieveriasclasses.com/style/seguisb.eot") /* EOT file for IE */
}

@font-face { 
font-family:segoui-bold;
src:url('seguisb.ttf');
}
	.coda-slider-wrapper { padding:10px 0px 0px 0px;background-color:#FFFFFF;
	-webkit-border-radius: 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px;
	border-radius: 5px 5px 5px;
	/*border: groove #3399FF 2px;*/
	width:650px; }
	.coda-slider { background:#FFFFFF }
	
	/* Use this to keep the slider content contained in a box even when JavaScript is disabled */
	.coda-slider-no-js .coda-slider { height: 200px; overflow: auto !important; padding-right: 20px }
	
	/* Change the width of the entire slider (without dynamic arrows) */
	.coda-slider, .coda-slider .panel { width:580px } 
	
	/* Change margin and width of the slider (with dynamic arrows) */
	.coda-slider-wrapper.arrows .coda-slider, .coda-slider-wrapper.arrows .coda-slider .panel { width:580px }
	.coda-slider-wrapper.arrows .coda-slider { margin: 0 10px }
	
	/* Arrow styling */
	.coda-nav-left a, .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
	
	/* Tab nav */
	.coda-nav ul li a.current { background:#000 }
	
	/* Panel padding */
	.coda-slider .panel-wrapper { padding:10px 0px 0px 0px; }
	
	/* Preloader */
	.coda-slider p.loading { padding: 20px; text-align: center }

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

	/* Tabbed nav */
	.coda-nav ul { clear: both; display: block; margin:0px auto;padding:0px; overflow: hidden;width:auto; font-family: segoui-bold,Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px; }
	.coda-nav ul li { display: inline;}
	.coda-nav ul li a {height:20px;background:url(../images/nav.jpg) repeat-x #990000; color: #fff; display: block; float: left; margin-right: 2px;margin-bottom:4px; padding: 3px 4px; text-decoration: none;-webkit-border-radius: 5px 5px 5px;-moz-border-radius: 5px 5px 5px;border-radius: 5px 5px 5px; border:solid 1px #000;}
	
	/* 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 }