﻿.judgephoto {
    width: 150px;
    height: 180px;
    box-shadow: 0px 4px 5px #888888;
    border: 1px solid #3f7f00;
    -moz-border-radius-bottomleft: 14px;
    -webkit-border-bottom-left-radius: 14px;
    border-bottom-left-radius: 14px;
    -moz-border-radius-bottomright: 14px;
    -webkit-border-bottom-right-radius: 14px;
    border-bottom-right-radius: 14px;
    -moz-border-radius-topright: 14px;
    -webkit-border-top-right-radius: 14px;
    border-top-right-radius: 14px;
    -moz-border-radius-topleft: 14px;
    -webkit-border-top-left-radius: 14px;
    border-top-left-radius: 14px;
}

.judgetext {
    font-weight: bold;
    color: #990000;
    font-size: small;
}

.aligntop {
    vertical-align: top !important;
}

.container {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}




#container {
    height: 527px;
}


#slider-container {
    width: 800px;
    height: 527px;
    position: absolute;
    overflow: hidden;
    margin-left: 40px;
}


#t2 {
    display: block;
}

#t1 {
    display: none;
}




#slider-container ul li {
    float: left;
}

    #slider-container ul li img {
        width: 100%;
    }

#slider-container .arrow {
    display: block;
    height: 50px;
    transform: translateY(-50%) scale(1);
    cursor: pointer;
}

    #slider-container .arrow:before, #slider-container .arrow:after {
        content: "";
        display: block;
        width: 34px;
        height: 1px;
        position: absolute;
        background: white;
        border-top: 1px solid grey;
    }



    #slider-container .arrow.a-left {
        left: 15px;
    }

        #slider-container .arrow.a-left:before {
            top: 0;
            left: 0;
            margin-top: 0;
            transform: rotate(-45deg);
            transform-origin: 100% 0;
        }

        #slider-container .arrow.a-left:after {
            bottom: 0;
            left: 0;
            margin-bottom: 0;
            transform: rotate(45deg);
            transform-origin: 100% 0;
        }

    #slider-container .arrow.a-right {
        right: 15px;
    }

        #slider-container .arrow.a-right:before {
            top: 0;
            right: 0;
            margin-top: 0;
            transform: rotate(45deg);
            transform-origin: 0 0;
        }

        #slider-container .arrow.a-right:after {
            bottom: 0;
            right: 0;
            margin-bottom: 0;
            transform: rotate(-45deg);
            transform-origin: 0 0;
        }

#slider-container .bullets-container {
    position: absolute;
    bottom: 5%;
    left: 45%;
    transform: translateX(-50%);
}

    #slider-container .bullets-container .bullet {
        width: 15px;
        height: 15px;
        display: inline-block;
        border-radius: 50%;
        border: 1px solid grey;
        cursor: pointer;
        margin: 0 8px;
    }

        #slider-container .bullets-container .bullet.active {
            background: grey;
        }





.t1 img {
    height: 120px !important;
    margin-top: 2px;
}


.h-200px {
    height: 200px;
}

.h-120px {
    height: 120px;
}

.h-50px {
    height: 50px;
}

.yellow-border {
    border-style: solid !important;
    border-width: 10px !important;
    border-color: #FFE135 !important;
}



.minh-600px {
    min-height: 600px;
}

.p-4px {
    padding: 4px;
}
.f-16px {
    font-size: 16px;
    

}
.imgstar
{
    height:17px;
    width:17px;
    }
    .pcen
    {
        text-align :center;
        }
        .marquee-container {
  overflow: hidden; /* Hides the content that goes off-screen */
  width: 100%;      /* Adjust as needed */
  
  white-space: nowrap; /* Prevents text from wrapping */
}

.marquee-content {
  display: inline-block;
  padding-left: 100%;
  animation: animation: scroll-up  15s linear infinite; /* Adjust speed here */
}

/* Pause the animation on hover */
.marquee-container:hover .marquee-content {
  animation-play-state: paused;
}

@keyframes scroll {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-100%, 0);
  }
}



 .vertical-marquee-container {
  overflow: hidden; /* Hides content outside the box */
  width: 100%;   /* Set your desired visible width */
  background-color: #fff !Important;
   
 
}

.vertical-marquee-content {
   display: inline-block;
  
  animation: scroll-up 20s linear infinite; /* Adjust speed here */
}

/* Pause the scrolling when a user hovers over the text */
.vertical-marquee-container:hover .vertical-marquee-content {
  animation-play-state: paused;
}

@keyframes scroll-up {
  0% {
    transform: translateY(100%); /* Start completely below the container */
  }
  100% {
    transform: translateY(-100%); /* End completely above the container */
  }
}
.linknot div
{
    background-color :#fff;
    padding-left :2px;
}
.vertical-marquee-container div
{
    background-color:#ffffff !Important;
    }
    .tdwidth
    {
        width:10%;
        vertical-align:top;
        }
        .thminutes
        
        {font-size: 16px; 
         text-align: center;
            }
.tdtextalign
{
    text-align :left;
}
.btn
{
    Width:100px;
    font-weight:bold;
    color:#3366FF;
}
.lblcolor
{
    color:#CC0000;
}
.panelheight
{
    height:600px;
}
.imgheight
{
    height:100px;
}
.divminheight
{
    min-height: 500px;
}
.tablewidth
{
    width: 300px;
}
.tdtextalignright
{
    text-align :right;
}
.logintextbox {
    Width: 100px;
    margin-left: 0px;
}
.lblmsgcolor

{
    font-weight:bold;
    color:Red;
   
    }
    .lblmsg
    {
        font-weight:bold;
        color:#990000;
        
    }
    .lblhead
    {
      font-weight:bold;
      color:White;
      font-size:large; 
    }
   .tdwd
   {
    width:15%;
   }
   .tdwd1
   {
    width:35%;
   }
    .tdwd2
   {
    width:15%;
    text-align:right;
   }
   .txtw
   {
       width:80px;
   }
    .txtw1
   {
       width:50px;
   }
   .txtw2
   {
       width:400px; 
       }
   .btnw
       {
           width:120px;
       }
       .lblcolorblue
       {
           font-weight:bold;
           color:Blue;
          
           }
           
     .td1
     {color: Black; font-size: larger; font-weight: bold; text-align :center;
         }     
         .td2
         {color: Black; font-size: larger; font-weight: bold;
             } 
             .td3
         {color: Red; font-size: larger; font-weight: bold;
             } 
             
             .lblw
             {
                 width:100px;
                 }
             
           
       .style1
        {
            width: 516px;
        }
        .style2
        {
            width: 445px;
        }
        
        .td4
        {font-weight: 700;
            }
            