/*  Styles for the "interiors" section on	*/
/*  summerhousestyle.com					*/

#design {
	background-color: #fff;
}

#design ul#interior-list {
	margin-top: 1em;
}

#design ul#interior-list li {
	list-style-type: none;
	text-transform: uppercase;
	margin-bottom: 1em;
}

#design ul#interior-list li a {
	color: #9f948d;
	text-decoration: none;
	font-size: 90%;
}

#design #image-nav {
	overflow: hidden;
}

#design #image-nav img {
	border: none;
	margin: 0 1em 1em 0;
}

/* Style for a single interior on 	*/
/* summerhousestyle.com				*/

#design ul.thumbs {
	list-style-type: none;
	padding: 0;
	margin: 0 0 0 3px;
}

#design ul.thumbs li {
	float: left;
}

#design #thumbs img {
	padding: 3px;
	margin: 0 0 0 6px;
	border: 2px solid white;
}

#design #thumbs .selected img {
	border: 2px solid #9f948d;
}

#design #slideshow a {
	text-decoration: none;
}

#design #slideshow a img {
	padding: 5px 10px 0 0;
}

#design #design-nav a,
#design #interior-title {
	text-transform: uppercase;
	color: #9f948d;
	text-decoration: none;
}

#design #next-interior {
	text-align: right;
}

#design #next-interior a {
	background: url("/static/images/design/next.png") center right no-repeat;
	padding-right: 16px;
}

#design #prev-interior a {
	background: url("/static/images/design/prev.png") center left no-repeat;
	padding-left: 20px;
	margin-left: 16px;
}

