body 
{
    margin: 0;
    padding: 0;
}

#contentDiv {width: 100%;}


/* START OF SLIDESHOW */

/*--Main Container--*/
div#slideshow {
    margin: 0;
    padding: 0;
    width: 721px;
    height: 280px;
    float: left;
	display: block;
    position: relative;
}

/*--Window/Masking Styles--*/
.window {
	margin: 0;
	padding: 0;
    	width: 721px;
    	height: 280px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
}
.image_reel {
	position: relative;
}

.image_reel a
{	
	position: absolute;
}

.image_reel img {
	margin: 0;
	padding: 0;
	border: none;
}

/*--Paging Styles--*/
.paging {
	position: absolute;
	bottom: 34px; right: 248px;
	margin: 0;
	padding: 0;
	width: 100px;
	height:19px;
	z-index: 100; /*--Assures the paging stays on the top layer--*/
}

.paging a {
	margin: 0 2px 0 2px;
	padding: 0;
	width: 19px;
	height: 19px;
	display: block;
	float: left;
	text-decoration: none;
	background: url('http://www.americanhumane.org/assets/transbg.png') top left repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.americanhumane.org/assets/transbg.png', sizingMethod='crop');
	_cursor: pointer;
}
.paging a.active {
	background: url('http://www.americanhumane.org/assets/transbg.png') top left repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.americanhumane.org/assets/transbg.png', sizingMethod='crop');
}
.paging a:hover {font-weight: bold;}

/* END OF SLIDESHOW */

:focus 
{
    outline: none;
}