/* 3DSlider CSS ******************************************/

/****************************************** circles ******************************************/

/****************************************** 3D slideshow ******************************************/
#slideshow{
	margin:0 auto;
	width:599px;
	top:15px;
	height:270px;
	text-align: left;
	position: relative;
	left:20px;
}
#slideshow .slide{
	position: absolute;
}
#slideshow .slide img{
	width:100%;
}
#slideshow .control{
	cursor: pointer;
	z-index: 10000;
	position: absolute;
	display: block;
	background-image: url(3dslider/imgs/blank.png);
}
#slideshow #pause{
	background-image: url(3dslider/imgs/pause.png);
	background-repeat: no-repeat;
	width:12px;
	height:14px;
	position: absolute;
 	margin-top: - 50px;
	right:-40px;
	cursor: pointer;
	display:none;
}
#slideshow #play{
	background-image: url(3dslider/imgs/play.png);
	background-repeat: no-repeat;
	width:13px;
	height:15px;
	position: absolute;
	margin-top: - 50px;
	right:-40px;
	cursor: pointer;
	display:none;
}
 
