/* Work Page */
.flexslider { background: #fff; position: relative; overflow: hidden; margin-bottom: 2em; }
ul.slides li { display: none; }
ul.slides li img { display: block; margin: 0 auto; }

.flex-direction-nav { list-style: none; margin: 0; padding: 0; }
.flex-direction-nav a { display: block; text-indent: -9999em; position: absolute; top: 25px; width: 32px; height: 32px; background: url("/images/media-arrows.png") no-repeat; z-index: 10; cursor: pointer; }
.flex-direction-nav a.flex-prev { background-position: 0 0; right: 65px; }
.flex-direction-nav a.flex-next { background-position: right 0; right: 25px; }
.flex-direction-nav a.flex-prev:hover { background-position: 0 bottom; }
.flex-direction-nav a.flex-next:hover { background-position: right bottom; }