/*   
Theme Name: Publiweb
Theme URI: http://publiweb.com.br
Description: 
Author: Publiweb
Author URI: http://publiweb.com.br
Version: 0.0.1
*/

@import 'css/bootstrap.css';
@import 'css/jquery.scrollbar.css';
@import 'css/jquery.fancybox.css';

/* global */
body {
	color: #5a5a5a;
}

#page-wrap {
	width: 1000px;
	margin: 0 auto;
	background: #ffffff;
	-webkit-box-shadow:  0px 3px 10px 5px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 3px 10px 5px rgba(0, 0, 0, 0.1);
}

.home #page-wrap {
    padding-top: 100px;
}

a.logo {
	display: block;
	text-indent: -999px;
	overflow: hidden;
	width: 220px;
	height: 60px;
	background: url('img/logo-publiweb-marketing-digital.png') no-repeat top center;
}

a.logo.logo2 {
	width: 139px;
	height: 49px;
	background: url('img/logo-publiweb-marketing-digital2.jpg') no-repeat top center;;
}

a.logo.logo3 {
	width: 142px;
	height: 38px;
	background: url('img/logo-publiweb-marketing-digital3.png') no-repeat top center;;
}

iframe {
	border: none;
}

.block-title {
	border-bottom: 1px solid #b11116;
	text-align: center;
	line-height: 200%;
	margin-bottom: 30px;
	font-size: 18px;
}

.block-title.pull-left {
	padding: 0 60px 0 5px;
	margin-bottom: 15px;
}

.block-title.font26 {
	font-size: 26px;
}

.divider {
	border-top: 1px solid #b11116;
}

.dynamic-content {
	text-align: justify;
}

.wp-pagenavi {
	padding: 0 !important;
}

.container-block {
	margin-bottom: 75px;
}

.phones {
	font-size: 24px;
	text-align: right;
}

.phones  span {
	padding-left: 38px;
}

.phones small {
	font-size: 14px;
}

.thumbnail {
	border: none;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0 5px 10px 0;
	
	-webkit-box-shadow: 2px 2px 3px 1px rgba(0, 0, 0, 0.2);
	box-shadow:  2px 2px 3px 1px rgba(0, 0, 0, 0.2);
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0px;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px;
}

.mCS-dark-thin>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #989898;
}

.alignleft {
	display: inline;
	float: left !important;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right !important;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.textcenter {
	text-align: center;
}

.textjustify {
	text-align: justify;
}

.textright {
	text-align: right;
}

#map-canvas, #map_canvas {
	width: 415px;
	height: 252px;
}

.nav-tabs > li > a {
	min-width: 155px;
	font-size: 12px;
	text-align: center;
	line-height: 100%;
	padding: 10px 0;
}

::-webkit-input-placeholder {
   font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
   font-style: italic;
}

::-moz-placeholder {  /* Firefox 19+ */
   font-style: italic;
}

:-ms-input-placeholder {  
	font-style: italic;
}

/* sprite */
.sprite {
	background: url('img/sprite.png') no-repeat transparent;
}

.sprite.social {
	width: 27px;
	height: 27px;
	display: inline-block;
	text-decoration: none;
	margin-left: 10px;
}

.sprite.social.facebook {
	background-position: 0px 0px;
}

.sprite.social.twitter {
	background-position: -30px 0px;
}

.sprite.social.google {
	background-position: -60px 0px;
}

.sprite.social.youtube {
	background-position: -90px 0px;
}

.sprite.social.linkedin {
	background-position: -120px 0px;
}

.sprite.social.pinterest {
	background-position: -150px 0px;
}

.sprite.social.picasa {
	background-position: -180px 0px;
}

.sprite.send-btn {
	width: 199px;
	height: 70px;
	border: none;
	background-position: 0px -35px;
	overflow: hidden;
	text-indent: -999px;
}

.sprite.prev-arrow,
.sprite.next-arrow {
	width: 14px;
	height: 27px;
	display: block;
	text-decoration: none;
	position: absolute;
	margin-top: 55px;
}

.sprite.prev-arrow {
	background-position: -140px -145px;
}

.sprite.next-arrow {
	background-position: -140px -115px;
	margin-left: 945px;
}

.sprite.arrow-top-gray {
	width: 20px;
	height: 10px;
	display: block;
	background-position: -160px -140px;
}

.sprite.arrow-right-gray {
	width: 10px;
	height: 20px;
	display: inline-block;
	background-position: -160px -115px;
}

.sprite.sitemap {
	width: 57px;
	height: 47px;
	background-position: -40px -170px;
}

/* header */
#header {
	padding-top: 47px;
	margin-bottom: 48px;
}

#header h1 {
	margin: 0;
}

.social-links {
	text-align: right;
	margin-top: 10px;
}

/* slider */
.slider {
	margin: 0;
}

.slider li {
	width: 105px;
	padding: 0 35px;
	margin: 0 30px;
	text-align: center;
}

.slider li a {
	padding: 0 !important;
}

.slider li .icon {
	display: table-cell;
	width: 105px;
	height: 80px;
	vertical-align: middle;
}

.slider li .icon .active {
	display: none;
}

.slider li .title {
	font-size: 12px;
	text-transform: lowercase;
	line-height: 150%;
	height: 40px;
}

.slider li span.read-more {
	font-size: 12px;
	font-weight: bold;
	display: block;
	padding: 5px 0;
	background: #f3a3a1;
	color: #ffffff;
	text-shadow: none;
}

.slider li a:hover span.read-more {
	color: #ffffff;
	background: #e11913;
}

.slider li a:hover .icon .inactive {
	display: none;
}

.slider li a:hover .icon .active {
	display: inline;
}

.row-8ps .span5 {
	width: 425px;
}

.row-8ps .span5 .dynamic-content {
	margin: 0 39px;
}

.row-8ps .span6 {
	width: 475px;
}

/* Blog */
.blog.tab-content .slider li {
	width: 215px;
	text-align: justify;
	margin: 0;
}

.blog.tab-content .scroll {
	height: 180px;
}

/* menu principal */
.main-menu li {
	text-align: center;
	float: left;
	margin: 0 90px 30px 60px;
}

.main-menu li.item-4 {
	margin-left: 195px;
}

.main-menu .fale-conosco {
	margin-right: 0;
	margin-left: 85px;
}

.main-menu .nossos-clientes {
	margin-left: 45px;
}

.main-menu li a:hover {
	background-color: transparent;
}

.main-menu li a {
	font-size: 18px;
	color: #5a5a5a;
	font-weight: bold;
}

.main-menu li p {
	margin: 0 5px;
}

.main-menu li.logo {
	display: none;
}

.main-menu li .icon {
	display: block;
	background: url('img/menu-icons.png') no-repeat transparent;
	margin-bottom: 20px;
	padding-top: 125px;
	opacity: 0.4;
}

.main-menu li.item-1 {
	margin-right: 55px;
}

.main-menu .quem-somos .icon {
	background-position: 0px 25px;
	width: 150px;
}

.main-menu .o-que-fazemos .icon {
	background-position: 17px -129px;
}

.main-menu .nossos-clientes .icon {
	background-position: 2px -265px;
}

.main-menu .seja-cliente .icon {
	background-position: 0px -418px;
	width: 149px;
}

.main-menu .nosso-blog .icon {
	background-position: 16px -575px;
}

.main-menu .fale-conosco .icon {
	background-position: 19px -727px;
}

.main-menu.floating {
    width: 1000px;
    margin: 0 auto;
    border-top: 5px solid #b11116;
}

.main-menu.floating .container {
    width: 100%;
    background-color: #fff;
}

.main-menu.floating  .nav {
	background-color: #ffffff;
	width: 960px;
    margin: 0 auto;
}

.main-menu.floating .shadow {
	background: url('img/bg-floating-menu.png') no-repeat top center transparent;
	height: 13px;
}

.main-menu.floating li {
	margin: 0;
}

.main-menu.floating li a {
	font-size: 15px;
}

.main-menu.floating li a.active {
	background: #b11116;
	color: #ffffff;
}

.main-menu.floating li a {
	display: table-cell;
	vertical-align: middle;
	padding: 40px 17px;
}

.main-menu.floating li p {
	margin: 0;
}

.main-menu.floating li.logo {
	display: block;
	margin-right: 15px;
}

.main-menu.floating li.logo a {
	padding: 0;
	margin-top: 25px;
	display: block;
}

.main-menu.floating li .icon {
	display: none;
}

.main-menu.static .container {
	margin-bottom: 15px;
}

/* Agência de marketing digital */
#quem-somos .scroll,
#nossa-historia .scroll {
	height: 340px;
}

/* Nosso time */
.talents.navbar {
	margin-bottom: 0;
}

.talents.navbar .nav > li {
	width: 215px;
	margin: 0;
	font-size: 12px;
}

.talents.navbar .nav > li p {
	text-align: left;
}

.talents.navbar .nav > li strong.name {
	color: #b40f14;
}

.talents .scroll {
	height: 135px;
}

/* Nossos clientes */
.customers .navbar .nav {
	margin: 0;
	text-align: center;
}

.customers .navbar .nav > li > a {
	outline: none;
	padding: 0;
}

.customers .navbar .nav > li,
.customers .navbar .nav > li .customer-logo {
	width: 180px;
	height: 135px;
}

.customers .navbar .nav > li {
	background: url('img/bg-customer-logo.png') no-repeat top left;
	padding: 0 10px 5px 0;
	text-align: center;
	margin: 0 20px 55px;
	float: none;
	display: inline-block;
}

.customers .navbar .nav > li .customer-logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.customers .dynamic-content .scroll {
	height: 300px;
	width: 100% !important;
}

/* Parceiros / Depoimentos */
.testemonials .row,
.partners .row {
	margin-bottom: 25px;
}

.testemonials [class*="span"],
.partners [class*="span"] {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

/* 8Ps */
.metodologia-8ps.nav {
	margin-bottom: 0;
}

.metodologia-8ps li {
	margin-bottom: 35px;
}

.metodologia-8ps .title {
	width: 75px;
	height: 75px;
	font-size: 36px;
	color: #ffffff;
	font-weight: bold;
	float: left;
	background: #dcdddf;
	line-height: 75px;
	text-align: center
}

.metodologia-8ps .title.item-1p {
	background: #cf0000;
}

.metodologia-8ps .title.item-2p {
	background: #690069;
}

.metodologia-8ps .title.item-3p {
	background: #325e96;
}

.metodologia-8ps .title.item-4p {
	background: #4f8bdb;
}

.metodologia-8ps .title.item-5p {
	background: #cb4f00;
}

.metodologia-8ps .title.item-6p {
	background: #ff6600;
}

.metodologia-8ps .title.item-7p {
	background: #ffd500;
}

.metodologia-8ps .title.item-8p {
	background: #99bf4d;
}

.metodologia-8ps .content {
	width: 370px;
	margin-left: 15px;
	float: right;
}

/* Novo cliente */
.row-customer .span5 .dynamic-content {
	margin: 0 40px;
}

/* Formulário novo cliente */
form.new-customer {
	width: 475px;
	background: #436db4;
	margin: 0;
}

form.new-customer .nav {
	margin-top: 15px;
	margin-bottom: 0;
}

form.new-customer .nav li {
    margin-bottom: 4px;
}

form.new-customer .inner {
	padding: 15px;
}

form.new-customer .inner input[type="text"] {
	width: 207px;
}

form.new-customer .inner textarea {
	height: 135px;
    resize: none;
}

form.new-customer .inner input[type="text"].full-size,
form.new-customer .inner textarea.full-size {
	width: 430px;
}

form.new-customer .inner input[type="text"].phone {
    margin-left: 24px;
    width: 185px;
}

form.new-customer .inner p.title {
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	line-height: 24px;
}

form.new-customer .inner p.title span {
	display: block;
	height: 0;
}

/* O que fazemos */
.what-we-do.dynamic-content {
	width: 300px;
	margin: 0 auto;
}

/* soluções */
#solutions {
	margin-bottom: 40px;
}

[id*="solution-"] .modal-body h3 {
	font-size: 18px;
	text-align: center;
}

[id*="solution-"] .dynamic-content .scroll {
	height: 300px;
}


/* Serviços */
#services .accordion-heading > h2 {
	margin: 0;
	font-weight: normal;
	line-height: 20px;
}

#services .accordion-heading .accordion-toggle {
	color: #ffffff;
	font-size: 29px;
	opacity: 0.55;
	padding: 10px 90px;
	text-decoration: none;
}
#services .accordion-group {
	margin-bottom: 1px;
	border: none;
}

#services .accordion-group .accordion-inner .span11 {
	width: 885px;
}

#services .accordion-toggle {
	background: url('img/collapse.png') no-repeat 25px 4px;
}

#services .accordion-toggle.in {
	background-position: 25px -30px;
}

/* Fale conosco */
.contact .dynamic-content {
	margin: 0 15px 0 65px;
}

/* footer */
#footer {
	padding-top: 10px;
	margin-top: 60px;
	margin-bottom: 115px;
}

#footer .span3 {
	width: 160px;
}

#footer .span9 {
	width: 780px;
}

#footer a.logo {
	margin-top: 30px;
}

#footer .sitemap {
	float: left;
	margin: 21px 0 20px 50px;
}

#footer .copyright {
	margin-top: 5px;
}

#footer .share-buttons {
	text-align: right;
	margin: 5px -50px 0 0;
}

.footer-menu {
	float: left;
	margin: 20px 55px 20px 0;
}

.footer-menu.last {
	margin-right: 0;
}

.footer-menu ul {
	list-style: none;
	margin: 0;
}

.footer-menu a {
	color: #5a5a5a;
	line-height: 40px;
	font-weight: bold;
}

.footer-menu .sub-menu a {
	font-weight: normal;
}

.share-buttons .twitter-share-button {
	width: 100px !important;
	margin-left: 10px;
}

.navbar-fixed-bottom {
	height: 50px;
	background: #000000;
    color: #ffffff;
}

.navbar-fixed-bottom .pull-left strong {
	font-size: 20px;
	line-height: 58px;
}

.navbar-fixed-bottom form.new-customer {
	width: auto;
	height: auto;
	background: transparent;
}

.navbar-fixed-bottom form.new-customer .nav {
	margin: 0;
    width: 680px;
}

.navbar-fixed-bottom form.new-customer .nav li {
	float: left;
    margin-right: 12px;
}
	
.navbar-fixed-bottom form.new-customer .inner input[type=text],
.navbar-fixed-bottom form.new-customer .inner textarea {
	width: 140px;
	height: 10px;
	line-height: 15px;
}

.navbar-fixed-bottom form.new-customer .inner input[name=nome] {
    width: 195px;
}

.navbar-fixed-bottom form.new-customer .inner input[name=email] {
    width: 125px;
}

.navbar-fixed-bottom form.new-customer .inner textarea {
    width: 345px;
}

.navbar-fixed-bottom form.new-customer input[type=text].phone {
    margin-left: 0;
}

.navbar-fixed-bottom form.new-customer .sprite.send-btn {
	background-position: 0px -115px;
	height: 42px;
	width: 120px;
	position: relative;
	top: -54px;
}

.navbar-fixed-bottom form.new-customer .inner {
	padding: 0;
}

.navbar-fixed-bottom form.new-customer .inner p.title {
	font-size: 12px;
	font-style: italic;
	margin: 0;
	text-align: left;
	padding-left: 2px;
}

.navbar-fixed-bottom form.new-customer .inner p.title span {
	display: inline;
}

.navbar-fixed-bottom .go-up {
	width: 65px;
	position: relative;
	/*top: -37px;*/
	top: 15px;
	float: right;
}

.navbar-fixed-bottom .go-up a {
	color: inherit;
}

.navbar-fixed-bottom .go-up p {
	text-align: center;
	font-weight: bold;
}

.navbar-fixed-bottom .go-up .arrow-block {
	display: none;
	height: 53px;
	background: #8d8e8f;
	margin-top: 6px;
}

.navbar-fixed-bottom .arrow-right-gray {
	margin: 20px 24px 0 17px;
}

.navbar-fixed-bottom .go-up .arrow-top-gray {
	margin: 0 auto;
}

/* Lightbox */
.modal {
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	border: none;
	background: transparent;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.modal .container {
	width: 960px;
}

.modal-backdrop {
	background-color: #ffffff;
}

.modal-header {
	position: relative;
	top: -90px;
	padding: 20px 30px;
	background: #e9eaea;
	z-index: 1;
}

.modal-header button.close {
	background: url('img/sprite.png') no-repeat 0px -170px transparent;
	width: 32px;
	height: 42px;
	opacity: 1;
}

.modal-header h3 {
	text-align: center;
}

.modal-header h3 .logo {
	margin: 0 auto;
}

.modal-body {
	left: 100%;
	top: -90px;
	padding-top: 110px;
	width: 100%;
	background: #ffffff;
	max-height: none;
}

.modal-body .bottom {
	height: 30px;
	background: #e9eaea;
	line-height: 30px;
	text-align: right;
	padding: 0 20px;
}

.modal-body .bottom a {
	color: #858585;
}

#thanks.modal .modal-header h3 {
	position: absolute;
	left: 50%;
	margin-left: -71px;
}

#thanks.modal .modal-body p.title {
	font-size: 45px;
	line-height: 250%;
	text-align: center;
}

#thanks.modal .modal-body {
	padding-bottom: 50px;
}

/* Sidebar */
#sidebar {
	margin-left: 60px;
}

.widget_categories ul {
	margin-bottom: 20px;
	margin-left: 0;
	list-style: none;
}

.widget_categories ul > li {
	line-height: 200%;
}

.widget_categories ul > li a {
	color: #5a5a5a;
}

.widget_categories ul > li.current-cat a {
	color: #b11116;
}

/* Archive */

.archive .block-title.pull-left {
	margin-top: 0;
	line-height: 30px;
}

.archive .span8 {
	margin-right: 60px;
	width: 630px;
}

.archive .post {
	margin-bottom: 30px;
}

.archive .entry {
	width: 405px;
	margin-left: 10px;
	text-align: justify;
}

.archive .entry a.read-more {
	font-weight: bold;
}

/* Page */
.page .span5 {
	margin-left: 40px;
}

.page .span6 {
	margin-right: 40px;
}

.page .span11 {
	float: none;
	margin: 0 auto;
}

/* mapa do site */
.ss_wrapper a {
	color: #5a5a5a;
}

.ss_wrapper .ss_cat_header {
	font-weight: bold;
}

/* carousel */
.carousel-indicators  {
	margin: 28px auto;
	position: static;
}

.carousel-indicators li {
	background: #999999;
	width: 12px;
	height: 12px;
	border-radius: 0;
	display: inline-block;
	float: none;
	cursor: pointer;
}

.carousel-indicators .active {
	background: #b20000;
}

/* Validaçao de formulário */
.form-error {
	padding: 10px;
	line-height: 1.3;
	font-size: 15px;
}

.form-error [class*="span"] {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.form-error .span3 {
	padding-right: 25px;
}

.form-error .title {
	font-size: 38px;
}

.form-error .title + p {
	font-size: 17px;
}

.form-error ol {
	list-style: none;
	margin: 10px 0;
}

/* Ficha cadastral */
.page-template-tpl-ficha-cadastral-php .nav.nav-tabs,
.page-template-tpl-ficha-franqueado-php .nav.nav-tabs {
	margin-top: 70px;
}

.page-template-tpl-ficha-cadastral-php .nav.nav-tabs > li input[type="radio"],
.page-template-tpl-ficha-franqueado-php .nav.nav-tabs > li input[type="radio"] {
	margin: 0 10px 0 55px;
}

.page-template-tpl-ficha-cadastral-php .nav.nav-tabs > li label,
.page-template-tpl-ficha-franqueado-php .nav.nav-tabs > li label {
	display: inline;
	color: #b11116;
}

form.ficha-cadastral .span6 {
	margin-right: 0;
	width: 470px;
}

form.ficha-cadastral fieldset {
	padding: 1px 15px;
	margin-bottom: 18px;
	background: #ebebeb;
	
}

form.ficha-cadastral .first-col fieldset {
	margin-left: 60px;
}

form.ficha-cadastral .last-col fieldset {
	margin-right: 60px;
}

form.ficha-cadastral  label {
	color: #b11116;
	font-size: 12px;
	line-height: 1;
}

form.ficha-cadastral li,
form.ficha-cadastral li div {
	margin-top: 15px;
}

form.ficha-cadastral .nav > li a {
	display: inline;
	font-size: 10px;
	color: #5a5a5a;
	text-decoration: underline;
}

form.ficha-cadastral .nav > li a.search-cep {
	display: block;
	margin-top: 17px;
}

form.ficha-cadastral .nav > li.clone-field {
	margin-top: 0;
	line-height: 1;
}

form.ficha-cadastral .nav > li.legend {
	font-size: 12px;
}

form.ficha-cadastral li span {
	display: block;
	float: left;
	margin-right: 10px;
}

form.ficha-cadastral li span.last {
	margin-right: 0;
}

form.ficha-cadastral input[type=text] {
	padding: 0 5px;
	margin-bottom: 0;
}

form.ficha-cadastral select {
	height: 22px;
	padding: 0;
}

form.ficha-cadastral .nav > li .w368 {
	width: 368px;
}

form.ficha-cadastral .nav > li .w238 {
	width: 238px;
}

form.ficha-cadastral .nav > li .w173 {
	width: 173px;
}

form.ficha-cadastral .nav > li .w160 {
	width: 160px;
}

form.ficha-cadastral .nav > li .w134 {
	width: 134px;
}

form.ficha-cadastral .nav > li .w108 {
	width: 108px;
}

form.ficha-cadastral .nav > li .w95 {
	width: 95px;
}

form.ficha-cadastral .nav > li .w55 {
	width: 55px;
}

form.ficha-cadastral button[type=submit] {
	width: 103px;
	height: 35px;
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	border: none;
	margin: 65px auto;
	display: block;
	background: url('img/bg-btn-enviar.png') no-repeat top center transparent;
}

form.ficha-cadastral .contract-panel > a,
form.ficha-cadastral .accept-contract > label {
    display: inline-block;
    color: #000000;
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 14px;
}

form.ficha-cadastral .accept-contract > label {
    position: relative;
    left: 7px;
    top: 3px;
}

/* Slider */
#slider-wrapper {
    height: 420px;
    margin-bottom: 50px;
    background: url('img/bg-carousel.jpg');
}

#slider-wrapper .inner {
    position: absolute;
    width: 100%;
    height: 420px;
    left: 0;
    overflow: hidden;
}

.roundabout-holder  { 
	height: 415px;
	width: 1100px;
	position: absolute;
	left: 50%;
	margin: 2px 0 0 -550px;
}

.roundabout-moveable-item {
   width: 556px;
   height: 415px;
   overflow: hidden;
   cursor: pointer;
   list-style-type: none;
}

.roundabout-moveable-item img {
	height: 100%;
	width: 100%;
	display: block;
}

.roundabout-in-focus { 
	cursor: auto;
}

.roundabout-in-focus a {
    display: block;
    width: 556px;
    height: 415px;
}

#slider-wrapper #next,
#slider-wrapper #previous {
	width: 72px;
	height: 71px;
	background-repeat: no-repeat;
	background-position: left top;
    background-image: url('img/btn-next-prev.png');
	position: absolute;
	top: 174px;
	z-index: 999;
}

#slider-wrapper #next { 
	background-position: -72px top;
	right: 50%;
	margin-right: -315px;
}

#slider-wrapper #next:hover {
    background-position: -72px -71px;
}

#slider-wrapper #previous {
	left: 50%;
	margin-left: -326px;
}

#slider-wrapper #previous:hover {
    background-position: left -71px;
}


