/*=================================================================
Sliding page Style Sheet 
Coder: Aryan Twanju ~ (surfaryan@gmail.com)
Coder's website: http://www.riseofaryan.com/
Website Name: Anand and Sonal's Baby
Website Url: http://www.siani.info
=================================================================*/


#heading {
		float: left;
		margin: 0 30px 0 0;
		width: 200px;
		}

#heading * {
	cursor: pointer;
	/*padding: 4px 0;*/
	user-select: none;
	vertical-align: middle;
	}

#heading li {
	background: url(../images/gallery-nav-bg.gif) no-repeat left bottom;
	font: normal 14px/25px Georgia, "Times New Roman", Times, serif;
	list-style: none;
	padding: 0 0 0 15px;
	}

#heading li:hover {
	background: url(../images/gallery-nav-hover.gif) repeat-y left bottom
	}

/*-- for giving effect to active button --*/
#heading li.active {
	background: url(../images/gallery-nav-active.gif) no-repeat left bottom;
	color: #ffffff;
	}

#wrapper {
	border: 1px dotted gray;
	margin: 1em;
	padding: 1em;
	}

#panes {
	text-align: justify;
	border-style: none;
	float: left;
	width: 412px;
	margin: 0;
	padding: 0;
	}

#panes div div {
	overflow: hidden;
	}