/************************************************
         EXAMPLE 2 - MULTIPLE REMOTE AREAS
************************************************/
#menu{
	height: 516px;
	
	
}

.descript{
	display: block;
	width:258px;
	font-size: 1.4em;
	line-height: 1.4em;
	padding: 14px 14px 14px 14px;
	margin-top: 0px;
	margin-left: 676px;
	border: 0px solid #000;
	background: #fff;
	font-weight: normal;
	color: #000;
	background-color: #f9f9f9;
}

.screenshot_back {
	display:block;
	position:absolute;
	height:544px;
	top:906px;
	right:310px;
}

.screenshot_back2 {
	display:block;
	position:absolute;
	height:544px;
	top:1140px;
	right:310px;
}

.screenshot_back3 {
	display:block;
	position:absolute;
	height:544px;
	top:148px;
	right:310px;
}

#menu a .screenshot {
	display:none;
}

#menu a .screenshot2 {
	display:none;
}

#menu a .screenshot3 {
	display:none;
}

/*#menu a:hover .descript {
	display:block;
	position:absolute;
	height:20px;
	top:30px;
	left:0px;
	color:#000;
	font-size:11px;
}*/

#menu a:hover .screenshot {
	display:block;
	position:absolute;
	height:544px;
	top:906px;
	right:310px;
}

#menu a:hover .screenshot2 {
	display:block;
	position:absolute;
	height:544px;
	top:1140px;
	right:310px;
}

#menu a:hover .screenshot3 {
	display:block;
	position:absolute;
	height:544px;
	top:148px;
	right:310px;
}

#menu a:hover .descript {
	/*background: url(../images/fade_right_3.png) repeat-x;
	color: #000;*/
	background-color: #333;
	color: #fefefe;
	padding: 13px;
	/*border: 1px solid #326db5;*/
	border: 1px solid #333;
	text-decoration: none;
	margin-left: 676px;
}

/* Download button below tour*/
a.download-btn-tour {
	line-height:33px;
	width:113px;
	background:transparent url(../images/promo-link-download.png) 0 0;
	color:#2e2e2e;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	margin:0px 14px 28px 0px;
	cursor:pointer;
}
	a:hover.download-btn-tour {
		background-position: 0 -41px;
		text-decoration:none;
		color:#000000;
	}
	
/* Buy button below tour*/
a.buy-btn-tour {
	line-height:33px;
	width:113px;
	background:transparent url(../images/promo-link-buynow.png) 0 0;
	color:#2e2e2e;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	margin:0px 7px 28px 0px;
	cursor:pointer;
}
	a:hover.buy-btn-tour {
		background-position: 0 -41px;
		text-decoration:none;
		color:#000000;
	}
	
/* Download button below tour*/
a.download-btn-features {
	line-height:33px;
	width:113px;
	background:transparent url(../images/promo-link-download.png) 0 0;
	color:#2e2e2e;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	margin:0px 14px 22px 0px;
	cursor:pointer;
}
	a:hover.download-btn-features {
		background-position: 0 -41px;
		text-decoration:none;
		color:#000000;
	}

/* Buy button below tour*/
a.buy-btn-features {
	line-height:33px;
	width:113px;
	background:transparent url(../images/promo-link-buynow.png) 0 0;
	color:#2e2e2e;
	text-align:center;
	font-size:1.3em;
	font-weight:bold;
	margin:0px 24px 22px 0px;
	cursor:pointer;
}
	a:hover.buy-btn-features {
		background-position: 0 -41px;
		text-decoration:none;
		color:#000000;
	}