.kwicks {  
    list-style: none;  
    position: relative;  
    margin: 0;  
    padding: 0;  
} 

.kwicks li {
    float: left;
    width: 244px; 
    height: 300px;
    margin-right: 5px;
}  
#kwick1 {
	background: url("http://icel.edu.mx/images/icel/eventos/expoempleo_LaVilla_2011/expo_acordion.jpg") no-repeat ;
   /*background-color: #53b388;  */
}  
#kwick2 {  
	background: url("../img/alumnos.png") no-repeat ;
   /*background-color: #5a69a9;  */
}  
#kwick3 {  
	background: url("../img/empresas.png") no-repeat ;
    /*background-color: #c26468;*/
} 

