/*!
 *  Kwicks: Sexy Sliding Panels for jQuery - v2.2.1
 *  http://devsmash.com/projects/kwicks
 *
 *  Copyright 2013 Jeremy Martin (jmar777)
 *  Contributors: Duke Speer (Duke3D), Guillermo Guerrero (gguerrero)
 *  Released under the MIT license
 *  http://www.opensource.org/licenses/mit-license.php
 */
/*
 *  This file contains styles that are common to all kwicks instances.  Note that each kwicks instance requires
 *  additional styling - please see the examples for more info.
 */
.kwicks {
	display: block;
	list-style-type: none;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.kwicks > * {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}/*
.kwicks.kwicks-processed > * {
	margin: 0;
	position: absolute;
}*/
.kwicks-horizontal > * {
	float: left;
}
.kwicks-horizontal > :first-child {
	margin-left: 0;
}
.kwicks-vertical > :first-child {
	margin-top: 0;
}

.kwicks:after{clear:both;content:'';display:block}
.kwicks-horizontal>li{height:500px;}

.kwicks-horizontal>li>a{
display: table;
width: 100%;
height: 100%;}

.kwicks-vertical>li>a{
display: table;
width: 100%;
height: 100%;}

.kwicks-horizontal>li:nth-child(1)>a{background:url(../img/m_b_1.jpg) no-repeat 0 0; -webkit-background-size: cover;
background-size: cover;}
.kwicks-horizontal>li:nth-child(2)>a{background:url(../img/m_b_2.jpg) no-repeat 0 0; -webkit-background-size: cover;
background-size: cover;}
.kwicks-horizontal>li:nth-child(3)>a{background:url(../img/m_b_3.jpg) no-repeat 0 0; -webkit-background-size: cover;
background-size: cover;}
.kwicks-horizontal>li:nth-child(4)>a{background:url(../img/m_b_4.jpg) no-repeat 0 0; -webkit-background-size: cover;
background-size: cover;}

.kwicks-vertical>li:nth-child(1)>a{background:url(../img/m_b_1_m.jpg) no-repeat 0 0; -webkit-background-size: cover;
background-size: cover;}
.kwicks-vertical>li:nth-child(2)>a{background:url(../img/m_b_2_m.jpg) no-repeat 0 0; -webkit-background-size: cover;
background-size: cover;}
.kwicks-vertical>li:nth-child(3)>a{background:url(../img/m_b_3_m.jpg) no-repeat 0 0; -webkit-background-size: cover;
background-size: cover;}
.kwicks-vertical>li:nth-child(4)>a{background:url(../img/m_b_4_m.jpg) no-repeat 0 0; -webkit-background-size: cover;
background-size: cover;}

.kwicks-vertical>li{height:150px;}

@media all and (min-width:1px) and (max-width:640px) {







}




