/* Copyright (c) 2007 Drew Wilson (http://www.drewwilson.com/) */

/* GALLERY STYLES */

.gallery .image-holder {
	clear: left;
	height: 350px;
}

.gallery-options {
	margin-top: 367px;
	position: absolute;
	width: 632px;
	margin-left: 68px;
}

.prevLink-wrap {
	position: absolute;
	margin-top: 368px;
	width: 23px;
	height: 17px;
	background: #ffffff url(../images/gal-arrow-left-gray.gif) no-repeat top left;
}

#prevLink {
	position: absolute;
}

.nextLink-wrap {
	position: absolute;
	margin-top: 368px;
	margin-left: 23px;
	width: 22px;
	height: 17px;
	background: #ffffff url(../images/gal-arrow-right-gray.gif) no-repeat top left;
}

#nextLink {
	position: absolute;
}

#prevLink a {
	position: absolute;
	width: 23px;
	height: 17px;
	background: #ffffff url(../images/gal-arrow-left.gif) no-repeat top left;
}

#nextLink a {
	position: absolute;
	width: 22px;
	height: 17px;
	background: #ffffff url(../images/gal-arrow-right.gif) no-repeat top left;
}

#prevLink a:hover, #nextLink a:hover {
	background-position: top right;
}

.gallery-nav {
	padding-top: 1px;
	height: 17px;
	float: left;
}

.gallery-nav-items {
	height: 17px;
	background: #ffffff url(../images/gen-oval-bg.gif) repeat-x top left;
	float: left;
	padding-top: 1px;
}

.gallery-nav-item {
	float: left;
}

.gallery-nav-item a {
	float: left;
	width: 7px;
	height: 15px;
	margin-right: 11px;
	background: #ffffff url(../images/gen-dot.gif) no-repeat top left;
}

.gallery-nav-item a:hover {
	background-position: top right;
}

.gallery-rating {
	float: right;
	color: rgb(186,186,186);
}

.gallery-stars {
	float: left;
	width: 47px;
	height: 17px;
	padding-top: 5px;
	background: #ffffff url(../images/gen-oval-bg.gif) repeat-x top left;
}

#theinterview img {
	padding: 2px;
	border: 1px solid rgb(242,242,242);
	margin-right: 15px;
	margin-bottom: 15px;
}

#theinspiration {
	text-align: center;
}

.an-inspiration {
	text-align: left;
	width: 306px;
	margin: 0 auto 35px auto;
}

.an-inspiration a {
	text-decoration: none;
}

.an-inspiration a:hover h1 {
	color: rgb(74,209,247);
}

.an-inspiration-image img {
	margin-top: 6px;
	border: 3px solid rgb(74,209,247);
}

.an-inspiration-image img:hover {
	border: 3px solid #fff;
}

	/* LATEST STYLES */

.latest-holder {
	min-width: 700px;
	height: 350px;
	}

.latest-items {
	position: absolute;
	width: 700px;
	overflow: hidden;
	}

#slide-track {
	display: block;
	width: 700px;
	overflow: hidden;
	}

.latest-item-holder {
	float: left;
	}

.latest-item-pic {
	width: 700px;
	}

#image-loader {
	margin: 170px auto 0 auto;
}

/* STAR RATING STYLES */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating{
	background: url(../images/gen-star.gif) left -1000px repeat-x;
}

.star-rating{
	position:relative;
	width:70px;
	height:25px;
	overflow:hidden;
	list-style:none;
	margin:0;
	padding:0;
	background-position: left top;
}

.star-rating li{
	display: inline;
}

.star-rating a,
.star-rating .current-rating{
	position:absolute;
	top:0;
	left:0;
	text-indent:-1000em;
	height:25px;
	line-height:25px;
	outline:none;
	overflow:hidden;
	border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus{
	background-position: left bottom;
}

.star-rating a.one-star{
	width:20%;
	z-index:6;
}

.star-rating a.two-stars{
	width:40%;
	z-index:5;
}

.star-rating a.three-stars{
	width:60%;
	z-index:4;
}

.star-rating a.four-stars{
	width:80%;
	z-index:3;
}

.star-rating a.five-stars{
	width:100%;
	z-index:2;
}

.star-rating .current-rating{
	z-index:1;
	background-position: left center;
}

.small-star{
	width:50px;
	height:10px;
}

.small-star,
.small-star a:hover,
.small-star a:active,
.small-star a:focus,
.small-star .current-rating{
	line-height: 10px;
	height: 7px;
}