#Slideshow {
	position:relative;
	width:912px;
	height:473px;
	list-style:none;
	margin-top:20px;
	padding-bottom:30px;
}
#Slides {
	position:relative;
	width:912px;
	height:473px;
	list-style:none;
}
#Slides li {
	position:absolute;
	z-index:1;
}

#Slides li span{
	position:absolute;
	width:147px;
	height:36px;
	z-index:2;
}


#Slides li span.win_exp1{
	position:absolute;
	width:147px;
	height:36px;
	left:695px;
	top:334px;
}

#Slides li span.win_exp1 a{
	display:block;
	height:36px;
	width:147px;
	text-indent:-9898px;
	background:url(../img/win8_exp_btn.gif) no-repeat;
	background-position:0px 0px;
}

#Slides li span.win_exp1 a:hover{
	background-position:0px -36px;
}

#Slides li span.win_exp2{
	position:absolute;
	width:147px;
	height:36px;
	left:51px;
	top:334px;
}

#Slides li span.win_exp2 a{
	display:block;
	height:36px;
	width:147px;
	text-indent:-9898px;
	background:url(../img/win8_exp_btn.gif) no-repeat;
	background-position:0px 0px;
}

#Slides li span.win_exp2 a:hover{
	background-position:0px -36px;
}



#esp_section1 #svs_btn,
#esp_section1 #ac_btn{
	width:196px;
}

#esp_section1 #svs_btn a{
	display:block;
	height:46px;
	width:196px;
	text-indent:-9898px;
	background:url(../img/id_svbtn.gif) no-repeat;
	background-position:0px 0px;
}


#Panel {
	position:absolute;
	z-index:3;
	width:912px;
	height:64px;
	top:204px;
	left:0px;
	overflow:hidden;
}
/*
#SlideTitle {
	position:absolute;
	left:0;
	top:0;
	width:545px;
	padding:0 10px;
	font-size:12px;
	height:25px;
	line-height:25px;
	vertical-align:middle;
	color:#FFFFFF;
}
*/
#Controller {
	list-style:none;
	width:912px;
	position:absolute;
	right:0;
}
#Controller li {
	width:23px;
	height:0px;
	padding-top:64px;
	overflow:hidden;
	background-image:url(../img/windows8_top_03.gif);
	position:absolute;
	cursor:pointer;
}
#Previous {
	background-position:0px 0px;
	left:0px;
}
#Next {
	right:0px;
	background-position:-889px 0px;
}
#Previous:hover {
	background-position:0px -64px;
}
#Next:hover {
	background-position:-889px -64px;
}