/* 
   Author: Cagatay KARA
   Author URI: http://www.ckara.com
*/

/* Item Slick */
.itemSlickList{
     display:block;
     float:left;
     width:100%;
     height:250px !important;
     /*overflow:hidden;*/
     background-color:#fff;
}


.itemSlickItem{
     display:block;
     float:left;
     width:100%;
     max-height:250px !important;
     overflow:hidden;
}

.itemSlickItemIn{
    float:left;
    display:block;
    width:100%;
    height:240px !important;
    overflow:hidden;
    margin-bottom: 10px;
    overflow: hidden;
    text-align: center;
    color:#aaa;
    font-weight:normal;
    font-size: 1.2em !important;    
    
}

.itemSlickItemImage{
    display:block;
    float:left;
    width:100%;
    height:200px !important;
    overflow:hidden;
    margin-bottom: 10px;
    overflow: hidden;
}

.itemSlickItemCaption{
    display:block;
    float:left;
    width:100%;
    height:40px !important;

    
}

.itemSlickItemIn .dark{
    color:#666;
}


.itemSlickItemIn img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
	max-width: 100%;
	max-height:80%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;    
  background-color:#fff;
    
}

.itemSlickItemIn:hover{
	      color:#fff;
      font-weight:bold;
      font-size: 1.2em !important;
	
	
}

.itemSlickItemIn.dark:hover{
	      color:#000;
      font-weight:bold;
      font-size: 1.2em !important;
	
	
}

.itemSlickItemIn:hover img{
-moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);  
    
}
