@charset "UTF-8";
/* CSS Document */

/* defaults for all examples */
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	
}
.kwicks li{
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;

}
    	
/* Initial width of panel */		
.kwicks li { 
	float: left;
	width: 180px;
	height: 350px;

}

.kwicks .bigLetter {
	font-size: 60px;
	width: 160px;
	height: 350px;
	color: red;
	float: left;
}
.kwicks .smallLetters {
	display: none;
	text-align:left;
	width: 200px;
	color: #000;
	font-size: 16px;
	margin-top: 13px;
	float: right;
	margin-right:10px;
}
.kwicks p {
	font: normal 12px/15px Arial;
	color:#FFFFFF;
}
.kwicks h3 {
	font: bold 14px/16px Arial;
	color:#FFFFFF;
}
.kwicks li.active .smallLetters {
	display: block;
}
.kwicks a {
        color:#ffffff;
        text-decoration:none;
}
.kwicks a:visited {
        color:#ffffff;
        text-decoration:none;
}
.kwicks a:hover {
        color:#ffffff;
        text-decoration:underline;
}
        	
#med_surg { 
	background-color: #ffffff;
	background-image: url(../images/sections/med_surg/med_surg_title.jpg);
}
#ems { 
	background-color: #ffffff;
	background-image: url(../images/sections/ems/ems_title.jpg);
}
#hms { 
	background-color: #ffffff;
	background-image: url(../images/sections/hms/home_medical_supplies_title.jpg);
}
#diabetes { 
	background-color: #ffffff;
	background-image: url(../images/sections/diabetes/diabetes_title.jpg);
}
#veterinary { 
	background-color: #ffffff;
	background-image: url(../images/sections/veterinary/veterinary_title.jpg);
}
