﻿/* Flyerboard */
.flyerboardContainer {width:670px;margin:0 auto;}
#addFlyerboard {float:right;font-size:.9em;display:block;margin:0 5px 0 15px;}
.addFlyerboardText {height:20px;margin-top:-5px;}
.addFlyerboardText span {float:right;}
.flyerboard-canvas {background:url(../images/cork.jpg) no-repeat;height:350px;position:relative;width:670px;}
.flyerboard-nav {position:absolute;right:22px;top:8px;width:84px;}
.flyerboard-nav-item {background:url(../images/flyerboard-nav-arrows.png) no-repeat 0 0;cursor:pointer;position:absolute;height:23px;width:37px;}
.flyerboard-nav-left {left:0;}
.flyerboard-nav-right {background-position:-37px 0;right:0;top:1px;}
.flyerboard-nav-item-hover.flyerboard-nav-left {background-position:0 -24px;}
.flyerboard-nav-item-hover.flyerboard-nav-right {background-position:-37px -24px;}