/* GENERAL
------------*/

.sort{
	overflow: hidden;
	min-height: 25px;
}

.s-minheight{
	min-height: 25px;
}

/* NAVIGATION
--------------*/

/*------PHOTOS-----*/
ul.s-photoalbum {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.s-photoalbum li {
	display: inline-block;
	padding: 10px 0px;
	height: 140px;
	width: 140px;
	overflow: hidden;
}

ul.s-photoalbum li img {
	max-height: 100px;
  	padding: 2px;
}

ul.s-photoalbum a:hover img {
  border: 1px solid black;	
}
ul.s-photoalbum img {
  background: white;
  border: 1px solid #B4B4B4;
  padding: 2px;
  vertical-align: bottom;	
}

ul.s-photoalbum li .details {
  width: 140px;
  overflow: hidden;
}

/*------END PHOTOS-----*/

/*---CLEARFIX---'/
/* clearing a float without additional markup
   http://www.positioniseverything.net/easyclearing.html */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {clear:both; display: block;}
/* End hide from IE-mac */

/*---END CLEARFIX---*/
.s-widget-contentmenu{
	font-family: Verdana,Tahoma,Arial;
	margin: 5px 0;
	display: inline-block;
	border: 1px solid #464646;
	padding: 2px 10px;
}
.s-widget-contentmenu a,.s-widget-contentmenu a:visited{
	font-size: 12px;
}