/* 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. */
 

.slider-shadow{
           background: transparent url('../images/overlay.png') repeat-y right top;
           height:405px; 		 
           position:absolute;
           width:100px;
           display:block;
           right:0px;
           z-index: 4;
           }

.kwicks {
          /* recommended styles for kwicks ul container */
          list-style: none;
          position: relative;
          margin: 0;
          padding: 0;
          }
.kwicks li{
            /* these are required, but the values are up to you (must be pixel) */
            width: 120px;
            height: 405px;

            /*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 li a {
            height: 405px;
            text-decoration:none;           
            display: block;
}
#kwick_1 { 
           background-color: #ffffff;
           background-repeat:no-repeat;
           }
#kwick_2 {
           background-color: #ffffff;
           background-repeat:no-repeat;
           }
#kwick_3 {
           background-color: #ffffff;
           background-repeat:no-repeat;
           }
#kwick_4 { 
           background-color: #ffffff;
           background-repeat:no-repeat;
           }
#kwick_5 { 
           background-color: #ffffff;
           background-repeat:no-repeat;
           }
#kwick_6 { 
           background-color: #ffffff;
           background-repeat:no-repeat;
           }
.kwicks.horizontal #kwick_6 {
                              margin-right: none; /* cancel margin on last kiwck (if you set a margin above) */
                              }
.kwicks.vertical #kwick_6 {
                            margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
                            }
.kwicks .ktitle {
                  text-align: center;  
                  width: 580px; 
                  margin-top: 345px;
                  padding-top: 10px;  
                  height: 50px;
                  float: left;  
                  background-color: #ffffff;
                  opacity: 0.6;
                  filter:alpha(opacity=60); 
                  }
.kwicks .ktitle .bigLetter {  
                             font-size: 20px; 
                                line-height: 35px;       
                             text-align: left; 
                             color: #464A72;  
                             padding-left:15px;
                             }  
.kwicks .ktitle .smallLetters {  
                                display: none;  
                                text-align: left;  
                                color: #000000;  
                                font-size: 15px;
                             padding-left:15px; 
                                }  
.kwicks li.active .ktitle .smallLetters {  
                                           display: none; 
                                          }  
.kwicks li.active .ktitle .bigLetter {  
                                         display: block; 
                                       }  
.small-title {  
               font-size: 20px;   
                                line-height: 35px;    
               text-align: left; 
               color: #464A72;  
               }  