/* 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. 
body {
	background-color: #1d1e21;
	padding: 50px;
}*/
.kwicks2 {
	/* recommended styles for kwicks ul container */
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	z-index:2;
}
.kwicks2 li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 323px;
	height: 29px;
	z-index:2;

	/*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) */
}

.kwicks2 li a{
	height: 104px;
	text-indent:-9999px;
	outline:none;
	display:block;
	z-index:2;
	cursor:pointer;

}
.kwicks2.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;
}
.kwicks2.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. */	
}

#kwick_1v { 
	background-color: #7f601c;
	background-image:url(../images/left-practice.jpg);
	    margin-bottom: 2px;   
		z-index:2;
}
#kwick_2v {
	background-color: #2c1a57;
	background-image:url(../images/left-services.jpg); 
	    margin-bottom: 2px;  
		z-index:2;
}
#kwick_3v {
	background-color: #13454e;
	background-image:url(../images/left-events.jpg);   
	    margin-bottom: 2px;  
		z-index:2;
}
#kwick_4v { 
	background-color: #533c09;
	background-image:url(../images/left-promotions.jpg);   
	    margin-bottom: 2px;  
		z-index:2;
}
#kwick_5v { 
	background-color: #062c33;
	background-image:url(../images/left-testimonials.jpg);     
    margin-bottom: 2px;
	z-index:2;
}
#kwick_6v { 
	background-color: #062c33;
	background-image:url(../images/left-forms.jpg);     
    margin-bottom: 2px;
	z-index:2;
}
#kwick_7v { 
	background-color: #062c33;
	background-image:url(../images/left-contact-ordering.jpg);     
    margin-bottom: 3px;
	z-index:2;
}
#kwick_8v { 
	background-color: #062c33;
	background-image:url(../images/left-contact.jpg);     
    margin-bottom: none;
	z-index:2;
}

#kwick_9v { 
	background-color: #062c33;
	background-image:url(../images/left-schedule.jpg);     
    margin-bottom: 3px;
	z-index:2;
}

#kwick_10v { 
	background-color: #062c33;
	background-image:url(../images/left-home.jpg);     
    margin-bottom: 3px;
	z-index:2;
}
#kwick_11v { 
	background-color: #062c33;
	background-image:url(../images/left-articles.jpg);     
    margin-bottom: 3px;
	z-index:2;
}
/* .kwicks.horizontal #kwick_4 {
	margin-right: none; cancel margin on last kiwck (if you set a margin above) 
}*/
.kwicks2.vertical #kwick_8v {
	margin-bottom: none; /* cancel margin on last kiwck (if you set a margin above) */
}

