#wrapper {
width:275px; 
margin:5px auto
}


.sliderbuttonl {
float:left; 
width:25px; 
padding-top:8px
}

.sliderbuttonr {
float:right; 
width:25px; 
padding-top:8px
}

.sliderbutton img {
cursor:pointer
}

.sliderbutton img:hover {
background:#ffcc00
}

#slider {
float:left; 
position:relative; 
overflow:auto; 
width:275px; 
height:200px; 
border:1px solid #000000; 
background:#000000}

#slider ul {
position:absolute; 
list-style:none; 
top:0; 
left:0
}

#slider li {
float:left; 
width:275px; 
height:200px; 
padding-right:0px
}



.pagination {
float:center; 
list-style:none; 
height:25px; 
width:210px;
padding-top:8px
border:1px solid #000000; 
}

.pagination li {
float:left; 
cursor:pointer; 
margin-top:5px ;
padding:3px 3px 3px 3px; 
background:#000000; 
border:1px solid #000000; 

text-align:center; 
color:#ffffff
}

.pagination li:hover {
background:#000000; 
border:1px solid #000000; 
color:#ffffff
}

li.current {
border:1px solid #ffcc00; 
background:#ffcc00
color:#ffffff
font-size: 10px;
}



li#content {
width:275px; 
height:170px; 
padding:0px 0px 0px 0px}

#content h1 {
font:22px Georgia,Verdana; 
margin-bottom:5px; 
color:#ffcc00}