* { 	margin: 0;  padding: 0; }
body { font-family:Verdana, Arial, Helvetica, sans-serif; background-color:transparent;	color:#333333; }
#wrapper { position: relative; width: 299px; 	margin: 0 auto; background-color:#000; }
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; }


/*  slider CSS stuff starts here */
#container {
	position: relative;
	top: 0px;
	width: 299px;
	height: 250px;
	overflow: auto;
	background:transparent #f2f2f2;
	left: 0px;
}
#controls { position: absolute; display: block; width: 120px; left: 0; top: 40px; padding: 10px; }

.item { display: block; width: 299px; height: 250px; }
.item h3 { font-size: 16px; margin: 10px; color: #0CF; }
.item p { font-size: 12px; padding: 0px; font-style:italic; line-height:150%; }
.item p.name{ text-align:right; font-weight:bold; padding:15px 0px 0px 0px; }

#num_nav { position: relative; text-align: center; top: 42px; }
#num_nav ul li { display: inline; margin: 0 2px; }
#num_nav ul li a { padding: 2px 3px; color:#09C; border: 1px solid #09C; background-color:#033; }
#num_nav ul li a.active, #num_nav ul li a:hover { border-color: #fff; background-color:#060235 }

#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; }

