@charset "UTF-8";
/* CSS Document */

.slides_container { width:615px; height:271px; float: right; }
.slides_container div.slide { position: relative; width: 615px; height: 271px; display: block; }
.slides_caption { position: absolute; width: 320px; height: 100px; top: 120px; left: 60px; display: none; }
a.prev_next { position: absolute; top: 220px; left: 60px; }
a.prev, a.prev:visited { display: block; width: 18px; height: 18px; background: url(../img/arrow1_left.png) no-repeat top left; }
a.next, a.next:visited { display: block; width: 18px; height: 18px; background: url(../img/arrow1_right.png) no-repeat top left; left: 83px; }
a.prev:hover, a.next:hover { background-position: bottom; }