/* General Layout in my demos */



p{margin: 0 0 15px 0;padding: 0;line-height:21px;}
a{color: #690;/*text-decoration: underline;*//*font-weight: bold;*/ font-size:0px;}
a:hover{color: #333;text-decoration: none;}
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;}	



pre {white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }

/* // Sudo Slider */
#slider {width: 100%} /* It can be a good idea to set a width of the slider, mostly so Old-IE can figure out how to render */

/* Numeric Navigation */
ol.numericControls {margin:0 auto;padding:0px 0 0 0; width:12%; position:relative; top:5px;}
ol.numericControls li{margin:0 10px 0 0; padding:0;float:right;list-style:none;height:28px;line-height:28px;}
ol.numericControls li a{float:left;height:16px;line-height:28px;background:#000000;color:#555;padding:0 10px;text-decoration:none; border-radius:30px;}
ol.numericControls li.current a{background:#ff057b;color:#fff;}
ol.numericControls li a:focus, .prevBtn a:focus, .nextBtn a:focus{outline:none;}

.graphic, .prevBtn, .nextBtn{margin:0;padding:0;display:block;overflow:hidden;text-indent:-8000px;}

.prevBtn, .nextBtn {display:block;width:68px;height:32px;position:absolute;left:216px;top:377px;z-index:1000;background:url(../images/pre.png) no-repeat 0 0;cursor:pointer;}	
.nextBtn{left:79%;}														
.nextBtn {background:url(../images/next.png) no-repeat 0 0; right:0px;}
