


/*  slider CSS stuff starts here */
#container { position: relative; float:left;width:671px;
height:200px; display:block; }
#controls { position: absolute; display: block; width: 120px; left: 0; top: 40px; padding: 10px; }

.item { display: block; width: 671px; height: 200px; }
.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: 42px; }
#num_nav ul li { display: inline; margin: 0 2px; }




#prev_btn, #next_btn { position: absolute; top: 120px; width: 32px; height: 18px; left: 20px; z-index: 10000; line-height: 25px; text-align: center; text-transform: uppercase; font-size: 12px;}
#next_btn { background:transparent url(../images/preview-trans.png) 0 0 no-repeat;left:620px; }
#prev_btn {background:transparent url(../images/next-trans.png) 0 0 no-repeat;left:583px;}


