/*!
 *  Kwicks: Sexy Sliding Panels for jQuery - v2.1.0
 *  http://devsmash.com/projects/kwicks
 *
 *  Copyright 2013 Jeremy Martin (jmar777)
 *  Contributors: Duke Speer (Duke3D)
 *  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: inline-block;
	list-style-type: none;
	list-style: none;
	position: relative;
	margin: 0;
	margin-left:10px;
	padding: 0;
	height:60px;
	width: 450px;
	float:left;
}
.kwicks > * {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
	height:60px;
}
.kwicks.kwicks-processed > * {
	margin: 0;
	position: absolute;
	height: 60px;
}
.kwicks-horizontal > * {
	float: left;
}
.kwicks-horizontal > :first-child {
	margin-left: 0;
}
.kwicks-vertical > :first-child {
	margin-top: 0;
}

.kwicks
{
	height: 60px;
}

.kwicks > li
{	
	height: 60px;
	background-color: #e6eefa;
	/* overridden by kwicks but good for when JavaScript is disabled */
	width: 30px;
	margin-left: 5px;
	float: left;
}

.kwicks > li.kwicks-expanded { background-color: #e6eefa; }
.kwicks > li.kwicks-selected { background-color: #e6eefa; }