/* CSS Document */

#slideshow {
position: relative;
margin:0 auto;
text-align:center;
background:#000;
/*border: 2px solid #fff;*/
overflow: hidden;
/*margin: 50px auto 10px;*/
width: 740px;
height: 460px;
cursor:pointer;
cursor:hand;
}
#slideshow img {
	text-align:center;
	margin:0 auto;
	display:inline;
	overflow:hidden;
/*width:400px;
height:300px;*/
}


