/* Slides */
#slides { float:left; position:relative; width:715px; height:300px; background-color:#fff; margin:0 0 20px 0; overflow:hidden; -webkit-border-radius:2px; border-radius:2px; }
.slides_container { position:absolute; z-index:100; width:100%; position:relative; overflow:hidden; display:none; -webkit-border-radius:2px;  border-radius:2px; }
.slides_container img { -webkit-border-radius:2px; border-radius:2px; }
.slides_container div.slide { width:710px; height:300px; display:block; -webkit-border-radius:2px;border-radius:2px; }

/* Next and Previous */
#slides:hover .next, #slides:hover .prev { opacity:1; } 
#slides .prev { position:absolute; top:115px; left:0px; width:48px; height:70px; display:block; z-index:101; opacity:0; transition: opacity .35s ease-in-out; -moz-transition: opacity .35s ease-in-out; -webkit-transition: opacity .35s ease-in-out; }
#slides .next { position:absolute; top:115px; right:0px; width:48px; height:70px; display:block; z-index:101; opacity:0; transition: opacity .35s ease-in-out; -moz-transition: opacity .35s ease-in-out; -webkit-transition: opacity .35s ease-in-out; }

/* Pagination */
.pagination { position:absolute; bottom:9px; right:9px; margin:0; padding:0; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; overflow:hidden; z-index:999; }
.pagination li { float:left; margin:0px; list-style:none; }
.pagination li a { display:block; padding:3px 6px; color: #fff; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; background:#000; margin-left:1px; }
.pagination li a:hover, .pagination li.current a { color: #fff; background:#1c4d9a; }

/* Caption */
.caption { z-index:500; position:absolute; bottom:-42px; left:0; height:27px; padding:15px 20px 0 20px; background:#000; background:rgba(0,0,0,.7); width:710px; text-shadow:none; font-size:20px; letter-spacing:-1px; font-family:'DroidSansRegular', Arial, sans-serif; color:#fff; font-weight:100; text-shadow:1px 1px 1px #000; }