/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
#slider {
/*    margin:100px auto 0 auto;
*/    width:560px; /* Make sure your images are the same size */
    height:290px; /* Make sure your images are the same size */
margin-left:10px;
border:10px solid #fff;
}
html{
	background-image:url(https://d4uktpxr9m70.cloudfront.net/images/body_bg.jpg);
}
body{
	padding-top: 60px;
	color: #555555 !important;
	background-image:url(https://d4uktpxr9m70.cloudfront.net/images/body_bg.jpg);
}
li{
	color: #555555 !important;
}
.singleAnimalAdoption{
	border:1px solid #DDDDDD;
	padding:20px;
	margin:60px;
	background: none repeat scroll 0 0 #F5F5F5;
}
.adoptImage{
	margin-right:20px;
}
.animalMedia{
	float:right;
}
.showAnimalInfo{
	float:left;
}
.adoptListImageLink{
	display:block;
	width:300px;
	min-height:300px;
	margin-right:20px;
	float:left;
}
noscript {
    background-color: rgba(0, 0, 0, 0.9);
    clear: both;
    color: red;
    font-size: 30px;
    height: 100%;
    left: 0;
    line-height: 2em;
    margin: 0;
    padding-top: 100px;
    position: fixed;
    text-align: center;
    text-shadow: none;
    top: 0;
    width: 100%;
    z-index: 99;
}
.hero-unit{
	border-radius: 6px 6px 6px 6px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.3);
}