/* prev, next, prevPage and nextPage buttons */
.browse {
    background:url(slider-arrows.png) no-repeat;
    display:block;
    width: 11px;
    height: 21px;
    margin: 0;
    cursor:pointer;
    font-size:1px;
	position:absolute;
	top: 40px;
}

.b-carusel_preloaded  {
	display: none;
}
/* right */
.b-carusel_next {
	background-position: -11px 0;
	margin-right: 0px;
    right: 0px;
}


.b-carusel_next:hover {
	background-position:-11px -42px;
}

.b-carusel_next.disabled {
	background-position:-11px -21px;
	cursor: default;
}

/* left */
.b-carusel_prev {
	background-position: 0 0;
	margin-left: 0px;
    left: 0px;
}

.b-carusel_prev:hover {
	background-position: 0px -42px;
}

.b-carusel_prev.disabled {
	background-position: 0px -21px;
	cursor: default;
}


.b-carusel_pagination {
	text-align: center;
	margin: 0 auto 0 auto;
	position:relative;
	bottom: -104px;
}
.b-carusel_pagination a {
	background: url(navigator.png) 0 0 no-repeat;
    width:8px;
    height:8px;
	margin: 0 3px 0 0;
	display: inline-block;
	cursor: pointer;
}

.b-carusel_pagination a:hover {
	background: url(navigator.png) -8px 0 no-repeat;
}

.b-carusel_pagination a.selected {
	background-position:0 -16px !important;
	cursor: default;
}

.b-carusel_pagination a span {
	display: none;
}
.clearfix {
	float: none;
	clear: both;
}

.b-carusel  {
	margin: auto;
	width: 798px;
	height: 128px;
	position: relative;
}

.b-carusel_carusel {
	margin: 0 0 0 0;
	width: 756px;
	position: absolute;
	left: 21px;
	top: 0px;
}

.b-carusel_carusel img {
	padding:4px;
    cursor:pointer;
	filter: alpha(opacity=100);
	opacity: 1;
	margin: 0;
	display: block;
	float: left;
	background:url("/img/spinner.png") no-repeat;
	background-position: center;
	/*background-color: #888888;*/
}

.b-carusel_carusel img:hover{
	filter: alpha(opacity=70);
	opacity: 0.7;
}

/* active item */
.b-carusel_carusel img.active {
	padding:2px;
    border:2px solid #E83115;
    cursor:default;
}

.b-carusel_carusel div.active img {
	padding:2px;
    border:2px solid #E83115;
    cursor:default;
}

.b-carusel__idx {
	margin: 0 0 0 0;
	width: 40px;
	position: absolute;
	right: 23px;
	bottom: 0px;
	text-align: right;
}

.b-view {
	margin: 0px auto auto auto;
	text-align: center;
}

.b-view__nav {
	height: 20px;
}

.b-view__body {
	cursor:pointer;
}

.b-view__body .b-img__elem {
	background:url("/img/spinner.png") no-repeat;
	background-position: center;
	/*background-color: #888888;*/
}

.b-img__info {
	text-align: left;
}

.M {
	width: 700px;
}

.L {
	width: 800px;
}

.XL {
	width: 900px;
}

.XXL {
	width: 1000px;
}

.b-img__caption {
	text-align: left;
}

.b-thumb div {
	display: none;
}

/*========================*/
/*===  Story           ===*/
/*========================*/

.b-story {
  width: 250px;
  height:250px;
  margin: 10px 23px 10px 23px;
  float: left;
  position: relative;
}

.b-story__img {
  position: absolute;
  top: 31px;
	background:url("/img/spinner.png") no-repeat;
	background-position: center;
	background-color: #888888;
}

.b-story__img:hover{
	filter: alpha(opacity=70);
	opacity: 0.7;
}


.b-story__info {
	text-align: justify;
}

.b-story h4 {
  margin-bottom: 12px;
}

.b-story__caption, .title {
  color: #444;
  font-family: 'Open Sans Condensed', 'Helvetica Neue', Helvetica, Arial;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

.b-story__caption, .title {
  font-size: 21px;
  line-height: 21px;
  margin-bottom: 20px;
}

.title {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 40px;
}

.description {
}


/*========================*/
/*===     Social       ===*/
/*========================*/

div .plusone, .twitter, .fb-like {
    font-size: 1px;
    display: inline-block;
}

div .fb_reset {
    display: inline;
}

.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
