

body {
	max-width: 1160px;
	width: 1160px;
	margin-left: 20px;
	margin-top: 0px;
	padding: 0px;
	background-position: 0px 0px;
	overflow: hidden;
}

li img{
	width: 1160px;
	height: 580px;
}


#footer {
	padding: 0px;
	margin: 0px;
	height: 20px;
	width: 1160px;
	background-image: url(img/footer.jpg);
	background-repeat: no-repeat;
}





#cursor {
	z-index: 0;
	left: 576px;
	top: -4px;
	position: relative;
	height: 10px;
	width: 10px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(img/cursor.png);
}

html>body #cursor {
	z-index: 0;
	left: 576px;
	top: 2px;
	position: relative;
	height: 10px;
	width: 10px;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(img/cursor.png);
}


#slider {
	position: relative;
	height: 29px;
	width: 1160px;
	padding: 0px;
	background-image: url(img/handleBK.jpg);
	margin: 0px;
}


#handle {
	z-index: 3;
	left: 560px;
	top: 13px;
	position: relative;
	height: 12px;
	width: 46px;
	padding: -12px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(img/btn.png);
}

#stg {
	list-style-type: none;
	width: 1160px;
	padding: 0px;
	margin: 0px;
	background-color: #eef2ef;
	overflow: hidden;
	
}

#stgC {
	max-height: 580px;
	max-width: 1160px;
	min-height: 580px;
	min-width: 1160px; 
	height: 580px;
	width: 1160px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;

}

#header {
	padding: 0px;
	margin: 0px;
	height: 43px;
	width: 1160px;
}

#prevBT	{
	background-position: 20px center;
	background-image: url(img/ArrowL.png);
	background-repeat: no-repeat;
	left: 20px;
	top: 43px;
	position: absolute;
	width: 300px;
	height: 580px;
}

#nextBT	{
	background-position: 240px center;
	background-image: url(img/ArrowR.png);
	background-repeat: no-repeat;
	left: 880px;
	top: 43px;
	position: absolute;
	width: 300px;
	height: 580px;
}