/* This css file serves as a template for styling your kwicks.  Feel free to modify, but please make note of the comments - some of them are important. */
.kwicks, .kwicks2 {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	margin-bottom:6px;
}
.kwicks div, .kwicks2 div{
	/* these are required, but the values are up to you (must be pixel) */
	width: 135px;
	height: 104px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal div, .kwicks2.horizontal div {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
}
.kwicks_inner {   
    visibility:hidden;
 }
.kwicks_inner h3 {
	color:#F15C31;
}
.kwicks_inner div {
	font-size:0.85em;
}
#kwick_1, #kwick_2, #kwick_3 {
		/*position:relative;*/
}
.active .kwicks_inner{
     visibility:visible;
     background-color:#000000;
	bottom:0;
	display:block;
	left:0;
	overflow:hidden;
	position:absolute;
	width:100%;
	background:url(../images/kwickspix.png);
	color:#FFFFFF;
	height:68px;
	cursor:pointer;
	padding:5px;
	width:290px !important;
 } 
.active .kwicks_inner h3, .active .kwicks_inner div{
	width:290px !important;
}
.kwicks.horizontal #kwick_3, .kwicks.horizontal #kwick_6 {
	margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
}


