img.medimg {
	float: left;
	width: 70px;

}

.wkmp_profileimg,
.wkmp_profileinfo {
	width: 100% !important;	
	margin-bottom: 1em;
}

tr.roweditor {
	padding: 40px 0;
	background: #eee;
}

.displaynone {
	display: none;
}

.displaylist {
	display: inline;
}

#results {
	width: 100%;
	padding: 1em;
	background: #eee;
}

#results h4 {
	color: #222;
	margin: 0;
}

input.updatebtn {
	margin-bottom: 2px;
}

input.editbtn {
	margin-right: 2px;
}

/*sliding slider*/
.x-flexslider {
	width: 100% !important;
	height: 260px !important;
	overflow: hidden !important;
}

.x-flexslider li.x-slides {
	/*overflow: hidden !important;*/
}

.x-flexslider .x-slides img {
	width: 100% !important;	
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;	
}



.flex-control-nav:not(.flex-control-thumbs) {
    border-radius: 0 !important;    
    background-color: transparent !important;    
}

.flex-control-nav a {
	border-radius: 0 !important;
	border: 1px solid #eee !important;
}

p.bannertitle {
	color: #fff;
	text-align: center;
	font-weight: normal;
	font-size: 12pt;
	margin: 0;
	background: #000;
	height: 40px;
	padding: 5px 0 5px 0;
	border-right: 1px solid #222;
}

.flex-control-nav {
    top: 230px !important;
}

@media only screen {
	div.myslideEqui {
		width: 25%; 
		margin: 0; 
		float: left;
	}
}

@media only screen and (max-width: 768px) {
	div.myslideEqui {
		width: 25%; 
		margin: 0; 
		float: left;
	}
}

@media only screen and (max-width: 640px) {
	div.myslideEqui {
		width: 100%; 
		margin: 0; 
		float: left;
	}
	div.myslideEqui a img {
		height: 260px;
	}
}

@media only screen and (max-width: 320px) {
	div.myslideEqui {
		width: 100%; 
		margin: 0; 
		float: left;
	}

	div.myslideEqui a img {
		height: 260px;
	}
}
