<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
	/* General Rules */
	body {
		
	}
	
	.wrapper {
		width: 960px;
		margin: 25px auto;
		font-family: Tahoma;
		font-size: 12px;
		color: #333;
	}
	
	.wrapper h1 {
		padding-bottom: 15px;
		font-size: 22px;
		color: #333;
		border-bottom: 1px dashed #CCC;
		margin-bottom: 15px;
		font-family: Times;
	}
	
	.wrapper p {
		font-size: 13px;
		line-height: 1.6;
		padding-bottom: 5px;
	}
	
	a {
		color: #333;
		text-decoration: none;
	}
	
	a:hover{
		text-decoration: underline;
	}
	
	strong {
		font-weight: bold;
	}
	
	em {
		font-style: italic;
	}
	
	.list {
		list-style: disc;
		padding-left: 25px;
		line-height: 1.6;
	}
	
	.list span {
		display: block;
		color: #777;
		font-size: 11px;
		padding-bottom: 5px;
	}
	
	#asyncslider_logo {
		display: block;
		margin-top: 40px;
		margin-bottom: 25px;
		text-align: center;
	}
	
	
	/* Slider Container Options */
	.asyncslider_container {
		list-style: none;
		margin: 0px;
		padding: 0px;
	}
	
	.asyncslider_container li {
		margin: 0 auto;
		padding: 0px 20px;
		width: 920px;
	}
	
	/* Slide 1 */	
	.slide-01 {
		
	}
	
	.asyncslider_container .left {
		float: right;
		width: 952px;
		height:370px;
	}
	.asyncslider_container .left h1 {
		color: Black;
		font-size: 55px;
		margin: 0px;
		text-shadow: 6px 10px 10px rgba(0,0,0,1);
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.asyncslider_container .left h2 {
		color: Black;
		font-size: 25px;
		margin: 0px;
		
		padding-top: 0px;
		padding-bottom: 10px;
	}
	
	.asyncslider_container .left p {
		color: Black;
		font-family: Arial;
		font-size: 12px;
		line-height: 1.6;
	}
	
	
	.asyncslider_container .left img {
		float: right;
	}
	
	.slide1_pic
	{
	    margin-top:60px;
	    margin-right:50px;
	}
	
	.asyncslider_container .right {
		float: right;
		width: 500px;
	}
	
	.asyncslider_container .right h1 {
		color: Black;
		font-size: 55px;
		margin: 0px;
		text-shadow: 2px 2px 2px rgba(0,0,0,1);
		padding-top: 40px;
		padding-bottom: 20px;
	}
	
	.asyncslider_container .right p {
		color: Black;
		font-family: Arial;
		font-size: 12px;
		line-height: 1.6;
	}
	
	.button_bg {
		background: #0f0f0f;
		padding: 7px 9px;
		border-radius: 8px;
		display: inline-block;
		margin-right: 5px;
	}
	
	.button_bg:hover {
		background: #121212;
	}
	
	.bg01 {
		background: #000333;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00066d), to(#000333));
		background: -moz-linear-gradient(top, #00066d 0%, #000333 100%);
		display: block;
		padding: 10px 15px;
		border-radius: 5px;
		color: #FFF;
		font-weight: bold;
		font-size: 13px;
		border: 1px solid #101345;
		text-shadow: 1px 1px 1px #000;
	}

	.bg01:active {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000333), to(#00066d));
		background: -moz-linear-gradient(top, #000333 0%, #00066d 100%);
	}
	
	
	.bg02 {
		background: #15380b;
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#01810a), to(#15380b));
		background: -moz-linear-gradient(top, #01810a 0%, #15380b 100%);
		display: block;
		padding: 10px 15px;
		border-radius: 5px;
		color: #FFF;
		font-weight: bold;
		font-size: 13px;
		border: 1px solid #214c1a;
		text-shadow: 1px 1px 1px #000;
	}

	.bg02:active {
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#15380b), to(#01810a));
		background: -moz-linear-gradient(top, #15380b 0%, #01810a 100%);
	}
	
	
	.button_bg a:hover {
		text-decoration: none;
	}
	
	/* Slide 2 */
	.slide-02 {
		
	}
	
	.slide_options {
		float: right;
		padding-top: 10px;
		padding-bottom: 10px;
		position: relative;
		width: 400px;
	}
	
	.slide_options_text {
		float: left;
		width: 500px;
		position: relative;
		margin-left: 20px;
	}
	
	.slide_options_text h1 {
		color: #FFF;
		font-size: 55px;
		margin: 0px;
		text-shadow: 2px 2px 2px rgba(0,0,0,1);
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	.slide_options_text ul li {
		color: #FFF;
		font-weight: bold;
		padding: 5px 0px;
		font-size: 13px;
		background: url(../images/tick.png) no-repeat left center;
		padding-left: 20px;
	}
	
	.slide_options_text ul li span {
		font-weight: normal;
		color: #999;
	}
	
	.slide_options img {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	.slide_options .opt1 {
		left: 64px;
		top: 40px;
	}
	
	.slide_options .opt2 {
		left: 150px;
		top: 60px;
	}
	
	.slide_options .opt3 {
		left: 20px;
		top: 130px;
	}
	
	/* Slide 3 */
	.slide-03 {
		
	}
	
	
	
	.markup {
		float: left;
	}
	
	.markup2 {
		float: left;
		margin-top: 20px;
	}
	
	.javascript {
		float: right;
	}
	
	.javascript, .markup {
		width: 430px;
		background: #888;
		background: rgba(153,153,153,.5);
		padding: 10px;
		border-radius: 8px;
	}
	
	.javascript h2, .markup h2 {
		font-weight: bold;
		color: #FFF;
		font-size: 14px;
		text-transform: uppercase;
	}
	
	.javascript code, .markup code {
		margin-top: 10px;
		line-height: 1.2;
		color: #555;
		text-shadow: 1px 1px 0px rgba(255,255,255,0.5);
		display: block;
		font-size: 14px;
		font-family: monospace;
	}
	
	.javascript code blockquote, .markup code blockquote {
		margin-left: 15px;
	}
	
	/* Misc */
	.clear {
		clear: both;
	}
	
	
	/* Styling Custom Slider Buttons (button styles are taken from http://ubuwaits.github.com/css3-buttons/) */
	#asyncslider_slides_nav {
		list-style: none;
		padding:0;
	}
	
	#asyncslider_slides_nav li {
		   color: #333333;
    display: inline-block;
    font-family: Arial;
    height: 16px;
    margin-right: 3px;
    width: 16px;
     -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/empty.png") no-repeat scroll 0 0 transparent;
	}
	#asyncslider_slides_nav li a
	{
	    color:Gray;
	    text-decoration:none;
	}
	
	#asyncslider_slides_nav li.active {
		font-weight: bold;		
		background: #ddd;
		background: url("../images/full.png") no-repeat;
		
		border: 0px solid #bbb;
		border-bottom: 0px solid #999;
		cursor: pointer;
		text-shadow: 0 1px 0 #ddd;
		/*background:url(../images/slider_option_back.png) no-repeat;*/
	}
	#asyncslider_slides_nav li.active a
	{
	    color:Black;
	}
	#slider_buttons_env
	{
 direction: ltr;
    margin: 0 auto;
    position: relative;
    width: 952px;
    z-index: 2147483647;
    top: -38px;
    text-align: center;
	}
	
	/* Async Slider Next Prev Nav */
	#asyncslider_next_prev_nav {
		list-style: none;
		
	}
	
	#asyncslider_next_prev_nav li a {
	color: #FFFFFF;
    display: block;
    height: 61px;
    text-indent: -9999px;
    width: 99px;
	}
	
	#asyncslider_next_prev_nav .next a {
		background: url(../images/arrow-right.png);
	}
	
	#asyncslider_next_prev_nav .prev a {
		background: url(../images/arrow-left.png);
	}
	
	
	/* Version 1.1 */
	.auto_switcher {
		display: block;
		float: right;
		margin-right: leftpx;
		background: #eee;
		background: -moz-linear-gradient(top, #eee 0%, #ccc 100%);
		background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#eee), to(#ccc));
		border: 1px solid #ccc;
		border-bottom: 1px solid #bbb;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		color: #333;
		font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
		font-size: 11px;
		font-weight: bold;
		line-height: 1;
		padding: 8px;
		text-align: center;
		text-shadow: 0 1px 0 #eee;
	}
	
	.auto_switcher .on {
		color: green;
	}
	
	.auto_switcher .off {
		color: #b80505;
	}</pre></body></html>