.list_carousel { position: relative; }

.list_carousel UL { padding: 0px; margin: 0px; list-style-type: none; list-style-image: none; display: block; }

.list_carousel LI { border: 0px; text-align: center; padding: 0px; display: block; float: left; }

A.prev { position: absolute; width: 45px; display: block; background: url(../images/miscellaneous_sprite.png) no-repeat 0px 0px; height: 50px; }

A.next { position: absolute; width: 45px; display: block; background: url(../images/miscellaneous_sprite.png) no-repeat 0px 0px; height: 50px; }

A.prev:hover { background-position: 0px -50px; }
A.disabled.prev { background-position: 0px -100px; cursor: default; }

A.next { background-position: -50px 0px; }
A.next:hover { background-position: -50px -50px; }
A.disabled.next { background-position: -50px -100px; cursor: default; }

A.prev SPAN { display: none; }
A.next SPAN { display: none; }

A.prev2 { position: absolute; width: 45px; display: block; background: url(../images/miscellaneous_sprite2.png) no-repeat 0px 0px; height: 50px; }

A.next2 { position: absolute; width: 45px; display: block; background: url(../images/miscellaneous_sprite2.png) no-repeat 0px 0px; height: 50px; }

A.prev2:hover { background-position: 0px -50px; }
A.disabled2.prev { background-position: 0px -100px; cursor: default; }

A.next2 { background-position: -50px 0px; }
A.next2:hover { background-position: -50px -50px; }
A.disabled2.next { background-position: -50px -100px; cursor: default; }

A.prev2 SPAN { display: none; }
A.next2 SPAN { display: none; }

DIV.pagination { text-align: center; padding: 10px 0px 0px 0px; height: 15px; }
DIV.pagination A { MARGIN: 0px 5px 0px 0px; width: 15px; display: inline-block; background: url(../images/miscellaneous_sprite.png) no-repeat 0px -300px; height: 15px; }
DIV.pagination A.selected {	background-position: -25px -300px; cursor: default; }
DIV.pagination A SPAN {	display: none; }