* { 	margin: 0;  padding: 0; }
#wrapper { position: relative; width: 800px; 	margin: 0 auto; }
h1 { margin: 20px 0; text-align: center; font-size: 16px; }
h2 { margin: 30px 0 10px; text-align: center; font-size: 14px; }
p.linkback { text-align: center; font-size: 12px; }
p.linkback a { color: #CC6600; text-decoration: none; }
#versions { position: relative; top: 50px; margin: 0 auto 20px; text-align: center; font-size: 11px;  }
#versions a {  color: #CC6600; text-decoration: none; }
#versions a:hover, #versions a.activenav { color: #FF6600; text-decoration: underline; }

/*  slider container(s) */
#container { position: relative; margin: 0px 0 10px; width: 958px; height: 430px; overflow: auto; background-color:#fff; border: 1px solid #fff; }

div.item { display: block; width: 960px; height: 430px;}
div.item  div.cs_text { width: 230px; float:left; margin-top: 70px;}
div.item h3 { font-size: 16px; margin: 0px 0px 5px 10px; color: #575757;  }
div.item p { font-size: 13px; padding: 6px 10px 12px; color: #575757; }
div.item div.cs_img { float:left; }


/* controls styling */
#controls1 {float:right; padding: 10px 0px 10px 0px; }

.prev_btn { width: 23px; height: 23px; line-height: 23px; text-align: center; text-transform: uppercase;font-size: 12px; color:#575757; border: 1px solid #ddd; background-color:#fff; margin-right: 5px; }
.next_btn { width: 23px; height: 23px; line-height: 23px; text-align: center; text-transform: uppercase;font-size: 12px; color:#575757; border: 1px solid #ddd; background-color:#fff; margin-left: 9px; }
.prev_btn { float: left; }
.next_btn { float: left; }

.play_btn { width: 25px; height: 25px; line-height: 25px; text-align: center;text-transform: uppercase;font-size: 12px; color:#575757; border: 1px solid #ddd; background-color:#fff; float: left; margin-left: 20px;}

.num_nav { text-align: center; float: left;}
.num_nav ul li { display:inline; margin-right: 4px; width: 25px; height: 25px; }
.num_nav ul li a { width: 25px; height: 25px; line-height: 25px; text-align: center; font-size: 12px; color:#575757; border: 1px solid #fff; background-color:#fff; padding: 4px 8px 4px 8px; }
.num_nav ul li a.active, .num_nav ul li a:hover { border-color: #ddd; background-color:#eee; }


.btn_over { color:#575757; border: 1px solid #ddd; background-color: #eee; }

hr { margin: 22px 0; }

.clearit { clear: both; }

