/*!
 *  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 div {
	position:absolute;
	left:80px;
	top:40px;
	width:665px;
	height:265px;
	line-height:1.5em;
	color:#97a0a3;
}

.kwicks span {
	display:block;
	width:50px;
	height:265px;
	background:none;
	outline:none;
}
#kwick_1 span {
	background:url(../images/tab1.gif) left top no-repeat;
}
#kwick_1.active span {
		background:url(../images/tab1-active.gif) left top no-repeat;
}
#kwick_2 span {
	background:url(../images/tab2.gif) left top no-repeat;
}
	#kwick_2.active span {
		background:url(../images/tab2-active.gif) left top no-repeat;
	}
#kwick_3 span {
	background:url(../images/tab3.gif) left top no-repeat;
}
	#kwick_3.active span {
		background:url(../images/tab3-active.gif) left top no-repeat;
	}
#kwick_4 span {
	background:url(../images/tab4.gif) left top no-repeat;
}
	#kwick_4.active span {
		background:url(../images/tab4-active.gif) left top no-repeat;
	}
#kwick_5 span {
	background:url(../images/tab5.gif) left top no-repeat;
}
	#kwick_5.active span {
		background:url(../images/tab5-active.gif) left top no-repeat;
	}