2013-03-27 09:06:23 +00:00
|
|
|
#slides {
|
|
|
|
display: none
|
|
|
|
}
|
|
|
|
|
|
|
|
#slides .slidesjs-navigation {
|
|
|
|
margin-top:5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.slidesjs-next,
|
|
|
|
a.slidesjs-previous,
|
|
|
|
a.slidesjs-play,
|
|
|
|
a.slidesjs-stop {
|
|
|
|
background-image: url(/images/btns-next-prev.png);
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
display:block;
|
|
|
|
width:12px;
|
|
|
|
height:18px;
|
|
|
|
overflow: hidden;
|
|
|
|
text-indent: -9999px;
|
|
|
|
float: left;
|
|
|
|
margin-right:5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.slidesjs-next {
|
|
|
|
margin-right:10px;
|
|
|
|
background-position: -12px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover.slidesjs-next {
|
|
|
|
background-position: -12px -18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.slidesjs-previous {
|
|
|
|
background-position: 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover.slidesjs-previous {
|
|
|
|
background-position: 0 -18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.slidesjs-play {
|
|
|
|
width:15px;
|
|
|
|
background-position: -25px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover.slidesjs-play {
|
|
|
|
background-position: -25px -18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.slidesjs-stop {
|
|
|
|
width:18px;
|
|
|
|
background-position: -41px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
a:hover.slidesjs-stop {
|
|
|
|
background-position: -41px -18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slidesjs-pagination {
|
|
|
|
margin: 7px 0 0;
|
|
|
|
float: right;
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slidesjs-pagination li {
|
|
|
|
float: left;
|
|
|
|
margin: 0 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slidesjs-pagination li a {
|
|
|
|
display: block;
|
|
|
|
width: 13px;
|
|
|
|
height: 0;
|
|
|
|
padding-top: 13px;
|
|
|
|
background-image: url(/images/pagination.png);
|
|
|
|
background-position: 0 0;
|
|
|
|
float: left;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slidesjs-pagination li a.active,
|
|
|
|
.slidesjs-pagination li a:hover.active {
|
|
|
|
background-position: 0 -13px
|
|
|
|
}
|
|
|
|
|
|
|
|
.slidesjs-pagination li a:hover {
|
|
|
|
background-position: 0 -26px
|
|
|
|
}
|
|
|
|
|
|
|
|
#slides a:link,
|
|
|
|
#slides a:visited {
|
|
|
|
color: #333
|
|
|
|
}
|
|
|
|
|
|
|
|
#slides a:hover,
|
|
|
|
#slides a:active {
|
|
|
|
color: #9e2020
|
|
|
|
}
|
2009-03-06 03:20:46 +00:00
|
|
|
|
2013-03-27 09:06:23 +00:00
|
|
|
.slide .thumb{
|
2013-04-09 14:58:03 +00:00
|
|
|
/*width:100%;*/
|
|
|
|
max-height:330px;
|
2013-03-27 09:06:23 +00:00
|
|
|
text-align:center;
|
|
|
|
}
|
2009-03-06 03:20:46 +00:00
|
|
|
|
2013-03-27 09:06:23 +00:00
|
|
|
.slide .thumb img{
|
|
|
|
width:100%;
|
|
|
|
}
|
2009-03-06 03:20:46 +00:00
|
|
|
|
2013-03-27 09:06:23 +00:00
|
|
|
.slide .content{
|
|
|
|
width:100%;
|
|
|
|
overflow:hidden;
|
|
|
|
opacity:0.8;
|
|
|
|
background:#000;
|
|
|
|
height:50px;
|
|
|
|
}
|
2009-03-06 03:20:46 +00:00
|
|
|
|
2013-03-27 09:06:23 +00:00
|
|
|
.slide .content .description{
|
|
|
|
width:100%;
|
|
|
|
}
|
2012-12-31 03:48:10 +00:00
|
|
|
|
2013-03-27 09:06:23 +00:00
|
|
|
.slide .content .description h5{
|
|
|
|
color:#FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.slide .content .description h5 a{
|
|
|
|
color:#FFF;
|
|
|
|
}
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
overflow: hidden
|
|
|
|
}
|
|
|
|
|
|
|
|
.news-list li{
|
|
|
|
line-height:24px;
|
2013-04-10 01:53:35 +00:00
|
|
|
}
|
|
|
|
.featured-image{
|
|
|
|
max-width:100%;
|
|
|
|
overflow:hidden;
|
2013-06-01 01:21:02 +00:00
|
|
|
}
|
|
|
|
#main-news{height:330px;overflow-y:auto;}
|
2013-06-01 01:45:57 +00:00
|
|
|
.item{height:330px;}
|
|
|
|
hr{margin:0 auto;}
|