/*CMC*/
body
{
}
#panel1
{
    width: 100%;
}
#panel1Left
{
    background-color:#ffffff;
    float: left;
    width: 500px;
    height: 338px;
}

#leftroteator
{
    position: relative;
    left: 0px;
    top: 160px;
    z-index: 200;
    cursor: pointer;
}
#rightroteator
{
    position: relative;
    top: 160px;
    z-index: 200;
    cursor: pointer;
}
#imagecopcityright
{
    float: right;
}
#imagecopcityleft
{
    float: left;
}

#imagecopcityleft, #imagecopcityright
{
    height: 338px;
    width: 30px;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    z-index:1000;
    position:relative;
    transition:all 1s;
}
#imagecopcityleft:hover,#imagecopcityright:hover{
    background-color: rgba(180,180,180,0.7);
    transition:all 0.3s;
}

#imgnews
{
    width: 500px;
    height: 338px;
    position: relative;
    left: -40px;
    top: 0px;
    z-index: 0;
}

#panel1LeftHover
{
    direction:rtl;
    text-align:right;
    position: relative;
    left: 145px;
    top: -325px;
    float: left;
    width: 250px;
    height: 30px;
    background: rgba(30, 5, 75, 0.8);
    font-size: 14pt;
    color: white;
    padding: 12px;
    box-shadow: 5px 5px 5px #666666;
    text-shadow: 1px 1px 3px #000000;
    white-space:nowrap;
    overflow:hidden;
}
#panel1LeftHover:empty{
    visibility:hidden;
}

#panel1Right
{
    float: left;
    width: 190px;
    height: 338px;
    text-align: left;
    border-left: 1px solid rgb(182,186,189);
}
#panel1RightA
{
    width: 100%;
    height: 100px;
    padding-left: 10px;
}

#panel1RightB
{
    font-family:Tahoma;
    text-align:right;
    direction:rtl;
    position: relative;

    height:72px;
    left: 8px;
    top: -160px;
    width: 416px;
    
    float: right;

    background: rgba(0,0,0,0.7);
    font-size: 12pt;
    color: white;
    /*padding: 8px;*/
    box-shadow: 5px 5px 5px rgba(0,0,0,0.8);
    text-shadow: 1px 1px 1px #000000;
}
#panel1RightB:hover
{
   background: rgba(0,0,0,0.9);
 }
#panel1RightB a
{
    display:block;
    color:White;
    width:400px;
    height:56px;
    padding:8px;
}

#panel1RightC
{
    display:none; 
    
    position: relative;     
    left: 0px;     
    top: -60px; 
    text-align: left;
    padding-left: 10px;
    direction:rtl;
}

.MainContentsContainer
{
    width: 100%;
    direction: ltr;
    text-align: center;
    margin: 0px auto;
}

.MainContents
{
    width: 500px;
    text-align: left;
}