body {font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;color:#333;line-height:180%;margin:0;padding:0;}

h1, h2, h3, h4, h5{margin: 0 0 15px 0;padding: 0;color: #690;font-weight: normal;}
h1{font-size: 200%;letter-spacing: -2px}
p{margin: 0 0 15px 0;padding: 0;line-height:21px;}
a{color: #690;text-decoration: underline;font-weight: bold;}
a:hover{color: #333;text-decoration: none;font-weight: bold;}
img{border:none;}
pre{margin-top:-16px;display:block;font:12px "Courier New", Courier, monospace;padding:10px;border:1px solid #bae2f0;background:#e3f4f9;width:674px;}	
body {font:80% Trebuchet MS, Arial, Helvetica, Sans-Serif;color:#333;line-height:180%;margin:0;padding:0;}

#container {margin:0 auto;position:relative;text-align:left;width:696px;background:#fff;margin-bottom:2em;
}	
/* Uncomment this if you wan't to only have 1 visible slide before the javascript kicks in.
#slider li {display:none;}	
#slider li:first-child {display:block;}
*/

/* // Sudo Slider */
/* Numeric Navigation */
ol {margin:20px ;padding:0;height:28px;	}
ol li{margin:0 20px 0 0px; padding:0;float:left;list-style:none;height:28px;line-height:28px;}
ol li a{float:left;height:28px;line-height:28px;background:#000000;color:#555;padding:5px;text-decoration:none;}
ol li.current a{background:#93B650;color:#fff;}
ol li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}


pre {white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }


/*Box shadow*/
.box-shadow {
    -moz-box-shadow: 0 5px 10px #ccc;
    -webkit-box-shadow: 0 5px 10px #ccc;
    box-shadow: 0 5px 10px #ccc;
    zoom: 1;
    filter:
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=0,strength=1),
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=45,strength=1),
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=90,strength=2),
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=135,strength=3),
        progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=10),
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=225,strength=3),
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=270,strength=2),
        progid:DXImageTransform.Microsoft.Shadow(color=#dddddd,direction=315,strength=1);
               
}
body:last-child .box-shadow {
    /* Remove filter from IE9 */
    filter: none;
}
    