/* Container */
img {
	border-spacing: 0;
	border: 0;
}
.factorygContent {
	background-color: #fff;
	border: 1px solid #ccc;
	position: relative;
	overflow: hidden;
	margin: auto;
	z-index: 5;
	
	-webkit-box-shadow: 0 0 4px 2px #999, 0 0 30px 15px #eee inset;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0 0 4px 2px #999, 0 0 30px 15px #eee inset;
	-moz-border-radius: 6px;
	-o-box-shadow: 0 0 4px 2px #999, 0 0 30px 15px #eee inset;
	-o-border-radius: 6px;
	box-shadow: 0 0 4px 2px #999, 0 0 30px 15px #eee inset;
	border-radius: 6px;
}
.factorygShadow {
	margin: 32px auto;
	
	-webkit-box-shadow: 0 0 15px 10px #888;
	-moz-box-shadow: 0 0 15px 10px #888;
	-o-box-shadow: 0 0 15px 10px #888;
	box-shadow: 0 0 15px 10px #888;
}
.factorygSlide {
	display: none;
}

/* Buttons */
.factorygButtonRContent, .factorygButtonLContent {
	background-color: #ccc;
	position: absolute;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 48px;
	width: 48px;
	z-index: 6;
}
.factorygButtonRContent {
	-webkit-border-radius: 0 4px 4px 0;
	-webkit-box-shadow: 2px 0 2px 0 #999;
	-moz-border-radius: 0 4px 4px 0;
	-moz-box-shadow: 2px 0 2px 0 #999;
	-o-border-radius: 0 4px 4px 0;
	-o-box-shadow: 2px 0 2px 0 #999;
	border-radius: 0 4px 4px 0;
	box-shadow: 2px 0 2px 0 #999;
}
.factorygButtonLContent {
	-webkit-border-radius: 4px 0 0 4px;
	-webkit-box-shadow: -2px 0 2px 0 #999;
	-moz-border-radius: 4px 0 0 4px;
	-moz-box-shadow: -2px 0 2px 0 #999;
	-o-border-radius: 4px 0 0 4px;
	-o-box-shadow: -2px 0 2px 0 #999;
	border-radius: 4px 0 0 4px;
	box-shadow: -2px 0 2px 0 #999;
}
.factorygButtonContentSmall {
	padding: 0;
	
	-webkit-box-shadow: 0 0 0 0 #999;
	-moz-box-shadow: 0 0 0 0 #999;
	-o-box-shadow: 0 0 0 0 #999;
	box-shadow: 0 0 0 0 #999;
}
.factorygButtonContentSmallShadow {
	position: absolute;
	z-index: 5;
	
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 0 0 4px 2px #999;
	-moz-border-radius: 4px;
	-moz-box-shadow: 0 0 4px 2px #999;
	-o-border-radius: 4px;
	-o-box-shadow: 0 0 4px 2px #999;
	border-radius: 4px;
	box-shadow: 0 0 4px 2px #999;
}
.factorygButtonR, .factorygButtonL {
	background-image: url(../img/buttons.png);
	background-repeat: no-repeat;
	background-color: #ccc;
	cursor: pointer;
	margin: 12px;
	height: 24px;
	width: 24px;
}
.factorygButtonL {
	background-position: -24px -72px;
	float: left;
}
.factorygButtonR {
	background-position: -24px -96px;
	float: right;
}
.factorygButtonL:hover {
	background-position: 0 -72px;
}
.factorygButtonR:hover {
	background-position: 0 -96px;
}

/* Slider */
.factorygSlider {
	position: absolute;
	overflow: hidden;
	z-index: 1;
}
.factorygSliderCover {
	position: absolute;
	z-index: 2;
	
	-webkit-box-shadow: 40px 0 30px 0px #fff inset, -40px 0 30px 0px #fff inset;
	-moz-box-shadow: 40px 0 30px 0px #fff inset, -40px 0 30px 0px #fff inset;
	-o-box-shadow: 40px 0 30px 0px #fff inset, -40px 0 30px 0px #fff inset;
	box-shadow: 40px 0 30px 0px #fff inset, -40px 0 30px 0px #fff inset;
}
.factorygSlideView {
	background-image: url(../img/loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #eee;
	margin-bottom: 4px;
	text-align: center;
	position: absolute;
	overflow: hidden;
	margin-top: 4px;
	
	-webkit-box-shadow: 0 0 2px 1px #888;
	-moz-box-shadow: 0 0 2px 1px #888;
	-o-box-shadow: 0 0 2px 1px #888;
	box-shadow: 0 0 2px 1px #888;
}
.factorygSlideView, .factorygSlideView img {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.factorygSlideBigView {
	text-align: center;
	position: absolute;
	overflow: hidden;
}
.factorygLogo, .factorygLogo img {
	-webkit-border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0;
	-o-border-radius: 0 0 6px 0;
	border-radius: 0 0 6px 0;
}
.factorygLogo {
	position: absolute;
	z-index: 6;
}
.factorygTimerCover {
	background-image: url(../img/buttons.png);
	background-position: -24px -48px;
	background-repeat: no-repeat;
	position: absolute;
	height: 24px;
	width: 24px;
	z-index: 7;
}
.factorygTimer {
	position: absolute;
	height: 20px;
	width: 20px;
	margin: 2px;
	z-index: 6;
}
.factorygButtonCtrlPlay {
	font-family: Verdana;
	position: absolute;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	z-index: 6;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
.factorygButtonPlay, .factorygButtonStop {
	margin: 10px;
	float: left;
}
.factorygButtonPlay {
	background-image: url(../img/buttons.png);
	background-position: -24px 0;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
}
.factorygButtonPlay:hover {
	background-image: url(../img/buttons.png);
	background-position: 0 0;
}
.factorygButtonStop {
	background-image: url(../img/buttons.png);
	background-position: -24px -24px;
	background-repeat: no-repeat;
	height: 24px;
	width: 24px;
}
.factorygButtonStop:hover {
	background-image: url(../img/buttons.png);
	background-position: 0 -24px;
}