/*!
 *  Kwicks: Sexy Sliding Panels for jQuery - v2.0.0
 *  http://devsmash.com/projects/kwicks
 *
 *  Copyright 2012 Jeremy Martin (jmar777)
 *  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-horizontal {
	margin-left: 0px;
}

.kwicks-vertical > :first-child {
	margin-top: 0;
}
.kwicks {
		width: 400px;
		height: 150px !important;
	}
	.kwicks > a {
		width: 125px;
		height: 190px;
		/* overridden by kwicks but good for when JavaScript is disabled */
		/*margin-left: 5px;
		float: left;*/
	}

	/*#panel-1 { background-color: #53b388; }
	#panel-2 { background-color: #5a69a9; }
	#panel-3 { background-color: #c26468; }
	#panel-4 { background-color: #bf7cc7; }*/
	

.kwicks .timec { 
  display: none; 
  text-align: justify; 
  width: 255px;
  font-size: 11px; 
  padding:4px;
  color:#333;
  line-height:17px;
  margin-top: 24px;	
} 
.kwicks a:hover .timec { 
  display: block; 
}

.kwick_panel
{
	background:#f4f4f4; 
	font-size:13px; 
	color:#333;  
    background: url("../images/steel_bg.png") repeat scroll center top #fff ; 
    border-radius:8px;
    box-shadow:1px 3px 3px #555;
}

.kwicks a
{
	text-shadow:#fff 0 -1px 0;
	color:#019fc6; 
	line-height:14px;
}

	
