/* nerdslide */
#nerdslide {
	position:fixed;
	z-index:9999;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:none;
}

#nerdslide .slidepic {
	background-color: #fff;
	padding:20px;
	width:100px;
	height:100px;
	position: absolute;
	overflow:hidden;
	border:1px solid #AFD875;
	-moz-box-shadow: 0 0 5px #888;
	-webkit-box-shadow: 0 0 5px#888;
	box-shadow: 0 0 5px #888;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	cursor: move;
}

#nerdslide .slidepic img {
	width:auto;
	max-width:800px;
	height:auto;
}



#nerdslide .nerdslidehead {
    cursor: pointer;
    font-size: 22px;
    height: auto;
    margin: -25px 0 0;
    text-align: right;
    width: 99%;
}
#nerdslide p {
   margin:15px 0 0 0;
   font-size:14px;
   display:none;
}

.slideEffect img {
	cursor:pointer;
} 

img.indy {
max-height:500px!important;
}