<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

.image-rot-container {
	
	width:100%;
	height: 400px;
	float:right;
	border:#be454a thin solid;
	margin-bottom:5px;
	overflow:hidden;
	background-color:#be454a;
	border-radius:5px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.73), 0px 0px 18px 0px rgba(0, 0, 0, 0.13);

}
.image-rot-container ul#thumb {
	float:left;
	width:46%;
	margin:1%;
	margin-bottom:1%;
	height:96%;
	border:#be454a thin solid;
	list-style: none;
	padding:0px;
	background-color:#FFFFFF;
	border-radius:5px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.73), 0px 0px 18px 0px rgba(0, 0, 0, 0.13);


}

.image-rot-container ul#thumb li:last-child {
	visibility:visible;
}

.image-rot-container ul#thumb li {
	width:97%;
	height:85px;
	margin:1%;
	float:right;
	position:relative;
	padding:0px;

}
.ul-border {
		border:#be454a  thin solid;
		opacity:0.5;


}
.image-rot-container ul#thumb li img {
	float:right;
	width:40%;
	height:90%;
	padding:0.5%;
	margin:0.5%;
	
}
.image-rot-container ul#thumb li:hover {
	background-color:#175779;
	cursor:pointer;
	opacity:1;
	color:orange;
}

.image-rot-container ul#content {
	width:50%;
	list-style:none;
	margin:0px;
	padding:0px;
	float:right;
	height:100%;

}

.image-rot-container ul#content li {
	width: 100%;
	height:100%;
	display:none;
color:orange;
}

.image-rot-container div#intoduction {
	float:right;
	width:101.1%;
	height:24%;
	margin:1%;
	margin-top:5px;
	background-color:#175779 ;
	list-style:none;
	padding:0px;
	color:white;
	overflow:hidden;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.73), 0px 0px 18px 0px rgba(0, 0, 0, 0.13);
	border-radius:5px;


}
.image-rot-container div#viewer {
	float:right;
	width:98%;
	height:68.5%;
	border:#175779  thick solid;
	margin:1%;
	margin-top:1%;
	margin-right:1%;
	margin-left:0px;
	list-style:none;
	padding:0px;
	background-color:#175779 ;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.73), 0px 0px 18px 0px rgba(0, 0, 0, 0.13);
	border-radius:5px;


}
.image-rot-container div#viewer img {
	width:100%;
	height:100%;
	float:right;
}
.image-rot-big-img {
	float:right;
	height:85%;
	width:100%;
}
.img-rot-news-item-title {
	float:right;
	width:100%;
	height:19%;
	position:relative;
	bottom:0px;
	left:0px;
	background-color:#175779;
	color:orange;
	overflow:hidden;
	font-family:'ge_font',  Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:500;
}

.current {
	display:block;
	
}
.current-thumb {
	background-color:#175779;
	color:white;
	opacity:1;
}
.comment_body {
	width:95%;
	float:right;
	text-align:right;
	margin:2%;
	line-height: 18px;
	
}


.comment
{
	float:right;
	width:100%;
	margin-bottom:10px;
	font-size: 12px;
	border-bottom: solid 1px #adc6ec;
}
.comment:hover
{
	background-color: #f0f4fb;
}
.comment-name
{
	float:right;
	
	width:88%;
	
	text-align:right;
	font-weight:bold;
	margin: 5px;
}
.comment p{
	float:right;
	width:90%;
        margin-right:50px;
	border-bottom: solid 1px #adc6ec;

}

.comment h5 {
   margin:0px;
   float:left;
}

.comment img
{
   width:50px !important;
   height:50px !important;
   float:right !important;
}

.comment-form
{
	font-size: 14px;
	float:right;
	width:485px;
	border-bottom: solid 1px #adc6ec;
	font-weight: bold;
	background-color: #f0f4fb;
	color: #183b70;
        padding:20px;
}


.comment-form label
{
	float:right;
	clear:right;
	width:25%;
	text-align:center;
	margin: 5px;
	margin-top:10px;
}

.comment-form input, .comments textarea
{
	float:right;
	width:70%;
	margin-top:10px;
}

.comment-form textarea
{
	
	width:70%;
	height: 80px;
        margin:0px;
	float: right;
}
.comment-form input[type ='submit']
{
	width:auto;
	float: left;
	margin: 10px;
}</pre></body></html>