.slider {
float:right;
width:180px;
height:135px;
position:relative;
padding-bottom:26px;
background:url(../img/slider/bottom_shadow.png) no-repeat bottom center;
}

.sliderContent {
float:right;
width:180px;
height:135px;
clear:both;
position:relative;
overflow:hidden;
}

.sliderArrows a {
display:block;
text-indent:-9999px;
outline:none;
z-index:50;
background-image:url(../img/slider/prev_next.png);
width:21px;
height:21px;
position:absolute;
top:140px;
margin-top:-34px;
}

.prev {
background-position:0 0;
left:5px;
}

.prev:hover {
background-position:0 -22px;
}

.next {
right:5px;
background-position:-22px 0;
}

.next:hover {
background-position:-22px -22px;
}

.sliderContent .item {
position:absolute;
width:180px;
height:135px;
background:#fff;
}

.sliderBullets {
position:absolute;
bottom:0;
left:50%;
z-index:50;
margin-left:-45px;
}

.sliderBullets a {
display:block;
float:left;
text-indent:-9999px;
outline:none;
margin-left:5px;
width:10px;
height:11px;
background:url(../img/slider/bullets.png) no-repeat;
}

.sliderBullets .active {
background-position:0 -11px;
}

.sliderContent a {
outline:none;
}

a {
color: #00f;
text-decoration: underline;
}

a img {
border:none;
}