@charset "UTF-8";
/* CSS Document */
.slideshow {
	margin:0;
	border: solid medium #CCC;
	padding:0;
	text-align:center;
	width: 300px;
	height:400px;
	overflow:hidden;
}

.slideshow img {
	margin:0;
	padding:0;
}


.slideshow a {
margin:0;
display:block;
width: 300px;
height: 400px;
padding:0;
background-image: url(../images/slideshow/mostwanted.jpg);
background-position: 0px -400px;
background-repeat: no-repeat;
text-decoration: none;
}

.slideshow a:hover { 
background-position: 0px 0px;
}

.hidden {
	visibility:hidden;
}


