/**
* next/previous pagers
*/
.pager a.prev {
background: url(/imgs//0099CC/arrow-l.gif) left no-repeat;
}
.pager a.next {
background: url(/imgs//0099CC/arrow-r.gif) right no-repeat;
}
/**
* breadcrumb
*/
#breadcrumb {
border-color: #0099CC #ffffff;
}
#breadcrumb .breadcrumb li.first, #breadcrumb .breadcrumb li.first a
{
color: #0099CC;
}