﻿/** This style will be present at every image gallery, regardless of the plugin used **/



.image-gallery {
	background-color: #fff;
	padding: 10px;	
}
.image-gallery ul {
    list-style: none;
}
.image-gallery ul li { display: inline; }
.image-gallery ul img {
	border: 1px white solid;
	-webkit-border-radius:5px;
	border-radius:0px;
	padding:2px;
}
.image-gallery ul a:hover img {
	border: 1px solid #CCCCCC;
}
.image-gallery ul a:hover { color: red; }

#feature_list  {
	background-color: #fff;
	padding: 0px;	
}
#feature_list  ul {

    list-style: square;
}

#feature_list  li {
    display: list-item;
}

#feature_list ul img {
	border: 1px white solid;
	-webkit-border-radius:5px;
	border-radius:0px;
	padding:2px;
}
#feature_list  ul a:hover img {
	border: 1px solid #CCCCCC;
}
#feature_list ul a:hover { color: #000000; }