/* 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 {
  /* 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:266px;
  height:346px;
  /* do not change these */
  display:block;
  overflow:hidden;
  padding:0;
}
.kwicks.horizontal li {
	margin:0;
	float:left;
	width: 800px;
	height: 346px;
}
.kwicks.vertical  li{
  margin:0;
}

#kwick_1 {
}
#kwick_2 {
	float: left;
}
#kwick_3 {
	float: none;
	width: 800px;
	height: 346px;
}
#cross1,
#cross2,
#cross3 {
	margin-left:40px;
	width:800px;
	height:346px;
}

