/* 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-left: 15px;
	padding: 0;
}
.kwicks li{
	/* these are required, but the values are up to you (must be pixel) */
	width: 125px;
	height: 100px;
        margin-left: 10px;
	/*do not change these */
        margin-top:5px;
        text-align: center;
	font-size: 12px;

	display: block;
	overflow: hidden;
	padding: 5px;  /* 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-left: 10px; /*Set to same as spacing option. */
	float: left;
        
        border: 3px #fff solid;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}


.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: 15px; /*Set to same as spacing option. */
}


#kwick_1 { 
	background-color: #EAE9EB;
        
}



#kwick_2 {
	background-color: #EAE9EB;
}

#kwick_3 {
	background-color: #EAE9EB;
}

#kwick_4 {
	background-color: #EAE9EB;
        
}


.unsel {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #0000FF; 
	font-style: normal;
}
.sel {
	
}
.divsel {

	width: 500px;

	display:block;
	
}

.divunsel {
	display:none;
}