

.kwicks {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 179px;
	height: 500px;

	/*do not change these */
	display: block;
	overflow: hidden;
	padding: 0px;  /* if you need padding, do so with an inner div (or implement your own box-model hack) */
}
.kwicks.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	 /*Set to same as spacing option. */	
	float: left;
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	 /*Set to same as spacing option. */	
}



#kwick_1 { 
	background-image: url('http://www.draw.pt/images/fotos/foto_00.jpg');	
	cursor: pointer;
	
}



#kwick_2 {
	background-color: #ffffff;
	background-image: url('http://www.draw.pt/images-content/img_101230_040312.jpg');
	cursor: pointer;
}

#kwick_3 {
	background-color: #ffffff;
	background-image: url('http://www.draw.pt/images-content/img_091102_113627.jpg');
	cursor: pointer;
}

#kwick_4 {
	background-color: #ffffff;
	background-image: url('http://www.draw.pt/images-content/img_091102_115049.jpg');
	cursor: pointer;
}

#kwick_5 {
	background-color: #ffffff;
	background-image: url('http://www.draw.pt/images-content/img_091103_120447.jpg');
	cursor: pointer;
}


