/* Mail Image */
.main_image {
	width: 375px;
	height: 220px;
	float: left;
	background: #fff;
    margin:6px 3px 0 8px;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
}
div.breed div.image_thumb ul li:last-child{
	margin-bottom: 0;
}
.ie6 .main_image {
	width: 375px;
	height: 220px;
	float: left;
	background: #fff;
    margin:6px 3px 14px 4px;
	position: relative;
	overflow: hidden; /*--Overflow hidden allows the description to toggle/tuck away as it slides down--*/
	color: #fff;
}
.main_image h3 {
	font-size: 1.4em;
	font-weight: bold;
	padding: 10px;
	padding-top:5px;
	padding-bottom:15px;
    width: 360px;
	height:20px;
	float: none;
}
.block small { /*--We'll be using this same style on our thumbnail list--*/
	font-size: 1em;
	padding-left:20px;
}
.main_image .block small {
	margin-left: 10px;
	}
.main_image .desc{
	position: absolute;
	bottom: 0;
	left: 0; /*--Stick the desc class to the bottom of our main image container--*/
	width: 100%;
	display: none; /*--Hide description by default, if js is enabled, we will show this--*/
}
.main_image .block{
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #ffffff;
}

/* Article List */

.image_thumb {
	float: left;
	width: 229px;
	background: #fff;
	margin-top:6px;
}
.ie6 .image_thumb {
	float: left;
	width: 225px;
	background: #fff;
	margin-top:6px;
}
.image_thumb img {
	background: #fff;
	float: left;
}
.image_thumb ul li{
	padding: 0 2px 0 0;
	background: #fff;
	width: 225px;
	height:40px;
	overflow:hidden;
	float: left;
	margin-bottom: 5px;
	margin-left:2px;
}
.ie6 .image_thumb ul li{
	padding: 0 2px 0 0;
	background: #fff;
	width: 220px;
	height:40px;
	overflow:hidden;
	float: left;
	margin-bottom: 5px;
	margin-left:1px;
}
.image_thumb ul li.hover { /*--Hover State--*/
	background: #ddd;
	cursor: pointer;
}
.image_thumb ul li.active { /*--Active State--*/
	background: #f0f0f0;
	cursor: default;
}
html .image_thumb ul li h3 {
	font-size: 1.1em;
	width: 140px;
}
.image_thumb ul li .block {
	float: left;
	margin-left: 10px;
}
/* .image_thumb ul li p{display: none;}*//*--Hide the description on the list items--*/


