/* 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: 148px;
	height: 100px;
	position:relative;

	/*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.horizontal li {
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-right: 5px; /*Set to same as spacing option. */	
	float: left;
	display:block;
	position:relative
}
.kwicks.vertical  li{
	/* This is optional and will be disregarded by the script.  However, it should be provided for non-JS enabled browsers. */
	margin-bottom: 5px; /*Set to same as spacing option. */	
}

.kwicks.horizontal li a{display:block; height:100px; text-decoration:none}

#kwick_1 { background: url(../images/seo.png) left #2e7086;/*53b388*/text-align:center; position:relative; float:left}
#kwick_2 {background: url(../images/link.png) left #6d8a1c;/*5a69a9*/text-align:center; position:relative; float:left}
#kwick_3 {background: url(../images/web2.png) left #b3575b;/*c26468*/text-align:center; position:relative;  float:left}

#k-1{position:relative; height:auto; background:#2e7086; color:#FFFFFF; padding:0px;}
#k-2{position:relative; height:auto; background:#6d8a1c; color:#FFFFFF; padding:0px}
#k-3{position:relative; height:auto; background:#b3575b; color:#FFFFFF; padding:0px}