

/* ========== (All) ========== */
/* Products
/* ========= Section ========= */


#products:hover .sand
{
	abox-shadow: inset 2px -0px 5px 1px black;
}

/* ========= Header ========== */

section.scroll h2
{	
	margin:0px auto!important;
}

/* ========= Input  ========== */
#scroll1-in
{	
	margin: 0 15px;
	vertical-align: middle;
}

section .input
{
	text-align: center;
	margin:auto;
	max-width:90%;
	position:relative;
	width:300px;
}

#scroll1-input
{
	background-color:white;
	color:navy;
	font-size:1em;
}

section .input div
{
	background:aqua;
	right:0;
	bottom:-0.5em;
	position:absolute;
	vertical-align: middle;
	z-index:1;
}

/* ========== LIST  ========== */


.sand-box
{
	display:block;
	position:relative;
}

.sand
{
	height:15em;
	max-height:15em;
	overflow-Y:scroll;
}


#scroll1-ul li:hover
{
	background-color: yellow;
	color:red;
}


