<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.jquery-slider {
    overflow: hidden;
    position: relative;
}
.jquery-slider-element {
    overflow: hidden;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jquery-slider-control {
    overflow: hidden;
    position: absolute;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    padding: 0;
    margin: 0;
    /*border: 2px solid #FFF;*/
    background: #000;
    opacity: 1;
    cursor: pointer;
    border-radius: 20px;
    box-shadow: #666 0 0 2px;
    text-shadow: #fff 0 0 1px;
	color:#FFF;
}
.jquery-slider-control:hover {
    opacity: 1;
}
.jquery-slider-control-prev {
    left: 10px;
    top: 330px;
}
.jquery-slider-control-next {
    right: 10px;
    top: 330px;
}
.jquery-slider-pages {
    overflow: hidden;
    position: absolute;
    left: 5px;
    bottom: 5px;
    height: 20px;
    right: 5px;
}
.jquery-slider-page {
    overflow: hidden;
    position: relative;
    display: none;
    float: right;
    width: 12px;
    height: 12px;
    padding: 0;
    margin: 0;
    background: #999;
	cursor: pointer;
    opacity: 0.33;
    margin: 3px;
    border-radius: 6px;
    box-shadow: #333 0 0 2px;
}
.jquery-slider-page:hover {
	-webkit-transform: scale(1.5);
	-moz-transform: scale(1.5);
}
.jquery-slider-page-current {
    opacity: 1;
}


div.photobox{
	padding:0px;
	width:1100px;
	overflow:hidden;
	height:360px !important;
	min-height:360px;
	margin:0 auto;
}
div.photobox div div{margin:0 0px;}


</pre></body></html>