/*******************************************************
Default Settings for Main Tags
*******************************************************/
html, body, div {
	margin: 0;
	padding: 0;
}

html, body {
	background: #fbbb85;
}

#gallery  {
   margin: 10px auto 40px auto;
   width: 600px;
	height: auto;
   position: relative;
}

#gallery select {
	display: none;
}

#gallery #show.a {
	display: none;
}

#gallery #show {
	position: absolute;
	top: 70px;
}

#gallery div.left {
	position: absolute;
	top: 30px;
	left: 230px;
}

#gallery div.right {
	position: absolute;
	top: 30px;	
	left: 310px;
}
