.photoscroller {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    bottom: 40%;
	background: #000;
}
.slider_pic {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
	background-repeat: no-repeat;
	background-size: -webkit-cover;
	background-size: -moz-cover;
	background-size: -ms-cover;
    background-size: cover;
    background-position: center right;
	-moz-transition: opacity 1.5s linear;
	-webkit-transition: opacity 1.5s linear;
	transition: opacity 1.5s linear;
	background-color: #000;
	opacity: 0;
}
.slider_pic .photo_caption {
    color: #FFF;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 85%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.8)), color-stop(85%,rgba(0,0,0,0.3)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.3) 85%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.3) 85%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.3) 85%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.3) 85%,rgba(0,0,0,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    display: inline-block;
    padding: 5px 60px 5px 20px;
    font-size: 1.3em;
    position: absolute;
    bottom: 0;
}
.slider_pic a {
    display: block;
    width: 100%;
    height: 100%;
}

.selected_pic {
    opacity: 1;
    z-index: 100;
}

.homecontent {
    position: absolute;
    top: 60%;
    margin-top: 20px;
    max-width: 1000px;;;
    /* margin-top: 70%; */
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    /* border: 1px solid #000; */
    text-align: center;
	padding-bottom: 100px;
}

#content	{
	display: none;
}

.linklists ul {
    margin: 0;
    padding: 0;
}
.linklists ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.linklists > ul {
    float: left;
    /* font-size: 1.3em; */
}
.linklists .link_sections span, .recent_reviews_header {
    font-size: 1.3em;
}
.linklists .link_sections	{
	/* margin: 0 50px 30px 0; */
	width: 40%;
}
.reviews_list {
    width: 55%;
}
.linklists {
    display: inline-block;
    text-align: left;
    /* margin: 0 30px; */
    width: 100%;
    /* padding: 0 20px; */
}

.linklists .featured_review {
    height: 130px;
    /* padding: 10px!important; */
    padding: 2px 5px!important;
    position: relative;
    font-size: 0.9em;
    /* border: 1px solid #CFCFCF; */
    background: #E7E7E7;
    margin: 0 0 10px 0;
	overflow: hidden;
}
.featured_review .review_image	{
    /*background-size: 130px auto;*/
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #FFF;
    /* height: 100%; */
    width: 150px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    /* left: 55%; */
    border: 1px solid #E7E7E7;
    /* border-width: 0 0 0 1px; */
    /* box-sizing: content-box; */
}
.review_featured {
    /* color: #FFF; */
    font-style: italic;
}
.blurb {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    /* right: 150px; */
    font-size: 0.9em;
    /* padding: 5px; */
    /* background: rgba(0,0,0,.6); */
    /* color: #FFF; */
    line-height: 110%;
    margin-right: 150px;
    display: block;
}
.review_title {
    font-weight: bold;
    display: block;
    font-size: 1.3em;
    /* width: 55%; */
    margin-right: 150px;
}
.featured_review span {
    /* background-color: rgba(0,0,0,0.6); */
    /* color: #FFF; */
}
.review_headline {
	font-style: italic;
}
.linklists .link_section_section {
	margin: 0 0 10px 0;
}

.link_section_candy:after {
	content: "Paid Advertisement";
	font-size: 0.6em;
	color: #808080;
	font-style: italic;
	text-align: right;
	display: block;
}
.link_section_candy {
	display: block;
	border: 1px solid #E0E0E0;
	background: #EEE;
	color: #1F1F1F;
	padding: 5px;
	margin-right: 40px;
}

.rss_link {
	background-image: url('../icons/rss.png');
	background-size: 20px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin: 10px 0 5px 0;
	padding-left: 28px;
	background-position: left center;
}
.rss_link a {
    display: block;
    height: 100%;
    width: 100%;
}

#footer {
	display: none;
}