/*
Implementations Skeletor v3 - 5/10/2014

oustyles.css

Add styles to overwrite customer CSS, USE WITH CAUTION.

Contributors: Your Name Here
Last Updated: Enter Date Here
*/

#library_search input[type = 'text']{
	width:440px;
}

.thumbnails img, .flexslider img{
	border:inherit!important;
	margin:inherit!important;
	-webkit-box-shadow:inherit!important;
	-moz-box-shadow:inherit!important;
	box-shadow:inherit!important;
	float:none;
}

.thumbnails ul, .flexslider ul{
	list-style:none!important;
	margin-left:inherit!important;
	text-indent:inherit!important;
}

ul.slides li {
	padding-left: 0 !important;
}

#main_content  ul.thumbnails, #main_content  ul.flexslider {
	list-style:none!important;
	margin-left:inherit!important;
	text-indent:inherit!important;
}

.thumbnails ul li, .flexslider ul li {
	line-height: inherit!important;
}

select, input[type="file"] {
	height: inherit!important;
	line-height: inherit!important;
}

select[multiple] {
	background: url(/_resources/images/site/arrow_red_down.png) 200px 10px no-repeat !important;
}

.static-news {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}
.static-news, .static-news h4 {
	color: #c09853;
}
.static-news {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
