@charset "utf-8";
/* CSS Document */

#Column2 #kwick {
	/*margin-right: auto;
	margin-left: auto;
	text-align: center;*/
    width: 100%;
    clear: both !important;
    overflow: hidden;
}

#Column2 #kwick a#drag {
    background: url(/CountyHome/VideoSlideMenu/images/barHinting.jpg) no-repeat top left !important;
    width: 271px !important;
    height: 49px !important;
    margin: 0 0 0 .3em !important;
    padding: .4em 0 0 1em !important;
    display: block !important;
    font-size: 1.3em !important;
}

#kwick ul.kwicks {
	list-style: none;
	position: relative;
    margin: 0 auto !important;
    margin-bottom: 1em;
    padding: 0 0 1em 0 !important;
	width: 510px !important;
	display: block;
    text-align: center !important;
    /*border: solid red 1px;*/
}

#kwick .kwicks li{
	display: block;
	overflow: hidden;
	margin: 10px 0 0 0 !important;
	padding: 0;
	cursor: pointer;
	width: 168px;
    height: 175px;
	background: #fff;
    text-align: left;
}

#kwick .kwicks li img {
	float: left;
    width: 150px;
	display: block;
	margin: 0;
}

#kwick .kwicks li p {
	margin: 0 0 0 1em !important;
	width: 155px;
	color: #444;
	float: left;
	display: block;
    cursor: text;
}

#kwick .kwicks li p a.vidTitle {
	margin: 0;
	padding: 0 0 .5em 0 !important;
    padding: 0 0 1em 0;
	color: #2971a7 !important;
	font-family:Georgia, "Times New Roman", Times, serif !important;
	font-size: 1.3em !important;
    line-height: normal !important;
	text-decoration: none;
	display: block;
	/*border-bottom: ridge silver 1px;*/
}

#kwick .kwicks li p a.vidTitle:hover {
	text-decoration: none;
	color: #3399FF !important;
}