/*!
* 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-vertical > :first-child {
margin-top: 0;
}

   .kwicks {
                width: 960px;
                height: 400px;
				margin:0 5px 10px 5px;
            }
            .kwicks > li {
				position:relative;
                height: 400px;
                /* overridden by kwicks but good for when JavaScript is disabled */
                margin-left: 5px;
                float: left;
				top:5px;
            }

			
			.kwicks li img{
			position:relative;
			}
			
          /********** kiwi slider **********/

.kwicks .zoom-text{
background:#ff8935 url(../files/link.png) no-repeat center center;
opacity:0;
filter: alpha(opacity=0);
}

.kwicks .zoom-text h5,.kwicks .zoom-text p{
margin:0;
}
.zoom-text:hover{
opacity:0.8;
filter: alpha(opacity=80);
}

div.slider-text div{
position:absolute;
bottom:10px;
width:100%;
margin:0;

opacity:0;
filter: alpha(opacity=0);
}

.kwicks .slider-text:hover div{
opacity:0.8;
filter: alpha(opacity=80);
}