.button {
	cursor:pointer;
	display:inline-block;
	float:left;	
	text-decoration:none;
	
	
	border-left-style:none;
	border-top-style:none;
	border-right-style:solid;
	border-right-color:darkgreen;
	border-right-width:1px;

	border-bottom-style:solid;
	border-bottom-color:#58a325;
	border-bottom-width:2px;
    border-radius: 2px;
	
	text-shadow: 1px 2px 1px rgba(0, 0, 0, 0.55);	
	
	font-family: "PT Sans", Georgia, sans-serif;	
	background:#61B329;
	color:#fff;			
	padding:6px 6px;
	font-size:12px;	
	height: 26px;
	
	-webkit-transition:  0.2s linear;
    -moz-transition:  0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
	
	outline:none;
}

/* top, left, right, bottom -> top-left registration point*/
.slideshow-bottom-nav{
	top:300px; /* slideshow_id_height - slideshow_bottom_nav_height = 400 px - 100 px = 300 px */
	bottom:0;
	left: 0;
	right: 0;
	width: 650px;
	height: 100px;
	background: #333;
	position: absolute;
	opacity: 0;
	
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
}

.slideshow-bottom-nav:hover{
	width: 650px;
	height: 100px;
	opacity: 0.85;
}

.sm_button{
	display: inline-block;
	border: 1px solid rgba(128,128,128,1);
	background: #f0f0f0;
	width: 310px;
	overflow-y: hidden;
	float: left;
}

.sm_twitter{
	position: relative;
	background: #ffffff;
	display: inline-block;
	border: 0px solid rgba(0,0,255,1);
    text-decoration: none;
	width: 155px;
	height: 44px;
	cursor: pointer;
	float: left;
}

.sm_facebook{	
	position: relative;
	background: #ffffff;
	display: inline-block;
	border: 0px solid rgba(0,0,255,1);
    text-decoration: none;
	width: 155px;
	height: 40px;
	cursor: pointer;
}

.nav-rectangle{
	width: 650px;
	height: 35px;
	background:lightgray;
	position: absolute;
	border-top-style:solid;
	border-bottom-style:solid;
	border-top-color:gray;
	border-top-width:3px;
	border-bottom-color:gray;
	
}

.button_last{
	border-right-style:none;
}

.nav-box{
	width: 105px;
	height: 105px;
	background: #f0f0f0;
	position: relative;
	
	font-family: "PT Sans", Calibri, sans-serif;
	font-size: 1em;
	color: #000000;	
	
	padding-right: 7px;
	padding-left: 7px;
	padding-bottom: 5px;
	
	border-style:solid;
	border-width: 2px;
	border-color: 0000ef;
	top: 5px;
	
	font-weight: bold;
	text-decoration: underline;
	
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-webkit-user-select: none; 
	-o-user-select: none; 
}

.nav-box:hover{
	cursor: pointer;
	background: darkgreen;
}

.nav-box:active{
	background: darkcyan;
}

.button-menu{
	height: 40px;
	width: 120px;
}

.button-medium{
	font-size:16px;
	padding:10px 18px;
		
}

.button-large{
	background:forestgreen;
	color:#ff0000;	
	font-size:18px;
	padding:12px 20px;
		
}

.button-top{
	width: 120px;
}

.button-donate{
	background: #CC0000;
	
	border-bottom-style:solid;
	border-bottom-color:#aa0000;
	border-bottom-width:2px;
	
}

.button.button-donate:hover{
	background: #ED0000;
	
	border-bottom-style:solid;
	border-bottom-color:#c30000;
	border-bottom-width:2px;
}

.button-highlight{
	text-decoration: underline;
	font-weight: bold;
}

.baseless-button{
	background:forestgreen;
	color:#fff;	
	padding: 0px;
}

.baseless-button2{
	background:forestgreen;
	color:#fff;	
	padding: 0px;
}

.button:hover {
	background:yellowgreen;
	
	border-bottom-style:solid;
	border-bottom-color:#91bd2e;
	border-bottom-width:2px;
}

.button-large:hover {
	background:yellowgreen;
}