@import "../default/styles.css";

.ari-fb-moleskine .booklet {
	-moz-box-shadow:0px 0px 1px #fff;
	-webkit-box-shadow:0px 0px 1px #fff;
	box-shadow:0px 0px 1px #fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

.ari-fb-moleskine .booklet .b-wrap-left{
	background:#fff url(images/left_bg.jpg) no-repeat top left;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.ari-fb-moleskine .booklet .b-wrap-right{
	background:#efefef url(images/right_bg.jpg) no-repeat top left;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.ari-fb-moleskine .booklet .b-counter {
	bottom:10px;
	position:absolute;
	display:block;
	width:90%;
	height:20px;
	border-top:1px solid #ddd;
	color:#222;
	text-align:center;
	font-size:12px;
	padding:5px 0 0;
	background:transparent;
	-moz-box-shadow:0px -1px 1px #fff;
	-webkit-box-shadow:0px -1px 1px #fff;
	box-shadow:0px -1px 1px #fff;
	opacity:0.8;
}

.ari-fb-moleskine {
	margin:0 auto;
	padding-top:50px;
	width:905px;
	height:540px;
	position:relative;
	background:transparent url(images/bg.png) no-repeat 9px 27px;
}

/*.ari-fb-moleskine h1 {
	color:#13386a;
	margin:5px 5px 5px 15px;
	font-size:26px;
	background:transparent url(images/h1.png) no-repeat bottom left;
	padding-bottom:7px;
}*/

.ari-fb-moleskine .booklet .b-wrap-right img {
	border:1px solid #E6E3C2;
}

.ari-fb-moleskine .booklet {
	margin-top: 0 !important;
}

.ari-fb-moleskine .booklet .b-tab {
	background: transparent url(images/buttons.png) no-repeat 0px -40px;
	top: 50% !important;
	margin-top: -20px;
	width: 41px !important;
	height: 40px !important;
	cursor: pointer;
	text-indent: -9999em;
	padding: 0;
}

.ari-fb-moleskine .booklet .b-tab:hover {
	background-color: transparent;
	background-image: url(images/buttons.png);
}

.ari-fb-moleskine .booklet .b-tab-prev {
	left: -80px !important;
}

.ari-fb-moleskine .booklet .b-tab-prev-hover,
.ari-fb-moleskine .booklet .b-tab-prev:hover {
	background-position: 0 0;
}

.ari-fb-moleskine .booklet .b-tab-next {
	right: -80px !important;
	background-position:-41px -40px;
}

.ari-fb-moleskine .booklet .b-tab-next-hover,
.ari-fb-moleskine .booklet .b-tab-next:hover {
	background-position:-41px 0px;
}