/** * BxSlider v4.0 - Fully loaded, responsive content slider * http://bxslider.com * * Written by: Steven Wanderski, 2012 * http://stevenwanderski.com * (while drinking Belgian ales and listening to jazz) * * CEO and founder of bxCreative, LTD * http://bxcreative.com */ /** RESET AND LAYOUT ===================================*/ .bx-wrapper { position: relative; margin: 0 auto 5px; padding: 0; *zoom: 1; } #bx-pager a.active img:hover { margin: 6px; } #bx-pager a img { margin: 6px; } #bx-pager a img:hover { margin: 6px; } .bx-wrapper img { display: block; float: right; padding: 10px; } /** THEME ===================================*/ .bx-wrapper .bx-viewport { /* -moz-box-shadow: 0 0 5px #ccc; -webkit-box-shadow: 0 0 5px #ccc; box-shadow: 0 0 5px #ccc; border: solid #fff 5px; left: -5px;*/ } .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto { position: absolute; bottom: -30px; width: 100%; } /* LOADER */ .bx-wrapper .bx-loading { min-height: 50px; background: url(../images/bx_loader.gif) center center no-repeat #fff; height: 100%; width: 100%; position: absolute; top: 0; left: 0; z-index: 2000; } /* PAGER */ .bx-wrapper .bx-pager { text-align: center; font-size: .85em; font-family: Arial; font-weight: bold; color: #666; padding-top: 20px; } .bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item { display: inline-block; *zoom: 1; *display: inline; } .bx-wrapper .bx-pager.bx-default-pager a { background: #666; text-indent: -9999px; display: block; width: 10px; height: 10px; margin: 0 5px; outline: 0; -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; } .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active { background: #000; } /* DIRECTION CONTROLS (NEXT / PREV) */ .bx-wrapper .bx-prev { left: 5px; background: url(images/l.png) center no-repeat; } .bx-wrapper .bx-next { right: 5px; background: url(images/r.png) center no-repeat; } .bx-wrapper .bx-controls-direction a { position: absolute; top: 50%; margin-top: -16px; z-index: 9999; display: block; width: 30px; height: 70px; text-indent: -9999px; margin: 0; background-color: #444; background-color: rgba(60, 60, 60, 0.6); background-position: center center; background-repeat: no-repeat; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-transition: all 50ms ease-out; -moz-transition: all 50ms ease-out; -o-transition: all 50ms ease-out; transition: all 50ms ease-out; opacity: 0.8; filter: alpha(opacity=80); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15); outline: none; display:none; } .bx-wrapper .bx-controls-direction a.disabled { display: none; } /* AUTO CONTROLS (START / STOP) */ .bx-wrapper .bx-controls-auto { text-align: center; } .bx-wrapper .bx-controls-auto .bx-start { display: block; text-indent: -9999px; width: 10px; height: 11px; outline: 0; background: url(../images/controls.png) -86px -11px no-repeat; margin: 0 3px; } .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-start.active { background-position: -86px 0; } .bx-wrapper .bx-controls-auto .bx-stop { display: block; text-indent: -9999px; width: 9px; height: 11px; outline: 0; background: url(../images/controls.png) -86px -44px no-repeat; margin: 0 3px; } .bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-stop.active { background-position: -86px -33px; } /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */ .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager { text-align: left; width: 80%; } .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto { right: 0; width: 35px; } /* IMAGE CAPTIONS */ .bx-wrapper .bx-caption { position: absolute; bottom: 0; left: 0; background: #666\9; background: rgba(80, 80, 80, 0.75); width: 100%; } .bx-wrapper .bx-caption span { color: #fff; font-family: Arial; display: block; font-size: .85em; padding: 10px; } html { font-family: Arial, Helvetica, sans-serif; font-size: 13px; color: #333333; line-height: 17px; margin: 0; padding: 0; } body { /* margin: 0; padding: 0; background: url("https://cdn.shopify.com/s/files/1/0301/9469/files/bgstripes.jpg?7037")repeat center center fixed; */ background-color:white; } h1 { font-family:Arial, Helvetica, sans-serif; font-size:18px; color: #fff; } a { text-decoration: none; } a hover{ color: #effe00; } ul { margin: 0; padding: 0; } li { list-style: none; } img { max-width:60%; } #Bg_container { width: 100%; height: auto; } .content { width: 915px; height: 100%; margin: 0 auto; margin-top: 30px; } #Silder_holder { height: 100%; margin: 0 auto; margin-top: 12.5px; float: left; width: 60%; } #bx-pager { margin-top: 40px; width: 35%; float: right; margin-right: 40px; } #Footer { padding: 16px 20px 30px 20px; display: block; font-size: 12px; } #Footer_left { float: left; } #Footer_right { float: right; } .blurb { width:600px; margin:0 auto; } .blurb p{ font-size:12px; color:#fff; } .logo { position: absolute; top: 31%; left: 10%; } #bx-pager a img { margin: 6px; max-width: 21%; min-width: 20%; } .footer { width: 150px; margin: 0 auto; clear: both; padding-top:40px; } .push{ margin-top: 12.5%; } #foot{ margin-bottom:100px; position:relative; } jQuery(document).ready(function(){ jQuery('.bxslider').bxSlider({ adaptiveHeight: true, pagerCustom: '#bx-pager' }); }); {{ head_content }}
 photo joeySmall_zpsd4c728c5.jpg  photo 2small_zpsa30e6d93.jpg  photo 3small_zpsf52288f9.jpg  photo 4small_zps197623d5.jpg  photo 5small_zps88408b87.jpg  photo 6small_zpsd0fda228.jpg  photo 7small_zps4fe480f1.jpg  photo 8small_zpsf386f05a.jpg  photo 9small_zps6fec0c5e.jpg  photo 10small_zps5528dd91.jpg  photo 11small_zps718bfe45.jpg  photo 12small_zps6a613403.jpg