/*!
 *  Kwicks: Sexy Sliding Panels for jQuery - v2.2.0
 *  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!important;
	position: absolute!important;
}
.kwicks-horizontal > * {
	float: right;
    
}
.kwicks-horizontal > :first-child {
	margin-right: 0;
}
.kwicks-vertical > :first-child {
	margin-top: 0;
}


.kwicks-vertical {
		width: 885px;
		height: 359px!important;
        /*height: 500px;*/
		}
	.kwicks-vertical > li {
		/*height: 145px;*/
        height: 250px;
		margin-top: 5px;
		}
	.kwicks-horizontal {
		/*width: 1330px;*/
		height: 100%;
		}
	.kwicks-horizontal > li {
		height: 100%;
		width: 603px;
		float: right;
		margin-right: 5px;
		background-color: #ffffff;
		}
		

.kwicks {
                width: 100%;
            }
            .kwicks > li {
                width: 100%;
            }

