div#FrontPageText
{
	font-size:1.8em;
	line-height:1.6em;
}

div#mainimage > a > img
{
	width:100%;
	height:auto;
}

div#RotatingImage
{
	max-width:100%;
}

#FPWhatWeDoWrapperRightColumn
{ 
	width:33%;
	float:right;
	padding-left:2%;
}
#FPWhatWeDoWrapperRightColumn img
{
	display:block;
	width:100%;
	height:auto;
}

#FPWhatWeDoWrapperRightColumn img.MainImage
{
	margin-bottom:10px;
}
div#FPSocialMediaLinks
{
	floaT:left;
	width:36%;
	margin-right:4%;
}
div#FPEmbeddedTweetsWrapper
{
	floaT:left;
	width:60%;
}



.FPProduct
{
	overflow: auto;
	margin-bottom: 10px;
}

.FPProductImage
{
	float: left;
	width: 50%;
}

.FPProductInfo
{
	float: left;
	width: 50%;
}
.FPPopVideo img
{
	width:60%;
	height:auto;
	margin-left:20%;
}


/* line 414 in content.php has the gtls code in it. */
div#full-slider-wrapper-outer
{
	position:relative;
	margin-bottom:-26%;
	z-index:1000000
}	

div.list_carousel.responsive > div.caroufredsel_wrapper > ul#gallery1 > li > a > img
{
	width:100%;
	height:auto;
	padding-bottom:20px;
}

.wrapper {
}
.list_carousel {
	background-color: white;
	margin: 0 0 0 0;
	width: 320px;
}
.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	font-size: 40px;
	color: #999;
	text-align: center;
	border: 0 solid #999;
	padding: 0;
	display: block;
	float: left;
}
.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.prev {
	float: left;
	margin-left: 10px;
}
.next {
	float: right;
	margin-right: 10px;
}
.pager {
	float: left;
	width: 300px;
	text-align: center;
}
.pager a {
	margin: 0 5px;
	text-decoration: none;
}
.pager a.selected {
	text-decoration: underline;
}
.timer {
	background-color: #999;
	height: 6px;
	width: 0px;
}
@media screen and (max-width: 360px) 
{
	div.list_carousel.responsive > div.caroufredsel_wrapper > ul#gallery1 > li > a > img
	{
		padding-bottom:0;
		max-height:64px;
	}
	div.list_carousel.responsive
	{
		max-width:360px;
	}
}
@media screen and (max-width: 320px) 
{
	div.list_carousel.responsive
	{
		max-width:320px;
	}
}

