#wrapperr{ position: relative; width: 643px; 	margin: 0 auto; }
h1 { margin: 20px 0; text-align: center; font-size: 16px; }
p.linkback { text-align: center; font-size: 12px; }
p.linkback a { color: #CC6600; text-decoration: none; }
#versions { position: relative; top: 50px; margin: 0 auto; text-align: center; font-size: 11px;  }
#versions a {  color: #CC6600; text-decoration: none; }
#versions a:hover { color: #FF6600; text-decoration: underline; }

img { border:none; }


/*  slider CSS stuff starts here */
#containerr { position: relative; width: 643px; height: 130px; overflow: auto; background-color:#333; }
#controlss { position: relative; display: block; width: 120px; left: 500px; top: 5px; padding: 5px; }

.item { display: block; width: 643px; height: 130px; }
.item h3 { font-size: 16px; margin: 10px; color: #0CF; }
.item p { font-size: 13px; padding: 6px 10px 12px; }

#num_nav {
	position: relative;
	text-align: center;
	top: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
#num_nav ul li { display: inline; margin: 0 2px; }
#num_nav ul li a {
	padding: 2px 3px;
	color:#FFF;
	border: 1px solid #F00;
	background-color:#F00;
}
#num_nav ul li a.active, #num_nav ul li a:hover {
	background-color:#FFF;
	color: #F00;
	border-top-color: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
}

#play_btn { position: relative; top: 34px; width: 100px; height: 25px; margin: 0 auto; z-index: 10000; line-height: 25px; text-align: center; text-transform: uppercase; font-size: 12px; color:#09C; border: 1px solid #09C; background-color:#060235; }
#prev_btn, #next_btn { position: absolute; top: 120px; width: 100px; height: 25px; left: 20px; z-index: 10000; line-height: 25px; text-align: center; text-transform: uppercase; font-size: 12px; color:#09C; border: 1px solid #09C; background-color:#060235; }
#next_btn { top: 150px; }


.btn_over { color:#fff; border: 1px solid #fff; background-color: #033; }