/*
	FUZZ PRODUCTIONS (c) 2010
	------------------------------------
	CORE STYLE SHEET
	
	USEAGE:
	STYLES FOR SLIDER ON HOME AND LANDING PAGES
	
	------------------------------------	
	REFERANCE: 
	COLORS
	Orange- #fb4f14;
	YOrange- #f99522;
	Fuschia- #e71d5f;
	Green - #39b700;
	Blue - #005cff;
	Lt Gray - #bebebe; 
	Dk Gray = #989898;
		
*/
#homeSlideAnything{
	float:left;
	height:340px;
	position:relative;
	overflow:hidden;
	width:870px;
	margin:0 0 0 0;
}

#slideOverflowContain{
	height:340px;
	float:left;
	left:0;
	overflow:auto;
	position:relative;
	top:0;
	width:870px;
}

#slideOverflowContain ul{
	background:#FFFFFF none repeat scroll 0 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	overflow:hidden;
	position:relative;
	width:9999px;
}
	
#slideOverflowContain ul li{
	float:left;
	height:339px;
	position:relative;
	width:870px;	
}
#slideOverflowContain ul li img{
	z-index: 9998;
}


#start-stop{display:none;}
.arrow{display:none;}
#thumbNav{
	float:left;
	left:33px;
	position:absolute;
	top:310px;
	z-index:9997;
}

#thumbNav a{
	background:transparent url(../images/home_kick_navbg.png) no-repeat -20px 0;
	float:left;
	margin-left:0;
	margin-right:5px;
	padding-top:1px;
	text-align:center;
	width:20px;
	color: #ffffff;
	opacity: 1;
  	-webkit-transition: opacity 1s linear;
}


#thumbNav a:hover{
	-webkit-animation-name:homeThumb;
	-webkit-animation-duration:.2s;
	-webkit-animation-iteration-count:1;
	background:transparent url(../images/home_kick_navbg.png) no-repeat 0 0;
	color: #fb4f14;
}

#thumbNav a.cur{
	background:transparent url(../images/home_kick_navbg.png) no-repeat 0 0;
	color: #fb4f14;
}

.viewStudySpot{
	display: inline;
	bottom:46px;
	height:25px;
	left:30px;
	position:absolute;
	width:auto;
}

.panelLink{
	display:block;
	float:left;
	position: relative;
}

.viewStudy{
	display:block;
	text-indent:0;
	width:200px;
	background: none;
	text-indent: -9999px;
}

.viewLand_web, .viewLand_mobile, .viewLand_social{
	height:36px;
	text-indent: -9999px;
}

.viewLand_web{
    left:290px;
    padding-left:60px;
    position:absolute;
    top:154px;
}

.viewLand_mobile{
	left:350px;
	position:absolute;
	top:154px;
	width:75px;
}

.viewLand_social{
	left:445px;
	position:absolute;
	top:154px;
	width:70px;
}


.appStore{
	bottom:auto;
	height:74px;
	position:absolute;
	right:7px;
	text-indent:-9999px;
	top:49px;
	width:176px;
	z-index:9997;
}

.fuzzCommercial{
	height:84px;
	position:absolute;
	right:180px;
	text-indent:-9999px;
	top:71px;
	width:112px;
}

.panelTwitter, .panelFacebook, .panelTumblr {
	height:18px; 
	left:30px;
	position:absolute;
	text-indent:-9999px;
}

.panelTwitter{bottom: 125px; width: 180px;}
.panelFacebook{bottom: 105px; width: 188px;}
.panelTumblr{bottom:86px; width:250px;}