/* Generated by F12 developer tools. This might not be an accurate representation of the original source file */
.jquery-slider {
	box-sizing: border-box !important; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
}
.jquery-slider * {
	box-sizing: border-box !important; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none;
}
.jquery-slider {
	overflow: hidden; position: relative;
}
.jquery-slider-element {
	left: 0px; top: 0px; width: 100%; height: 100%; overflow: hidden; display: none; position: absolute;
}
.jquery-slider-control {
	background: rgb(255, 255, 255); margin: 0px; padding: 0px; border-radius: 12px; border: 1px solid rgb(102, 102, 102); width: 24px; height: 24px; text-align: center; line-height: 24px; overflow: hidden; font-size: 16px; font-weight: bold; position: absolute; cursor: pointer; opacity: 0.33; box-shadow: 0px 0px 2px #666; text-shadow: #fff 0 0 1px;
}
.jquery-slider-control:hover {
	opacity: 1;
}
.jquery-slider-control-prev {
	left: 5px; top: 5px;
}
.jquery-slider-control-next {
	top: 5px; right: 5px;
}
.jquery-slider-pages {
	left: 5px; height: 20px; right: 5px; bottom: 5px; overflow: visible; position: absolute;
}
.jquery-slider-page {
	background: rgb(153, 153, 153); margin: 3px; padding: 0px; border-radius: 6px; width: 12px; height: 12px; overflow: hidden; float: right; display: block; position: relative; cursor: pointer; opacity: 0.33; box-shadow: 0px 0px 2px #333;
}
.jquery-slider-page:hover {
	-webkit-transform: scale(1.5); -moz-transform: scale(1.5);
}
.jquery-slider-page-current {
	opacity: 1;
}
#slider {
	background: rgb(255, 255, 255); margin: 20px 0px; border: 1px solid rgb(204, 204, 204); height:150px;
}
#slider .simple h2 {
	margin: 10px 10px 20px; width: 260px; text-align: left; float: left;
}
#slider .simple q {
	margin: 40px 0px 20px 80px; line-height: 30px; float: left;
}
#slider .light h2 {
	margin: 40px 0px 20px; left: 380px; top: 50px; text-align: right; line-height: 25px; position: absolute;
}
#slider .light q {
	margin: 40px 200px 20px 0px; line-height: 30px; float: right;
}
#slider .easy h2 {
	margin: 50px 0px 20px; width: 200px; text-align: right; line-height: 25px; float: left;
}
#slider .easy q {
	margin: 40px 0px 20px 80px; line-height: 30px; float: left;
}
#slider div a {
	background: rgb(238, 238, 238); margin: 5px; border-radius: 2px; width: 120px; height: 40px; text-align: center; color: rgb(0, 0, 0); text-transform: uppercase; line-height: 20px; clear: both; text-decoration: none; float: left; display: block; box-shadow: 0px 0px 1px #000;
}
#slider .light a {
	float: right;
}
#slider div a:hover {
	box-shadow: 0px 0px 2px #000;
}
