/*

Style Sheet
http://www.webnep.com.np

/* CSS Document */


#gallery2 {margin:0 auto;}
ul#slideshow{margin:0px;padding:0px;list-style:none;}
ul#slideshow li{margin:0px;padding:0px;}
ul#nav, .stripViewer ul li img, ul#slideshow{display:block;width:636px;	}

/* slideViewer 1.0 default styles */
.svw ul{position:relative;list-style:none;margin:0px;padding:0px;}

.stripViewer { /* this is the DIV container for your UL of images */
	position: relative;
	overflow: hidden; 
	border: 5px solid #e0e4e5; /* this is the border. should have the same value for the links */
	margin: 0 0 1px 0;
	float:left;
	clear:both;
}
.stripViewer ul { /* this is your UL of images */
	position: relative;
	left: 0;
	top: 0;
	width: 1%;
	list-style-type: none;
	margin:0px;
	padding:0px;
}
.stripViewer ul li { /* each image is arranged horizontally */
	float:left;
	margin:0px;
	padding:0px;
	display:block;
}
.stripTransmitter { /* this is the DIV for your transmitter (the UL generated at run time that commands the list)*/
	overflow: auto;
	width: 1%;
	float:left;
	clear:both;
}
.stripTransmitter ul { /* the auto-generated set of links */
	position: relative;
	list-style-type: none;
	margin:0px;
	padding:0px;
	padding-top: 8px;
}
.stripTransmitter ul li{ /* in this list too, each LI is arranged horizontally */
	width: 20px;
	float:left;
	margin: 0 1px 1px 0;
	padding:0px;
	
}
.stripTransmitter a{ /* the links. */
	font: bold 10px Verdana, Arial;
	text-align: center;
	line-height: 22px;
	background: #47555a;
	color: #fff;
	text-decoration: none;
	display: block;
}

.stripTransmitter a:hover { /* hover */
	background: #687478;
	color: #fff;
}
.stripTransmitter a.current, .stripTransmitter a.current:hover { /* current */
	background: #fff;
	color: #47555a;
}
/* end slideViewer default styles */



code {
	width:93%;	
	font: normal 1em/1.3em 'Courier New', Courier, Fixed;
	color: #000;
	display: block;
	padding: 0;
	margin: 0;
	background-color: #fff;
	white-space: pre;
	overflow-x: auto;
}
#tooltip {
	background: #fff;
	color: #000;
	opacity: 0.85;
	border: 5px solid #dedede;
	position:absolute;
	top:0px;
	z-index:9999;
}

#tooltip h3 {
	font: normal 10px Verdana; 
	margin: 0; 
	padding: 6px 2px; 
	border: 0;

}

ul#nav{
	float:left;
	list-style:none;
	margin:0px;
	padding:0px;
}
ul#nav li{
	float:left;
}

ul#nav #prev,ul#nav #next
{
	background:#e0e4e5;
	padding:3px 8px;
	margin-top:15px;

	
}

ul#nav #prev ,ul#nav #next,ul#nav #prev a ,ul#nav #next a
{
		font:bold 12px Arial, Helvetica, sans-serif;
	color:#4b5457;
	text-decoration:none;
}

ul#nav #prev{
	float:left;
	margin-left:10px;
	cursor:pointer;
}
ul#nav #next{
	float:right;
	margin-right:10px;
	cursor:pointer;
}
a:hover#click_here{
	background-color: #00923F;border: 2px outset #314D30;padding:2px 2px 2px 4px;color: #E8FFF1;
}
#click_here{text-decoration: none;}

#click_here .thisWay {}
 #click_here.thatWay {
	background-color: #00923F;border: 2px outset #314D30;padding:2px 2px 2px 4px;color: #E8FFF1;
}
