#footerScroll {
	position:fixed;
	left:0px;
	bottom:-1px;
	height:104px;
	width:100%;
	display: none;
	z-index: 1040;
	opacity:0.98;
	/* The following styles are optional, the ones above are not */
	padding: 10px 0 15px 0;
	color: #ddd;
	text-shadow: 0 -1px #2e3131;
	background: #464b4c;
	border-top: 1px solid #353939;
	border-bottom: 1px solid #2e3131;
	background-image: -webkit-linear-gradient(top, #464b4c, #3f4344);
	background-image: -moz-linear-gradient(top, #464b4c, #3f4344);
	background-image: -o-linear-gradient(top, #464b4c, #3f4344);
	background-image: linear-gradient(to bottom, #464b4c, #3f4344);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
	text-align: center;
}

#footerOnline a {
	float:left;
}

.girls_online {
	margin-right:5px;
	height: 120px;
	width: 120px;
	position: relative;
}
.footerContainer {
	width:970px;
	height:110px;
	margin: 0 auto;
}

.cam-title {
	font-size: 15px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background-color: #1f1f1f;
	padding: 0 6px;
	border-radius: 0 0 0 2px;
	margin: 10px 0;
	height: 18px;
}

.cam-logo {
	float:left; 
	margin-top:34px; 
	margin-left:10px; 
	margin-right:15px; 
	width: 250px;
}

#close {
	position:absolute;
	top:10px;
	right:10px;
	height:32px;
	width:32px;
}

.left {
	float:left;
}

#no_thanks {
	cursor:pointer;
}

.widgetthumb {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 2px #777777;
    height:55px;
    width: 55px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.girls_online {
		width: 55px;
	}
	#footerScroll {
		height: 72px !important;
	}
	.footerContainer {
		height:91px;
	}
	.widgetthumb {
	    height:55px;
	    width: 55px;
	    margin-top:0px;
	}
	.cam-logo {
		margin-top:20px; 
		margin-left:5px; 
		margin-right:5px; 
		width: 100px;
	}
	.cam-title {
		top: 23px;
	    font-size: 11px;
	    height: 22px;
	    width: 55px;
	    word-wrap: break-word;
	    line-height: 11px;
	}

}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.girls_online {
		width: 55px;
	}
	#footerScroll {
		height: 72px !important;
	}
	.footerContainer {
		height:91px;
		width: 100%;
	}
	.widgetthumb {
	    height:55px;
	    width: 55px;
	    margin-top:0px;
	}
	.cam-logo {
		margin-top:20px; 
		margin-left:5px; 
		margin-right:5px; 
		width: 100px;
	}
	.cam-title {
		top: 23px;
	    font-size: 11px;
	    height: 22px;
	    width: 55px;
	    word-wrap: break-word;
	    line-height: 11px;
	}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.girls_online {
		width: 120px;
	}
	#footerScroll {
	    height: 130px !important;
	}
	.widgetthumb {
	    height:110px;
	    width: 110px;
	    margin-top:0px;
	}
	.cam-logo {
		margin-top:34px; 
		margin-left:10px; 
		margin-right:15px; 
		width: 250px;
	}
	.cam-title {
		top: auto;
	    font-size: 14px;
	    height: 22px;
	    width: 110px;
	    word-wrap: normal;
	    line-height: 14px;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.girls_online {
		width: 120px;
	}
	#footerScroll {
	    height: 130px !important;
	}
	.widgetthumb {
	    height:110px;
	    width: 110px;
	    margin-top:0px;
	}
	.cam-logo {
		margin-top:34px; 
		margin-left:10px; 
		margin-right:15px; 
		width: 250px;
	}
	.cam-title {
		top: auto;
	    font-size: 14px;
	    height: 22px;
	    width: 110px;
	    word-wrap: normal;
	    line-height: 14px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.girls_online {
		width: 120px;
	}
	#footerScroll {
	    height: 130px !important;
	}
	.widgetthumb {
	    height:110px;
	    width: 110px;
	    margin-top:0px;
	}
	.cam-logo {
		margin-top:34px; 
		margin-left:10px; 
		margin-right:15px; 
		width: 250px;
	}
	.cam-title {
		top: auto;
	    font-size: 14px;
	    height: 22px;
	    width: 110px;
	    word-wrap: normal;
	    line-height: 14px;
	}
}