img
{
  border-top-width: 0px;
  border-right-width-value: 0px;
  border-bottom-width: 0px;
  border-left-width-value: 0px;
  border-top-style: none;
  border-right-style-value: none;
  border-bottom-style: none;
  border-left-style-value: none;
  border-image-source: none;
  border-image-slice: 100% 100% 100% 100%;
  border-image-width: 1 1 1 1;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
}
.example-image
{
  width: 20rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.example-image-link
{
  display: inline-block;
  padding-top: 4px;
  padding-right: 4px;
  padding-bottom: 4px;
  padding-left: 4px;
  margin-top: 0px;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  background-color: #ffffff;
  line-height: 0;
  transition-property: background-color;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.example-image-link:hover
{
  background-color: #ccc;
}

.container #yw0.list-view .summary{
margin-top:10px;
margin-right:25px;
color:#666;
font-size:14px;
}
      
.container #yw0.list-view .pager{
margin-bottom:20px;
margin-right:25px;
color:#666;
font-size:14px;
}
        
.container #yw0.list-view .pager a{
padding:5px;
color:#666;
border:1px solid #666;
}

.container #yw0.list-view .pager a:hover{
background-color:#eaeaea;
}
    
.container li.page.selected a{
background-color:#CCC;
          color:#FFF;
}

#yw1.yiiPager li.selected a:{
padding:5px;
background-color:#CC0000;
border:1px solid #666;
}